]> 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)
commit9b6337e4535a5c0eb9ec2f6c65355b39d7898f70
treeb366f0d6111df5ef38bb926d2fa33cc77dc44655
parentbfd3b5a606712eb20e4880b587abbcf444354492
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