Re: [PATCH] drm/msm: Implement mmap as GEM object function

2021-07-08 Thread Thomas Zimmermann
Am 08.07.21 um 14:04 schrieb Thomas Zimmermann: ping for review Nevermind, there's a newer version of this patch at https://lore.kernel.org/dri-devel/20210706084753.8194-1-tzimmerm...@suse.de/ Best regards Thomas Am 24.06.21 um 11:03 schrieb Thomas Zimmermann: Moving the driver-specific

Re: [PATCH] drm/msm: Implement mmap as GEM object function

2021-07-08 Thread Thomas Zimmermann
ping for review Am 24.06.21 um 11:03 schrieb Thomas Zimmermann: Moving the driver-specific mmap code into a GEM object function allows for using DRM helpers for various mmap callbacks. The respective msm functions are being removed. The file_operations structure fops is now being created by the

[PATCH] drm/msm: Implement mmap as GEM object function

2021-06-24 Thread Thomas Zimmermann
Moving the driver-specific mmap code into a GEM object function allows for using DRM helpers for various mmap callbacks. The respective msm functions are being removed. The file_operations structure fops is now being created by the helper macro DEFINE_DRM_GEM_FOPS(). Signed-off-by: Thomas Zimmerm