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:
e8a1344
)
drm/kms: don't try to shortcut drm mode set function
author
Dave Airlie
<airlied@linux.ie>
Wed, 22 Apr 2009 08:32:56 +0000
(18:32 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 24 Apr 2009 04:47:00 +0000
(14:47 +1000)
We have a drm_set_config which takes a crtc/encoder/mode setup,
and checks it to see if it can shortcut and just do a base setup,
or whether a complete mode setting is required.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found