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:
1733729
)
drm/omap: page_flip: return -EBUSY if flip pending
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 3 Sep 2014 19:25:50 +0000
(19:25 +0000)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 24 Mar 2015 11:33:24 +0000
(13:33 +0200)
The DRM documentation says:
"If a page flip is already pending, the page_flip operation must return
-EBUSY."
Currently omapdrm returns -EINVAL instead. Fix omapdrm by returning
-EBUSY.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found