summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-10drm/amdgpu: Set xcp id for mes ringHawking Zhang-0/+1
2025-08-06drm/amdgpu: Assign unique id to compute partitionLijo Lazar-0/+20
2025-08-04drm/amd/amdgpu: Release xcp drm memory after unplugMeng Li-0/+1
2025-07-15drm/amdgpu: Use cached partition mode, if validLijo Lazar-4/+16
2025-06-24drm/amdgpu: Convert pre|post_partition_switch into common helpersHawking Zhang-0/+27
2025-06-24drm/amdgpu: Convert update_supported_modes into a common helperHawking Zhang-0/+37
2025-06-24drm/amdgpu: Convert update_partition_sched_list into a common helper v3Hawking Zhang-0/+111
2025-06-24drm/amdgpu: Convert select_sched into a common helper v3Hawking Zhang-0/+41
2025-05-22drm/amdgpu: Add sysfs nodes for partitionLijo Lazar-6/+140
2025-05-13drm/amdgpu: Fix the kernel panic caused by RAS records exceed thresholdCe Sun-2/+2
2025-01-14drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_schedTvrtko Ursulin-1/+1
2024-11-08drm/amdgpu: Add supported NPS modes nodeAsad Kamal-1/+47
2024-10-22drm/amdgpu: Use SPX as default in partition configLijo Lazar-3/+7
2024-10-01drm/amdgpu: Add supported partition mode nodeAsad Kamal-3/+41
2024-10-01drm/amdgpu: Add sysfs nodes to get xcp detailsLijo Lazar-0/+201
2024-07-10drm/amdgpu: Initialize VF partition modeLijo Lazar-3/+9
2023-09-26drm/amdgpu: Restore partition mode after resetLijo Lazar-7/+21
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu-1/+12
2023-07-18drm/amdgpu: use a macro to define no xcp partition caseGuchun Chen-2/+2
2023-06-30drm/amdgpu: share drm device for pci amdgpu device with 1st partition deviceJames Zhu-3/+6
2023-06-23drm/amdgpu: Move calculation of xcp per memory nodeLijo Lazar-1/+3
2023-06-09drm/amdgpu: use amdxcp platform device as spatial partitionJames Zhu-7/+5
2023-06-09drm/amdgpu: save/restore part of xcp drm_device fieldsJames Zhu-2/+14
2023-06-09drm/amdgpu: Fix warningsLijo Lazar-1/+1
2023-06-09drm/amdgpu: Fix a couple of spelling mistakes in info and debug messagesColin Ian King-1/+1
2023-06-09drm/amdgpu: route ioctls on primary node of XCPs to primary deviceShiwu Zhang-0/+1
2023-06-09drm/amdgpu: Add memory partition id to amdgpu_vmPhilip Yang-0/+3
2023-06-09drm/amdgpu: Add xcp manager num_xcp_per_mem_partitionPhilip Yang-0/+1
2023-06-09drm/amdgpu: update ref_cnt before ctx freeJames Zhu-0/+16
2023-06-09drm/amdgpu: add partition scheduler list updateJames Zhu-0/+2
2023-06-09drm/amdgpu: find partition ID when open deviceJames Zhu-0/+29
2023-06-09drm/amdgpu: support partition drm devicesJames Zhu-1/+58
2023-06-09drm/amdgpu: Move initialization of xcp before kfdLijo Lazar-9/+7
2023-06-09drm/amdgpu: Add callback to fill xcp memory idLijo Lazar-0/+12
2023-06-09drm/amdgpu: Add utility functions for xcpLijo Lazar-0/+12
2023-06-09drm/amdgpu: Use transient mode during xcp switchLijo Lazar-3/+15
2023-06-09drm/amdgpu: Add flags for partition mode queryLijo Lazar-3/+5
2023-06-09drm/amdgpu: Add initial version of XCP routinesLijo Lazar-0/+244