[PULL] drm-amdkfd-next
Oded Gabbay
oded.gabbay at gmail.com
Mon Sep 19 19:49:23 UTC 2016
Hi Dave,
This is amdkfd's pull request for kernel 4.9. It contains a fix to a possible
infinite loop bug and a couple of other minor "cleaning" patches.
Thanks,
Oded
The following changes since commit 9f8cf165c62913244479832f04c44cd77ffc9293:
Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next (2016-09-19 17:16:02 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-2016-09-19
for you to fetch changes up to e88a614c403573e861f82c063d8aee25cf109f17:
drm/amdkfd: Pass 'struct queue_propertices' by reference (2016-09-19 20:58:35 +0300)
----------------------------------------------------------------
Edward O'Callaghan (6):
drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack
drm/amdkfd: Add some missing memset zero'ing in queue init func
drm/amdkfd: Reuse function to find a process through pasid
drm/amdkfd: Fix possible infinite loop
drm/amdkfd: Unify multiple calls to pr_debug() into one
drm/amdkfd: Pass 'struct queue_propertices' by reference
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 17 +++---
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 17 +++---
drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c | 16 +++---
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 5 +-
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 61 +++++++++-------------
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 8 +--
9 files changed, 65 insertions(+), 67 deletions(-)
More information about the dri-devel
mailing list