[PATCH 17/33] drm/omap: remove support for ext mem & sync

2016-02-24 Thread Tomi Valkeinen
On 24/02/16 00:42, Laurent Pinchart wrote: >> -void omap_gem_op_update(void) > > The function is still referenced from a comment above omap_gem_op_async(). Right. I changed the comment to refer to omap_gem_op_finish(). >> -int omap_gem_set_sync_object(struct drm_gem_object *obj, void *syncobj

[PATCH 17/33] drm/omap: remove support for ext mem & sync

2016-02-24 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:47:52 Tomi Valkeinen wrote: > We no longer have the omapdrm plugin system for SGX, and we can thus > remove the support for external memory and sync objects from omap_gem.c. > > Signed-off-by: Tomi Valkeinen > --- > drivers/gpu/dr

[PATCH 17/33] drm/omap: remove support for ext mem & sync

2016-02-19 Thread Tomi Valkeinen
We no longer have the omapdrm plugin system for SGX, and we can thus remove the support for external memory and sync objects from omap_gem.c. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_gem.c | 91 +++--- 1 file changed, 16 insertions(+), 75 del