[GIT PULL v2] exynos-drm-next
Inki Dae
inki.dae at samsung.com
Mon Apr 17 10:06:24 UTC 2023
Hi Dave and Daniel,
Sorry for late. Just one patch series which converts Exynos's fbdev code
to struct drm_client.
Please let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit e82c98f2ca439356d5595ba8c9cd782f993f6f8c:
Merge tag 'amd-drm-next-6.4-2023-04-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2023-04-17 10:54:59 +1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.4-2
for you to fetch changes up to 49953b70e7d38dd714f4cf22224e8a7ce14f3c48:
drm/exynos: Implement fbdev emulation as in-kernel client (2023-04-17 16:47:55 +0900)
----------------------------------------------------------------
A patch series for implementing fbdev emulation as in-kernel client.
- This patch series refactors fbdev callbacks to DRM client functions and
simplifies fbdev emulation initialization including some code cleanups.
The changes make fbdev emulation behave like a regular DRM client.
----------------------------------------------------------------
Thomas Zimmermann (5):
drm/exynos: Remove exynos_gem from struct exynos_drm_fbdev
drm/exynos: Remove struct exynos_drm_fbdev
drm/exynos: Remove fb_helper from struct exynos_drm_private
drm/exynos: Initialize fbdev DRM client
drm/exynos: Implement fbdev emulation as in-kernel client
drivers/gpu/drm/exynos/exynos_drm_drv.c | 13 +--
drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 -
drivers/gpu/drm/exynos/exynos_drm_fb.c | 2 -
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 174 +++++++++++++++---------------
drivers/gpu/drm/exynos/exynos_drm_fbdev.h | 20 +---
5 files changed, 94 insertions(+), 117 deletions(-)
More information about the dri-devel
mailing list