]> git.baikalelectronics.ru Git - kernel.git/commit
drm/edid: Reduce horizontal timings for pixel replicated modes
authorClint Taylor <clinton.a.taylor@intel.com>
Wed, 3 Sep 2014 00:03:35 +0000 (17:03 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Sep 2014 06:56:29 +0000 (08:56 +0200)
commitb5cfb0b07ddf7f3102bdcfa10a1a5cca5831ba6d
tree54e23e65fe8c2dbbf70626be59037a5e06476708
parente65a3a9d87a3316683e191b3862d74e8c408d7db
drm/edid: Reduce horizontal timings for pixel replicated modes

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 currently fails for all pixel replicated modes. This change will
allow HDMI certification with 480i/576i modes once pixel replication
is turned on.

Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_edid.c