Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/linux...
authorDave Airlie <airlied@redhat.com>
Sun, 22 Apr 2018 22:53:41 +0000 (08:53 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 22 Apr 2018 22:53:41 +0000 (08:53 +1000)
commit2e1d6eab503d179dbca51f54c65c4e0b70775fbf
tree6f51958c6bdf40077419cdc064877a484f0dfb6c
parentbc9ebca2daeb132a6375700f41bd65d87794e9c7
parentff059fcbeed9cbed7421f82d1463dd74c472636e
Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git./linux/kernel/git/daeinki/drm-exynos into drm-next

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.

* tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
  drm/exynos: exynos_drm_fb -> drm_framebuffer
  drm/exynos: Move dma_addr out of exynos_drm_fb
  drm/exynos: Move GEM BOs to drm_framebuffer
  drm/amdkfd: Deallocate SDMA queues correctly
  drm/amdkfd: Fix scratch memory with HWS enabled
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c