[PATCH] drm/gma500: Add compat ioctl

2016-11-02 Thread Sean Paul
On Tue, Nov 1, 2016 at 10:43 AM, Patrik Jakobsson wrote: > Hook up drm_compat_ioctl to support 32-bit userspace on 64-bit kernels. > It turns out that N2600 and N2800 comes with 64-bit enabled. We > previously assumed there where no such systems out there. > Applied to drm-misc, thanks Sean >

[PATCH] drm/gma500: Add compat ioctl

2016-11-01 Thread Patrik Jakobsson
Hook up drm_compat_ioctl to support 32-bit userspace on 64-bit kernels. It turns out that N2600 and N2800 comes with 64-bit enabled. We previously assumed there where no such systems out there. Cc: stable at vger.kernel.org Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/psb_drv.c | 3