drm/i915: Fix render reclock availability detection.
authorAndy Lutomirski <luto@mit.edu>
Tue, 13 Oct 2009 17:40:52 +0000 (10:40 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 13 Oct 2009 17:41:58 +0000 (10:41 -0700)
commit181a5336d6cc836f05507410d66988c483ad0154
tree5e49fb85f6f65712f02abe5269965bb59267391a
parent06027f9111b9f3244ddc40752428f7847b0b867e
drm/i915: Fix render reclock availability detection.

If the device didn't support EDP, we would bail out too soon.

Signed-off-by: Andy Lutomirski <luto@mit.edu>
[anholt: Pulled this patch out of the patch for adding quirks to
enable reclocking.]
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_bios.c