Re: [PATCH 07/10] drm/omapdrm: Set VM flags in GEM-object mmap function

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Use the mmap callback in struct drm_gem_object_funcs to set the > VM flags. Replace a number of mmap helpers in omapdrm with their > GEM helper counterparts. Generate DRM's file-operations instance > with GEM's DEFINE_DRM_GEM_FOPS. > > Signed-off-by: Thomas Zimmermann

[PATCH 07/10] drm/omapdrm: Set VM flags in GEM-object mmap function

2023-07-04 Thread Thomas Zimmermann
Use the mmap callback in struct drm_gem_object_funcs to set the VM flags. Replace a number of mmap helpers in omapdrm with their GEM helper counterparts. Generate DRM's file-operations instance with GEM's DEFINE_DRM_GEM_FOPS. Signed-off-by: Thomas Zimmermann Cc: Tomi Valkeinen --- drivers/gpu/d