]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove dead code from intel_get_load_detect_pipe()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 20 Apr 2011 06:25:26 +0000 (07:25 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:19:17 +0000 (13:19 -0700)
commit0fbe3f8e4510e1fb7c91ee7f4fd03597857106f1
treeb366f0d6111df5ef38bb926d2fa33cc77dc44655
parent03f1f0b7dc3db5d874e33ea20c4ca36b6a6dd711
drm/i915: Remove dead code from intel_get_load_detect_pipe()

As we only allow the use of a disabled CRTC, we don't need to handle the
case where we are reusing an already enabled pipe.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c