linux/drivers/gpu/drm/amd/amdkfd
Ma Jun c0cc999f3c drm/amdkfd: Fix the warning of array-index-out-of-bounds
For some GPUs with more CUs, the original sibling_map[32]
in struct crat_subtype_cache is not enough
to save the cache information when create the VCRAT table,
so skip filling the struct crat_subtype_cache info instead
fill struct kfd_cache_properties directly to fix this problem.

Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-11-04 16:05:53 -04:00
..
cik_event_interrupt.c
cik_int.h
cik_regs.h
cwsr_trap_handler.h drm/amdkfd: update GFX11 CWSR trap handler 2022-11-04 16:05:52 -04:00
cwsr_trap_handler_gfx8.asm
cwsr_trap_handler_gfx9.asm drm/amdkfd: port cwsr trap handler from dkms branch 2022-05-26 14:56:32 -04:00
cwsr_trap_handler_gfx10.asm drm/amdkfd: update GFX11 CWSR trap handler 2022-11-04 16:05:52 -04:00
Kconfig drm/amdkfd: Define config HSA_AMD_P2P to support peer-to-peer 2022-06-08 11:40:12 -04:00
kfd_chardev.c drm/amdkfd: Track unified memory when switching xnack mode 2022-09-30 11:21:14 -04:00
kfd_crat.c drm/amdkfd: Fix the warning of array-index-out-of-bounds 2022-11-04 16:05:53 -04:00
kfd_crat.h drm/amdkfd: Fix the warning of array-index-out-of-bounds 2022-11-04 16:05:53 -04:00
kfd_debugfs.c drm/amdgpu: add debugfs for kfd system and ttm mem used 2022-07-28 16:05:16 -04:00
kfd_device.c drm/amdkfd: Cleanup kfd_dev struct 2022-10-27 15:12:09 -04:00
kfd_device_queue_manager.c drm/amdkfd: Fix UBSAN shift-out-of-bounds warning 2022-09-30 11:21:25 -04:00
kfd_device_queue_manager.h drm/amdkfd: Add KFD support for soc21 v3 2022-05-04 10:43:54 -04:00
kfd_device_queue_manager_cik.c
kfd_device_queue_manager_v9.c
kfd_device_queue_manager_v10.c
kfd_device_queue_manager_v11.c drm/amdkfd: Add KFD support for soc21 v3 2022-05-04 10:43:54 -04:00
kfd_device_queue_manager_vi.c
kfd_doorbell.c drm/amdkfd: Fix CRIU restore op due to doorbell offset 2022-09-13 12:54:23 -04:00
kfd_events.c drm/amdkfd: Handle restart of kfd_ioctl_wait_events 2022-08-10 15:41:23 -04:00
kfd_events.h
kfd_flat_memory.c
kfd_int_process_v9.c drm/amdkfd: Add KFD support for soc21 v3 2022-05-04 10:43:54 -04:00
kfd_int_process_v11.c drm/amdkfd: fix dropped interrupt in kfd_int_process_v11 2022-09-29 09:41:44 -04:00
kfd_interrupt.c drm/amdkfd: use time_is_before_jiffies(a + b) to replace "jiffies - a > b" 2022-07-29 15:17:31 -04:00
kfd_iommu.c drm/amdkfd: Cleanup kfd_dev struct 2022-10-27 15:12:09 -04:00
kfd_iommu.h
kfd_kernel_queue.c
kfd_kernel_queue.h
kfd_migrate.c drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() 2022-10-27 15:12:08 -04:00
kfd_migrate.h mm/memory.c: fix race when faulting a device private page 2022-10-12 18:51:49 -07:00
kfd_module.c
kfd_mqd_manager.c drm/amdkfd: fix cu mask for asics with wgps 2022-06-30 15:28:03 -04:00
kfd_mqd_manager.h
kfd_mqd_manager_cik.c
kfd_mqd_manager_v9.c
kfd_mqd_manager_v10.c
kfd_mqd_manager_v11.c drm/amdgpu: Enable F32_WPTR_POLL_ENABLE in mqd 2022-10-06 12:05:44 -04:00
kfd_mqd_manager_vi.c
kfd_packet_manager.c
kfd_packet_manager_v9.c
kfd_packet_manager_vi.c
kfd_pasid.c
kfd_pm4_headers.h
kfd_pm4_headers_ai.h
kfd_pm4_headers_aldebaran.h
kfd_pm4_headers_vi.h
kfd_pm4_opcodes.h
kfd_priv.h drm/amdkfd: Cleanup kfd_dev struct 2022-10-27 15:12:09 -04:00
kfd_process.c drm/amdkfd: Cleanup kfd_dev struct 2022-10-27 15:12:09 -04:00
kfd_process_queue_manager.c drm/amdkfd: Fix CRIU restore op due to doorbell offset 2022-09-13 12:54:23 -04:00
kfd_queue.c
kfd_smi_events.c drm/amdkfd: Asynchronously free smi_client 2022-06-30 15:31:30 -04:00
kfd_smi_events.h drm/amdkfd: Add unmap from GPU SMI event 2022-06-30 15:31:21 -04:00
kfd_svm.c drm/amdkfd: Cleanup kfd_dev struct 2022-10-27 15:12:09 -04:00
kfd_svm.h drm/amdkfd: Track unified memory when switching xnack mode 2022-09-30 11:21:14 -04:00
kfd_topology.c drm/amdkfd: Fix the warning of array-index-out-of-bounds 2022-11-04 16:05:53 -04:00
kfd_topology.h drm/amdkfd: Fix the warning of array-index-out-of-bounds 2022-11-04 16:05:53 -04:00
Makefile drm/amdkfd: Add KFD support for soc21 v3 2022-05-04 10:43:54 -04:00
soc15_int.h drm/amdkfd: Add KFD support for soc21 v3 2022-05-04 10:43:54 -04:00