summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: flag per-queue reset support for gfx9Jonathan Kim2024-10-281-0/+2
* drm/amdkfd: Add node_id to location_id genericallyLijo Lazar2024-08-131-1/+1
* drm/amdkfd: fix partition query when setting up recommended sdma enginesJonathan Kim2024-08-131-3/+2
* drm/amdkfd: allow users to target recommended SDMA enginesJonathan Kim2024-07-251-0/+52
* drm/amdkfd: Store queue cwsr area size to node propertiesPhilip Yang2024-07-241-0/+2
* drm/amdkfd: Ensure gpu_id is uniqueHarish Kasiviswanathan2024-05-171-6/+34
* drm/amdkfd: Use dev_error intead of pr_errorHarish Kasiviswanathan2024-05-131-11/+8
* drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen2024-05-091-2/+1
* Revert "drm/amdkfd: Add partition id field to location_id"Lijo Lazar2024-05-081-3/+2
* drm/amdkfd: enable single alu ops for gfx12Jonathan Kim2024-05-021-0/+4
* drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang2024-05-021-2/+4
* drm/amdkfd: Add partition id field to location_idLijo Lazar2024-02-261-2/+3
* drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3Kent Russell2024-02-121-6/+4
* drm/amdkfd: Add cache line sizes to KFD topologyJoseph Greathouse2024-02-071-0/+3
* drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam2024-01-051-11/+13
* drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam2024-01-051-9/+12
* Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-081-2/+16
|\
| * drm/amdkfd: Update cache info for GFX 9.4.3Mukul Joshi2023-11-031-2/+16
* | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-011-24/+20
|\|
| * drm/amdkfd: drop struct kfd_cu_infoAlex Deucher2023-10-031-29/+20
| * drm/amdkfd: reduce stack size in kfd_topology_add_device()Alex Deucher2023-10-031-4/+9
| * drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi2023-09-111-36/+46
| * drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-6/+5
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-311-1/+1
|\ \
| * | x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
| |/
* | drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi2023-09-121-36/+46
* | drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-121-6/+5
|/
* drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu2023-08-161-1/+8
* drm/amdkfd: drop IOMMUv2 supportAlex Deucher2023-08-111-96/+15
* drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim2023-07-271-7/+5
* drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2Jonathan Kim2023-07-121-2/+3
* drm/amdkfd: restore debugger additional info for gfx v9_4_3Jonathan Kim2023-07-121-2/+8
* drm/amdkfd: set coherent host access capability flagAlex Sierra2023-06-231-0/+4
* drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim2023-06-091-5/+7
* drm/amdkfd: apply trap workaround for gfx11Jonathan Kim2023-06-091-2/+5
* drm/amdkfd: display debug capabilitiesJonathan Kim2023-06-091-5/+96
* drm/amdgpu: Do not access members of xcp w/o check (v2)Hawking Zhang2023-06-091-1/+1
* drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi2023-06-091-3/+4
* drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang2023-06-091-18/+0
* drm/amdkfd: Store drm node minor number for kfd nodesPhilip Yang2023-06-091-2/+6
* drm/amdkfd: Move pgmap to amdgpu_kfd_dev structurePhilip Yang2023-06-091-1/+1
* drm/amdkfd: Use xcc mask for identifying xccLijo Lazar2023-06-091-4/+4
* drm/amdkfd: bind cpu and hiveless gpu to a hive if xgmi connectedJonathan Kim2023-06-091-1/+8
* drm/amdkfd: Report XGMI IOLINKs for GFXIP9.4.3Rajneesh Bhardwaj2023-06-091-3/+2
* drm/amdkfd: add gpu compute cores io links for gfx9.4.3Jonathan Kim2023-06-091-0/+4
* drm/amdkfd: Update sysfs node properties for multi XCCMukul Joshi2023-06-091-2/+4
* drm/amdkfd: Add spatial partitioning support in KFDMukul Joshi2023-06-091-3/+5
* drm/amdkfd: Introduce kfd_node struct (v5)Mukul Joshi2023-06-091-28/+28
* drm/amdkfd: Make kobj_type structures constantThomas Weißschuh2023-02-231-5/+5
* drm/amdkfd: Fix kernel warning during topology setupMukul Joshi2023-01-031-1/+1