drm: GEM handles are u32, not int
authorPekka Paalanen <pq@iki.fi>
Sun, 23 Aug 2009 09:40:55 +0000 (12:40 +0300)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Aug 2009 01:21:08 +0000 (11:21 +1000)
commita1a2d1d32250f6fcc317419e9dfb4a5a6946d2e6
tree3ef2ff19e439764d73c78ed77f15cce554920a5f
parent3f7dc91adef90a20f806282724c40d68d5b020aa
drm: GEM handles are u32, not int

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>
drivers/gpu/drm/drm_gem.c
drivers/gpu/drm/i915/i915_gem.c
include/drm/drmP.h