mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
video: rockchip: dp: do no support 4k when use vop1
Change-Id: I3ff56100947d04b703f15f22616b5e9ef73bbb06 Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
@@ -238,13 +238,17 @@ int cdn_dp_fb_register(struct platform_device *pdev, void *dp)
|
||||
SUPPORT_YCBCR_INPUT |
|
||||
SUPPORT_1080I |
|
||||
SUPPORT_480I_576I |
|
||||
SUPPORT_4K |
|
||||
SUPPORT_4K_4096 |
|
||||
SUPPORT_YUV420 |
|
||||
SUPPORT_YCBCR_INPUT |
|
||||
SUPPORT_TMDS_600M |
|
||||
SUPPORT_RK_DISCRETE_VR;
|
||||
|
||||
if (!rk_cdn_dp_prop->videosrc) {
|
||||
rk_cdn_dp_prop->feature |=
|
||||
SUPPORT_4K |
|
||||
SUPPORT_4K_4096 |
|
||||
SUPPORT_YUV420 |
|
||||
SUPPORT_YCBCR_INPUT |
|
||||
SUPPORT_TMDS_600M;
|
||||
}
|
||||
|
||||
dp_dev->hdmi = rockchip_hdmi_register(rk_cdn_dp_prop,
|
||||
rk_dp_ops);
|
||||
dp_dev->hdmi->dev = dev;
|
||||
|
||||
Reference in New Issue
Block a user