mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
drm/rockchip: vop: Add support for DPI connector
Change-Id: I26ae8d35b8d0eccb2ac39c14277cbd8260fe4805 Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
parent
74ff2ba980
commit
ecd9353665
|
|
@ -2700,6 +2700,7 @@ static void vop_crtc_enable(struct drm_crtc *crtc)
|
|||
}
|
||||
|
||||
switch (s->output_type) {
|
||||
case DRM_MODE_CONNECTOR_DPI:
|
||||
case DRM_MODE_CONNECTOR_LVDS:
|
||||
VOP_CTRL_SET(vop, rgb_en, 1);
|
||||
VOP_CTRL_SET(vop, rgb_pin_pol, val);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user