]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: set the correct function pointers for Haswell DP
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 15 Oct 2012 18:51:42 +0000 (15:51 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Oct 2012 19:24:38 +0000 (21:24 +0200)
commit56327b86dd4278e2cbd7707d31f8caf399ec7a25
treef8e78ba3ea3f4f7849a1f543bd86d23d347a8406
parent66e96f71bdbb1b8ba927433a8ed3b9008feea9e7
drm/i915: set the correct function pointers for Haswell DP

This is the final remaining piece of Haswell DP enablement. After this
patch, just calling intel_dp_init on any port will make DP work. We
still do not do this because we're currently initializing HDMI on all
the ports, so if we replace intel_hdmi_init with intel_dp_init, we
will break HDMI, and we can't call both because they share the same
registers.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c