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