Re: [PATCH v2 01/10] drm: omapdrm: Remove remap argument to omap_gem_get_paddr()

2017-04-24 Thread Tomi Valkeinen
On 21/04/17 00:33, Laurent Pinchart wrote: > The function is always called with the remap argument set to true. > Hardcode that behaviour and remove it. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_drv.h| 3 +-- >

[PATCH v2 01/10] drm: omapdrm: Remove remap argument to omap_gem_get_paddr()

2017-04-20 Thread Laurent Pinchart
The function is always called with the remap argument set to true. Hardcode that behaviour and remove it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h| 3 +-- drivers/gpu/drm/omapdrm/omap_fb.c | 2 +-