summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-26drm/amdgpu: Restore partition mode after resetLijo Lazar1-7/+21
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu1-1/+12
2023-07-18drm/amdgpu: use a macro to define no xcp partition caseGuchun Chen1-2/+2
2023-06-30drm/amdgpu: share drm device for pci amdgpu device with 1st partition deviceJames Zhu1-3/+6
2023-06-23drm/amdgpu: Move calculation of xcp per memory nodeLijo Lazar1-1/+3
2023-06-09drm/amdgpu: use amdxcp platform device as spatial partitionJames Zhu1-7/+5
2023-06-09drm/amdgpu: save/restore part of xcp drm_device fieldsJames Zhu1-2/+14
2023-06-09drm/amdgpu: Fix warningsLijo Lazar1-1/+1
2023-06-09drm/amdgpu: Fix a couple of spelling mistakes in info and debug messagesColin Ian King1-1/+1
2023-06-09drm/amdgpu: route ioctls on primary node of XCPs to primary deviceShiwu Zhang1-0/+1
2023-06-09drm/amdgpu: Add memory partition id to amdgpu_vmPhilip Yang1-0/+3
2023-06-09drm/amdgpu: Add xcp manager num_xcp_per_mem_partitionPhilip Yang1-0/+1
2023-06-09drm/amdgpu: update ref_cnt before ctx freeJames Zhu1-0/+16
2023-06-09drm/amdgpu: add partition scheduler list updateJames Zhu1-0/+2
2023-06-09drm/amdgpu: find partition ID when open deviceJames Zhu1-0/+29
2023-06-09drm/amdgpu: support partition drm devicesJames Zhu1-1/+58
2023-06-09drm/amdgpu: Move initialization of xcp before kfdLijo Lazar1-9/+7
2023-06-09drm/amdgpu: Add callback to fill xcp memory idLijo Lazar1-0/+12
2023-06-09drm/amdgpu: Add utility functions for xcpLijo Lazar1-0/+12
2023-06-09drm/amdgpu: Use transient mode during xcp switchLijo Lazar1-3/+15
2023-06-09drm/amdgpu: Add flags for partition mode queryLijo Lazar1-3/+5
2023-06-09drm/amdgpu: Add initial version of XCP routinesLijo Lazar1-0/+244