Hi Tomi, Thank you for the patch. On Thursday 27 Apr 2017 13:27:54 Tomi Valkeinen wrote: > Define compat_ioctl in omapdriver_fops to make it possible to use 32bit > apps on 64bit platform. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> None of the omapdrm custom ioctls seem to need compat handling, so Reviwed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/omapdrm/omap_drv.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c > b/drivers/gpu/drm/omapdrm/omap_drv.c index 58c639e1e8e9..3cfff88c7d79 > 100644 > --- a/drivers/gpu/drm/omapdrm/omap_drv.c > +++ b/drivers/gpu/drm/omapdrm/omap_drv.c > @@ -615,6 +615,7 @@ static const struct file_operations omapdriver_fops = { > .owner = THIS_MODULE, > .open = drm_open, > .unlocked_ioctl = drm_ioctl, > + .compat_ioctl = drm_compat_ioctl, > .release = drm_release, > .mmap = omap_gem_mmap, > .poll = drm_poll, -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel