]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit70484559296623d49e559a3a10fa32fd2bc5dcc3
tree1c03a3dfff3980d42be89f793921be0ed5abbda9
parente7281eab0bb4a5265593866d6f7acea2812fe0ec
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