mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
drm/bridge: synopsys: dw-hdmi-qp: Set color depth and phase to 0 when 24-bit format
According to CTS requirements, CD field and PP field in GCP should be set to zero when 24-bit output. Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: Icf79493d5531a9781f9b6b8c656b297eec98f7b0
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
#define RK3588_YUV420 0x3
|
||||
#define RK3588_COMPRESSED_DATA 0xb
|
||||
#define RK3588_COLOR_DEPTH_MASK (0xf << 4)
|
||||
#define RK3588_8BPC (0x5 << 4)
|
||||
#define RK3588_8BPC 0
|
||||
#define RK3588_10BPC (0x6 << 4)
|
||||
#define RK3588_CECIN_MASK BIT(8)
|
||||
#define RK3588_SCLIN_MASK BIT(9)
|
||||
|
||||
Reference in New Issue
Block a user