commit | 1d85036278f1b3eb3b7c5db805e5c4c847d1415d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Oct 07 16:01:10 2010 -0700 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 08 09:23:18 2010 +0100 |
tree | fbccc5edb53e61b5119f5634296d242571b48f84 | |
parent | 814948adec172dbc41252b1815e4e83aedfe91b9 [diff] |
drm/i915: remove broken intel_pch_has_edp function Since we set the output type of PCH attached eDP panels to INTEL_OUTPUT_eDP this function would never return true when it should. It's been replaced by working functions. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>