[PULL] drm-amdkfd-fixes
Oded Gabbay
oded.gabbay at amd.com
Tue Jan 13 00:03:51 PST 2015
Hi Dave,
Two fixes for -rc5 :
- Remove the interrupt SW ring buffer impl. as it is not used by any module
in amdkfd.
- Fix a sparse warning
Thanks,
Oded
The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:
linux 3.19-rc4 (2015-01-11 12:44:53 -0800)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2015-01-13
for you to fetch changes up to 8dfe58b2063811b415626060316672741049d4d4:
drm/amdkfd: Fix sparse warning (different address space) (2015-01-08 16:46:16 +0200)
----------------------------------------------------------------
Michel Dänzer (1):
drm/amdkfd: Drop interrupt SW ring buffer
Oded Gabbay (1):
drm/amdkfd: Fix sparse warning (different address space)
drivers/gpu/drm/amd/amdkfd/Makefile | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 20 +--
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 176 ---------------------
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 15 --
5 files changed, 3 insertions(+), 213 deletions(-)
delete mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
More information about the dri-devel
mailing list