summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26drm/amdkfd: Add partition id field to location_idLijo Lazar1-2/+3
2024-02-12drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3Kent Russell1-6/+4
2024-02-07drm/amdkfd: Add cache line sizes to KFD topologyJoseph Greathouse1-0/+3
2024-01-05drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam1-11/+13
2024-01-05drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam1-9/+12
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+16
2023-11-03drm/amdkfd: Update cache info for GFX 9.4.3Mukul Joshi1-2/+16
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-24/+20
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-1/+1
2023-10-03drm/amdkfd: drop struct kfd_cu_infoAlex Deucher1-29/+20
2023-10-03drm/amdkfd: reduce stack size in kfd_topology_add_device()Alex Deucher1-4/+9
2023-09-11drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi1-36/+46
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-6/+5
2023-09-11drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi1-36/+46
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-6/+5
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu1-1/+8
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-96/+15
2023-07-27drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim1-7/+5
2023-07-12drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2Jonathan Kim1-2/+3
2023-07-12drm/amdkfd: restore debugger additional info for gfx v9_4_3Jonathan Kim1-2/+8
2023-06-23drm/amdkfd: set coherent host access capability flagAlex Sierra1-0/+4
2023-06-09drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim1-5/+7
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-2/+5
2023-06-09drm/amdkfd: display debug capabilitiesJonathan Kim1-5/+96
2023-06-09drm/amdgpu: Do not access members of xcp w/o check (v2)Hawking Zhang1-1/+1
2023-06-09drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi1-3/+4
2023-06-09drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang1-18/+0
2023-06-09drm/amdkfd: Store drm node minor number for kfd nodesPhilip Yang1-2/+6
2023-06-09drm/amdkfd: Move pgmap to amdgpu_kfd_dev structurePhilip Yang1-1/+1
2023-06-09drm/amdkfd: Use xcc mask for identifying xccLijo Lazar1-4/+4
2023-06-09drm/amdkfd: bind cpu and hiveless gpu to a hive if xgmi connectedJonathan Kim1-1/+8
2023-06-09drm/amdkfd: Report XGMI IOLINKs for GFXIP9.4.3Rajneesh Bhardwaj1-3/+2
2023-06-09drm/amdkfd: add gpu compute cores io links for gfx9.4.3Jonathan Kim1-0/+4
2023-06-09drm/amdkfd: Update sysfs node properties for multi XCCMukul Joshi1-2/+4
2023-06-09drm/amdkfd: Add spatial partitioning support in KFDMukul Joshi1-3/+5
2023-06-09drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi1-28/+28
2023-02-23drm/amdkfd: Make kobj_type structures constantThomas Weißschuh1-5/+5
2023-01-03drm/amdkfd: Fix kernel warning during topology setupMukul Joshi1-1/+1
2022-11-29drm/amdkfd: Remove unnecessary condition in kfd_topology_add_device()Dan Carpenter1-3/+2
2022-11-23drm/amdkfd: Release the topology_lock in error caseFelix Kuehling1-55/+65
2022-11-09drm/amdkfd: Make kfd_fill_cache_non_crat_info() as staticMa Jun1-1/+1
2022-11-04drm/amdkfd: Fix the warning of array-index-out-of-boundsMa Jun1-13/+232
2022-10-27drm/amdkfd: Cleanup kfd_dev structMukul Joshi1-13/+12
2022-08-16drm/amdkfd: potential crash in kfd_create_indirect_link_prop()Dan Carpenter1-4/+7
2022-06-14drm/amdkfd: fix warning when CONFIG_HSA_AMD_P2P is not setAlex Deucher1-2/+5
2022-06-10drm/amdkfd: Remove field io_link_count from struct kfd_topology_deviceRamesh Errabolu1-1/+0
2022-06-08drm/amdkfd: Extend KFD device topology to surface peer-to-peer linksRamesh Errabolu1-2/+317
2022-05-26drm/amdkfd: simplify cpu hive assignmentJonathan Kim1-16/+6
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-1/+2