]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: drop crtc checking from assert_shared_dpll
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Jun 2013 11:34:15 +0000 (13:34 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 10 Jun 2013 17:56:57 +0000 (19:56 +0200)
commite9d6944ed75dbf16ae34bb73bd1eeca7cb183b67
treee124b92e3f8c08393f23a4efbd6828dd8956c1e3
parente7b903d2525fe3be12b6535a27915186529a51b4
drm/i915: drop crtc checking from assert_shared_dpll

The hw state readout code for the pipe config will now check
this for us, so rip out this hand-rolled complexity.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c