[PATCH v2 0/7] Consider G2D hardware restrictions.

Inki Dae inki.dae at samsung.com
Thu Mar 14 02:47:32 PDT 2013


This patch set checks the contents of g2d command list from user
is valid or not according to G2D hardware restrictions. For now,
G2D driver wasn't considered for them properly.

For this, this patch set includes relevant code cleaups, fixups
and adds a new function to get buffer size to the gem to be
accessed by G2D dma.

Changelog v2:
- Consider for interrupt setup to each command list and all command lists.
- Revert irrelevant codes.
- Fix merge conflict.

Inki Dae (1):
  drm/exynos: Add a new function to get gem buffer size

YoungJun Cho (6):
  drm/exynos: Fix error routine to getting dma addr.
  drm/exynos: clear node object type at gem unmap
  drm/exynos: Fix G2D core malfunctioning issue
  drm/exynos: Clean up some G2D codes for readability
  drm/exynos: Deal with g2d buffer info more efficiently
  drm/exynos: Check g2d cmd list for g2d restrictions

 drivers/gpu/drm/exynos/exynos_drm_g2d.c |  370 +++++++++++++++++++++++++++----
 drivers/gpu/drm/exynos/exynos_drm_gem.c |   21 ++
 drivers/gpu/drm/exynos/exynos_drm_gem.h |    5 +
 3 files changed, 351 insertions(+), 45 deletions(-)

-- 
1.7.4.1



More information about the dri-devel mailing list