git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcb0fc
)
drm/i915/dp: remove redundant is_pch_edp checks
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Thu, 7 Oct 2010 23:01:07 +0000
(16:01 -0700)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 8 Oct 2010 08:20:04 +0000
(09:20 +0100)
If is_edp is true, is_pch_edp will always be true. So limit the calls
to the latter function to places where the distinction actually matters.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found