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:
209f552
)
drm/crtc: Remove duplicated ioctl code
author
Chuck Ebbert
<cebbert.lkml@gmail.com>
Wed, 8 Oct 2014 16:40:34 +0000
(11:40 -0500)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 22 Oct 2014 08:39:09 +0000
(10:39 +0200)
Make drm_mode_add_fb() call drm_mode_add_fb2() after converting its
args to the new internal format, instead of duplicating code.
Also picks up a lot more error checking, which the legacy modes
should pass after being converted to the new format.
Signed-off-by: Chuck Ebbert <cebbert.lkml@gmail.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_crtc.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/drm_crtc.c
Simple merge