commit | 4cde8a215fe0a97b3f2f452a8c03232600b1b56b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 24 23:54:56 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 16 11:59:02 2014 +0200 |
tree | 0c7963df842c2dc1e7f833fbb36996021edc773c | |
parent | e55dd225c806201dd4b084a03a46a7928c603a89 [diff] |
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>