mbox series

[0/4,0/4] Exynos DRM cleanup

Message ID 20180607133609.28397-1-m.szyprowski@samsung.com
Headers show
Series Exynos DRM cleanup | expand

Message

Marek Szyprowski June 7, 2018, 1:36 p.m. UTC
Dear all,

This patchset performs a significant cleanup of Exynos DRM code. This
includes the following 2 big items:
- the custom 'sub-driver' framework has been finally replaced by generic
  device component code;
- access to exynos GEM object has been simplified and unified.

Best regards
Marek Szyprowski
Samsung R&D Institute Poland


Patch summary:

Marek Szyprowski (4):
  drm/exynos: g2d: Convert to driver component API
  drm/exynos: gem: Simplify access to exynos GEM objects
  drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM
    lookup
  drm/exynos: gem: Switch to drm_gem_object_put_unlocked() helper

 drivers/gpu/drm/exynos/Makefile          |   2 +-
 drivers/gpu/drm/exynos/exynos_drm_core.c | 119 ---------
 drivers/gpu/drm/exynos/exynos_drm_drv.c  |  14 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.h  |  47 +---
 drivers/gpu/drm/exynos/exynos_drm_fb.c   |  10 +-
 drivers/gpu/drm/exynos/exynos_drm_g2d.c  | 300 +++++++++--------------
 drivers/gpu/drm/exynos/exynos_drm_g2d.h  |  11 +
 drivers/gpu/drm/exynos/exynos_drm_gem.c  |  62 +----
 drivers/gpu/drm/exynos/exynos_drm_gem.h  |  24 +-
 drivers/gpu/drm/exynos/exynos_drm_ipp.c  |  10 +-
 10 files changed, 158 insertions(+), 441 deletions(-)
 delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_core.c

-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html