panfrost: Use the correct type for the bo_handle array
authorBoris Brezillon <boris.brezillon@collabora.com>
Sun, 15 Sep 2019 19:06:58 +0000 (21:06 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Wed, 18 Sep 2019 08:26:49 +0000 (10:26 +0200)
commita94d0280652d534d379111e1bf164450079510cf
tree861b89827e1aec4901ff9abb98b85759da6dc4ae
parent2b771b84241b57c9377c6fe83a46eedf5a640687
panfrost: Use the correct type for the bo_handle array

The DRM driver expects an array of u32, let's use the correct type, even
if using an int works in practice because it's still a 32-bit integer.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_drm.c