drm/nouveau/abi16: fix handles past the 32nd one
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 9 Feb 2014 20:51:25 +0000 (15:51 -0500)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 26 Mar 2014 03:59:32 +0000 (13:59 +1000)
commitef98c1f7b37116ae45d892a23f46cffdda31773c
treee877c8ae7961bc9fed5f35ad7549cff004d0edc3
parent73970c47beb42f3e1ab0b86c537b1c79539f05f4
drm/nouveau/abi16: fix handles past the 32nd one

abi16->handles is a u64, so make sure to use 1ULL << val when modifying.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_abi16.c