Searched hist:"500007 ebbae5e2da31f9220f913d9eb1505c71f8" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_gem.h | diff 500007ebbae5e2da31f9220f913d9eb1505c71f8 Thu Jun 24 04:01:26 CDT 2021 Thomas Zimmermann <tzimmermann@suse.de> drm/mediatek: Implement mmap as GEM object function
Moving the driver-specific mmap code into a GEM object function allows for using DRM helpers for various mmap callbacks.
The respective mediatek 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 Zimmermann <tzimmermann@suse.de> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
|
H A D | mtk_drm_gem.c | diff 500007ebbae5e2da31f9220f913d9eb1505c71f8 Thu Jun 24 04:01:26 CDT 2021 Thomas Zimmermann <tzimmermann@suse.de> drm/mediatek: Implement mmap as GEM object function
Moving the driver-specific mmap code into a GEM object function allows for using DRM helpers for various mmap callbacks.
The respective mediatek 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 Zimmermann <tzimmermann@suse.de> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
|
H A D | mtk_drm_drv.c | diff 500007ebbae5e2da31f9220f913d9eb1505c71f8 Thu Jun 24 04:01:26 CDT 2021 Thomas Zimmermann <tzimmermann@suse.de> drm/mediatek: Implement mmap as GEM object function
Moving the driver-specific mmap code into a GEM object function allows for using DRM helpers for various mmap callbacks.
The respective mediatek 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 Zimmermann <tzimmermann@suse.de> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
|