-
- Downloads
drm/amdkfd: Set per-process flags only once for gfx9/10/11/12
Define set_cache_memory_policy() for these asics and move all static changes from update_qpd() which is called each time a queue is created to set_cache_memory_policy() which is called once during process initialization Signed-off-by:Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com> Reviewed-by:
Amber Lin <Amber.Lin@amd.com>
Showing
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c 24 additions, 17 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v11.c 24 additions, 17 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v11.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v12.c 24 additions, 17 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v12.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c 35 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c
Loading