]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Double the port clock when using double clocked modes with 12bpc
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 May 2015 14:06:27 +0000 (17:06 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Jun 2015 09:36:40 +0000 (11:36 +0200)
commit0dba50e082e13b89b1313f8519b36b59cc4adc13
tree5b96c0faca3ccd03c11ad50444cdb2c0d3f9ad3b
parent551e4e8008eb84cfc496b76fcd4f434834c53ad4
drm/i915: Double the port clock when using double clocked modes with 12bpc

Currently we're forgetting to double the port clock when using double
clocked modes with 12bpc on HDMI. We're only accounting for the 1.5x
factor due to the 12bpc. So further double the 1.5x port clock when we
have a double clocked mode.

Unfortunately I don't have any displays that support both 12bpc and
double clocked modes, so I was unable to test this.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chandra Konduru <Chandra.konduru@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c