[PATCH] drm/dp: Add DP phy test pattern DPCD bit definitions

2019-03-21 Thread clinton . a . taylor
From: Clinton Taylor Added PHY_TEST_PATTERN_SEL bit definitions for DPCD 00248h and HBR2_COMPLIANCE_SCRAMBLER_RESET DPCD definition. Signed-off-by: Clinton Taylor --- include/drm/drm_dp_helper.h | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/include/drm/

[PATCH] drm/cec: Add CEC over Aux register definitions

2017-04-19 Thread clinton . a . taylor
From: Clint Taylor Adding DPCD register definitions from the DP 1.3 specification for CEC over AUX support. Signed-off-by: Clint Taylor --- include/drm/drm_dp_helper.h | 59 +++ 1 file changed, 59 insertions(+) diff --git a/include/drm/drm_dp_helper.h

[PATCH v2] drm/cec: Add CEC over Aux register definitions

2017-04-20 Thread clinton . a . taylor
From: Clint Taylor Adding DPCD register definitions from the DP 1.3 specification for CEC over AUX support. V2: Add DP_ prefix to all defines. Reviewed-by: Jani Nikula Signed-off-by: Clint Taylor --- include/drm/drm_dp_helper.h | 59 +++ 1 file chang

[PATCH v3] drm/cec: Add CEC over Aux register definitions

2017-04-20 Thread clinton . a . taylor
From: Clint Taylor Adding DPCD register definitions from the DP 1.3 specification for CEC over AUX support. V2: Add DP_ prefix to all defines. V3: missed prefixes from the ESI1 defines Cc: Jani Nikula Reviewed-by: Jani Nikula Signed-off-by: Clint Taylor --- include/drm/drm_dp_helper.h |

[PATCH v3 1/2] drm_fourcc: Add new P010, P016 video format

2017-02-23 Thread clinton . a . taylor
From: Clint Taylor P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel video format. Rockchip's vop support this video format(little endian only) as the input video format. P012 is a planar 4:2:0 YUV 12 bits per channel P016 is a planar 4:2:0 YUV with interleaved UV plane,

[PATCH v4 1/2] drm_fourcc: Add new P010, P016 video format

2017-02-27 Thread clinton . a . taylor
From: Clint Taylor P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel video format. Rockchip's vop support this video format(little endian only) as the input video format. P016 is a planar 4:2:0 YUV 12 bits per channel P016 is a planar 4:2:0 YUV with interleaved UV plane,

[PATCH v5 1/2] drm_fourcc: Add new P010, P016 video format

2017-02-27 Thread clinton . a . taylor
From: Clint Taylor P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel video format. Rockchip's vop support this video format(little endian only) as the input video format. P016 is a planar 4:2:0 YUV 12 bits per channel P016 is a planar 4:2:0 YUV with interleaved UV plane,

[PATCH v6 1/2] drm_fourcc: Add new P010, P016 video format

2017-02-28 Thread clinton . a . taylor
From: Clint Taylor P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel video format. Rockchip's vop support this video format(little endian only) as the input video format. P016 is a planar 4:2:0 YUV 12 bits per channel P016 is a planar 4:2:0 YUV with interleaved UV plane,

[PATCH] drm/cec: Add Source Physical address decode to drm_display_info

2017-05-15 Thread clinton . a . taylor
From: Clint Taylor During VSDB decode bytes 4 and 5 contain the source physical address for use the HDMI CEC. Make this data available as part of drm_display_info. Signed-off-by: Clint Taylor --- drivers/gpu/drm/drm_edid.c | 10 ++ include/drm/drm_connector.h | 16 2

[PATCH V2] drm/cec: Add Source Physical address decode to drm_display_info

2017-05-16 Thread clinton . a . taylor
From: Clint Taylor During VSDB decode bytes 4 and 5 contain the source physical address for use the HDMI CEC. Make this data available as part of drm_display_info. V2: Fix HTMLDOCS warnings for struct drm_hdmi_cec_spa Signed-off-by: Clint Taylor --- drivers/gpu/drm/drm_edid.c | 10 ++

[PATCH] drm/edid: VSDB yCBCr420 Deep Color mode bit definitions

2018-10-05 Thread clinton . a . taylor
From: Clint Taylor HDMI Forum VSDB YCBCR420 deep color capability bits are 2:0. Correct definitions in the header for the mask to work correctly. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107893 Signed-off-by: Clint Taylor --- drivers/gpu/drm/drm_edid.c | 2 +- include/drm/drm_edi