This patch series adds two more features that are needed to get the current HSA runtime to initialize successfully. With this I am able to run OCL tests from the current (upcoming) ROCm release on CZ. Moses Reuben (2): drm/amdgpu: Adding new kgd/kfd interface functions to support scratch memory drm/amdkfd: Adding new IOCTL for scratch memory Yong Zhao (2): drm/amdgpu: Add kgd kfd interface get_tile_config() drm/amdkfd: Implement image tiling mode support drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 61 ++++++++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 61 ++++++++++++++- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 87 ++++++++++++++++++++++ drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 + .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 3 + .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 2 + .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 2 + drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 + drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 16 ++++ include/uapi/linux/kfd_ioctl.h | 54 +++++++++++++- 10 files changed, 287 insertions(+), 3 deletions(-) -- 2.7.4