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:
26791c4
)
drm/msm: fix cmdstream size check
author
Rob Clark
<robdclark@gmail.com>
Fri, 6 Sep 2013 19:36:40 +0000
(15:36 -0400)
committer
Rob Clark
<robdclark@gmail.com>
Tue, 10 Sep 2013 17:57:42 +0000
(13:57 -0400)
Need to check size+offset against bo size (duh!).. now we have a test
case to make sure I've done it right:
https://github.com/freedreno/msmtest/blob/master/submittest.c
Also, use DRM_ERROR() for error case traces, which makes debugging
userspace easier when enabling debug traces is too much.
Signed-off-by: Rob Clark <robdclark@gmail.com>
No differences found