[PATCH] drm/edid: CEA mode 64 1080p100 vsync pulse width incorrect

2016-08-15 Thread clinton.a.tay...@intel.com
From: Clint Taylor In the CEA-861 specification VIC 64 specifies a vsync pulse of 5 and a backporch of 36. Adjust vsync pulse width to match specification. Cc: Ville Syrjälä Signed-off-by: Clint Taylor --- drivers/gpu/drm/drm_edid.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] drm/edid: Add missing interlaced flag to 576i@100 modes.

2014-09-26 Thread clinton.a.tay...@intel.com
From: Clint Taylor CEA VICs 44 and 45 were missing DRM_MODE_FLAG_INTERLACE. Signed-off-by: Clint Taylor --- drivers/gpu/drm/drm_edid.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 1bdbfd0..3bf9991 10064

[PATCH 2/2] drm/i915/hdmi: Enable pipe pixel replication for SD interlaced modes

2014-09-02 Thread clinton.a.tay...@intel.com
From: Clint Taylor Enable 2x pixel replication for modes the mode flag DBLCLK to double horizontal timings and pixel clock across TMDS. Signed-off-by: Clint Taylor Cc: Daniel Vetter Cc: Ville Syrj?l? Reviewed-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_hdmi.c | 15 --- 1

[PATCH 1/2] drm/edid: Reduce horizontal timings for pixel replicated modes

2014-09-02 Thread clinton.a.tay...@intel.com
From: Clint Taylor Pixel replicated modes should be non-2x horizontal timings and pixel replicated by the HW across the HDMI cable at 2X pixel clock. Current horizontal resolution of 1440 does not allow pixel duplication to occur and scaling artifacts occur on the TV. HDMI certification 7-26 curr

[PATCH 0/2] drm/edid: Reduce horizontal timings for pixel

2014-09-02 Thread clinton.a.tay...@intel.com
From: Clint Taylor Split original drm_edid.c changes and intel_hdmi.c HDMI pixel replciation changes into separate patches. Clint Taylor (2): drm/edid: Reduce horizontal timings for pixel replicated modes drm/i915/hdmi: Enable pipe pixel replication for SD interlaced modes drivers/gpu/d

[PATCH] drm/edid: Reduce horizontal timings for pixel replicated modes

2014-08-19 Thread clinton.a.tay...@intel.com
From: Clint Taylor Pixel replicated modes should be 720 horizontal pixel and pixel replicated by the HW across the HDMI cable at 2X pixel clock. Current horizontal resolution of 1440 does not allow pixel duplication to occur and scaling artifacts occur on the TV. HDMI certification 7-26 currently

[PATCH] drm/edid: Reduce horizontal timings for pixel replicated modes

2014-08-18 Thread clinton.a.tay...@intel.com
From: Clint Taylor Pixel replicated modes should be 720 horizontal pixel and pixel replicated by the HW across the HDMI cable at 2X pixel clock. Current horizontal resolution of 1440 does not allow pixel duplication to occur and scaling artifacts occur on the TV. HDMI certification 7-26 currently

[PATCH] drm/edid: Reduce horizontal timings for pixel replicated modes

2014-08-12 Thread clinton.a.tay...@intel.com
From: Clint Taylor Pixel replicated modes should be 720 horizontal pixel and pixel replicated by the HW across the HDMI cable at 2X pixel clock. Current horizontal resolution of 1440 does not allow pixel duplication to occur and scaling artifacts occur on the TV. HDMI certification 7-26 currently