]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0a03dc05eed376687655eb321340e80be5e8047
tree6f51958c6bdf40077419cdc064877a484f0dfb6c
parentd7248211e8a9d3a250691212a23cb1ea72383c39
parent83f5c37277a0f723d298f501538c955e159ed836
Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/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