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:
3f7dc91
)
drm: GEM handles are u32, not int
author
Pekka Paalanen
<pq@iki.fi>
Sun, 23 Aug 2009 09:40:55 +0000
(12:40 +0300)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 27 Aug 2009 01:21:08 +0000
(11:21 +1000)
Several functions in the GEM kernel API used int as handle type, but
user API has it __u32 which is also the intended type.
Replace int with u32.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found