[PULL] drm-amdkfd-fixes
Oded Gabbay
oded.gabbay at amd.com
Mon Jan 26 02:44:04 PST 2015
Hi Dave,
A couple of fixes for -rc7 in amdkfd:
- Forgot to free resources when creation of queue has failed
- Initialization of pipelines was incorrect (3 patches)
In addition, The patch "drm/amdkfd: Allow user to limit only queues per device"
is not a fix, but I would like to push it for 3.19 as it changes the ABI
between amdkfd and userspace (by changing the module parameters). I would
prefer *not* to support the two deprecated module parameters if I don't have
too, as amdkfd hasn't been released yet.
However, if you think that this patch is not appropriate at this time, please
remove it and I will prepare a new patch for 3.20 that keeps backward
compatibility.
Thanks,
Oded
The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:
Linux 3.19-rc6 (2015-01-25 20:04:41 -0800)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2015-01-26
for you to fetch changes up to 9fa843e76d9092e5348aac7252cbb71f09902507:
drm/amdkfd: Fix bug in call to init_pipelines() (2015-01-22 12:50:37 +0200)
----------------------------------------------------------------
Ben Goz (1):
drm/amdkfd: PQM handle queue creation fault
Oded Gabbay (4):
drm/amdkfd: Allow user to limit only queues per device
drm/radeon: Don't increment pipe_id in kgd_init_pipeline
drm/amdkfd: Fix bug in pipelines initialization
drm/amdkfd: Fix bug in call to init_pipelines()
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 78 +++++++++++++++++++++-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_module.c | 27 +++-----
drivers/gpu/drm/amd/amdkfd/kfd_pasid.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 17 +++--
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 12 ++--
drivers/gpu/drm/radeon/radeon_kfd.c | 2 +-
8 files changed, 106 insertions(+), 39 deletions(-)
More information about the dri-devel
mailing list