drm/i915: Remove unused supported_crtc from intel_load_detect_pipe
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Apr 2011 22:21:12 +0000 (23:21 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:19:15 +0000 (13:19 -0700)
commit7a5e4805bda3c6420e96ca0626c3fa23dd281e96
tree70d2e4c1a1823c908327a562461392b4138505bf
parent8261b19173b89d86cc3088483595e2879e4976d6
drm/i915: Remove unused supported_crtc from intel_load_detect_pipe

... and the no longer relevant comment. The code ceased stealing a pipe
for load detection a long time ago.

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