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

2021-10-21 Thread Heiko Stuebner
ps is now being created by the helper macro > DEFINE_DRM_GEM_FOPS(). Applied, thanks! Looks good on a general glance, but of course I don't have a firm grasp on all drm internals, so hopefully all these tests we have will suffice :-) . [1/1] drm/rockchip: Implement mmap as GEM objec

Re: drm/rockchip: Implement mmap as GEM object function

2021-10-20 Thread Thomas Zimmermann
Hi Am 19.10.21 um 16:02 schrieb Alex Bee: Am 24.06.21 um 11:55 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 rockchip functions are being removed. The file_operations structure

Re: drm/rockchip: Implement mmap as GEM object function

2021-10-19 Thread Alex Bee
Am 24.06.21 um 11:55 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 rockchip functions are being removed. The file_operations structure fops is now being created by the helper ma

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

2021-07-17 Thread Heiko Stübner
Am Donnerstag, 24. Juni 2021, 11:55:02 CEST 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 rockchip functions are being removed. The file_operations > structure fops is now b

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

2021-07-08 Thread Thomas Zimmermann
ping for review Am 24.06.21 um 11:55 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 rockchip functions are being removed. The file_operations structure fops is now being created b

[PATCH] drm/rockchip: 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 rockchip 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 Zi

[PATCH 8/9] drm/rockchip: Implement mmap as GEM object function

2021-06-09 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 rockchip 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 Zi