[GIT PULL] exynos-drm-fixes

Inki Dae inki.dae at samsung.com
Fri Apr 20 06:01:56 UTC 2018


Hi Dave,

   Just cleanup by removing Exynos specific framebuffer structure
   and relevant two callback functions.

   Please kindly let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit 97130968839a2928869a2d25500b5855017aac7d:

  Merge tag 'drm-amdkfd-fixes-2018-03-25' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes (2018-03-27 17:39:50 +1000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v4.17-rc2

for you to fetch changes up to ff059fcbeed9cbed7421f82d1463dd74c472636e:

  drm/exynos: exynos_drm_fb -> drm_framebuffer (2018-04-17 14:55:41 +0900)

----------------------------------------------------------------
Remove Exynos specific framebuffer structure and
relevant functions.
- it removes exynos_drm_fb structure which is a wrapper of
  drm_framebuffer and unnecessary two exynos specific callback
  functions, exynos_drm_destory() and exynos_drm_fb_create_handle()
  because we can reuse existing drm common callback ones instead.

----------------------------------------------------------------
Daniel Stone (3):
      drm/exynos: Move GEM BOs to drm_framebuffer
      drm/exynos: Move dma_addr out of exynos_drm_fb
      drm/exynos: exynos_drm_fb -> drm_framebuffer

 drivers/gpu/drm/exynos/exynos_drm_fb.c | 73 +++++++---------------------------
 1 file changed, 14 insertions(+), 59 deletions(-)


More information about the dri-devel mailing list