]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/i915/hdmi: Remove ->mode_set callback
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:54:56 +0000 (23:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 16 May 2014 09:59:02 +0000 (11:59 +0200)
commit4cde8a215fe0a97b3f2f452a8c03232600b1b56b
tree0c7963df842c2dc1e7f833fbb36996021edc773c
parente55dd225c806201dd4b084a03a46a7928c603a89
drm/i915/hdmi: Remove ->mode_set callback

Similar to dp the only thing we do is call intel_write_eld and prepare
a bit of state for the enable hooks. The only difference is that we
write that to the hardware instead of keeping track of it somewhere in
software.

Still we can just move all this to the very first enable hook.

Reviewed-by: Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c