]> Git Repo - linux.git/commit
drm/amdkfd: Adding new IOCTL for scratch memory v2
authorMoses Reuben <[email protected]>
Wed, 16 Aug 2017 03:00:20 +0000 (23:00 -0400)
committerOded Gabbay <[email protected]>
Wed, 16 Aug 2017 03:00:20 +0000 (23:00 -0400)
commit6a1c9510694fe1e901a3b5b53386eac069adcea6
tree704d2dcb4e9602c11455dca2862c53e005bdd215
parent09e56abbc67e364c3810f8454223918c82b4934a
drm/amdkfd: Adding new IOCTL for scratch memory v2

v2:
* Renamed ALLOC_MEMORY_OF_SCRATCH to SET_SCRATCH_BACKING_VA
* Removed size parameter from the ioctl, it was unused
* Removed hole in ioctl number space
* No more call to write_config_static_mem
* Return correct error code from ioctl

Signed-off-by: Moses Reuben <[email protected]>
Signed-off-by: Ben Goz <[email protected]>
Signed-off-by: Felix Kuehling <[email protected]>
Signed-off-by: Oded Gabbay <[email protected]>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
include/uapi/linux/kfd_ioctl.h
This page took 0.057615 seconds and 4 git commands to generate.