On Thu, Mar 26, 2026 at 5:43 PM Chen-Yu Tsai <[email protected]> wrote: > > Hi, > > Here are some cleanups for the exynos drm driver. This was done as part > of the conversion of the driver to GEM DMA helpers. These patches have > no dependency, unlike the actual conversion, so I am sending them > separately for inclusion now. > > Please take a look.
I should add that these patches were only compile tested. > Thanks > ChenYu > > Chen-Yu Tsai (4): > drm/exynos: Internalize exynos_drm_gem_free_object() > drm/exynos: Use DRM core dedicated DMA device tracking facility > drm/exynos: Drop exynos_drm_gem.size field > drm/exynos: Drop MAX_FB_BUFFER in favor of DRM_FORMAT_MAX_PLANES > > drivers/gpu/drm/exynos/exynos_drm_dma.c | 11 +++--- > drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 - > drivers/gpu/drm/exynos/exynos_drm_drv.h | 9 ----- > drivers/gpu/drm/exynos/exynos_drm_fb.c | 6 +-- > drivers/gpu/drm/exynos/exynos_drm_g2d.c | 13 ++++--- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 50 +++++++++++-------------- > drivers/gpu/drm/exynos/exynos_drm_gem.h | 8 ---- > drivers/gpu/drm/exynos/exynos_drm_ipp.c | 2 +- > drivers/gpu/drm/exynos/exynos_drm_ipp.h | 4 +- > 9 files changed, 41 insertions(+), 63 deletions(-) > > -- > 2.53.0.1018.g2bb0e51243-goog >
