drm/radeon: fixup refcounts in radeon dumb create ioctl.
authorDave Airlie <airlied@redhat.com>
Thu, 17 Mar 2011 03:58:34 +0000 (13:58 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 17 Mar 2011 03:58:34 +0000 (13:58 +1000)
commitc87a8d8dcd2587c203f3dd8a3c5c15d1e128ec0d
tree46a860489285c11834ec1241cb2c95b95d60c5d4
parenta3a88a668ffe8f9771a525a2b00570f8a4c29286
drm/radeon: fixup refcounts in radeon dumb create ioctl.

This was using old gem refcounting methods, fix it to be the same
as the normal create ioctl.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_gem.c