]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: move sdvo TV clock computation to intel_sdvo.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 30 Apr 2013 12:01:41 +0000 (14:01 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 May 2013 19:56:43 +0000 (21:56 +0200)
commitbaae39e271598d5f4316feb67ffbe8eabfecdfbd
tree1c03a3dfff3980d42be89f793921be0ed5abbda9
parent35c9e225482ed0050ac54935334161ec61b039a4
drm/i915: move sdvo TV clock computation to intel_sdvo.c

We have a very nice infrastructure for this now!

Note that the multifunction sdvo support is pretty neatly broken: We
completely ignore userspace's request for which connector to wire up
with the encoder and just use whatever the last detect callback has
seen.

Not something I'll fix in this patch, but unfortunately something
which is also broken in the DDI code ...

v2: Don't call sdvo_tv_clock twice.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_sdvo.c