]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Add documentation for enforce isolation feature
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 6 Nov 2024 13:55:50 +0000 (19:25 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Nov 2024 16:45:29 +0000 (11:45 -0500)
commit5954cfa812f4f5850cf0246c499a6dc256196b01
tree01647bd1dc467dae94335a1b1a33b1f5c8563042
parent21cae8debc6a1d243f64fa82cd1b41cb612b5c61
drm/amdgpu: Add documentation for enforce isolation feature

This feature enables process isolation on the graphics engine by
serializing access to it and adding a cleaner shader which clears LDS
(Local Data Store) and GPRs (General Purpose Registers) between jobs.

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Suggested-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Documentation/gpu/amdgpu/index.rst
Documentation/gpu/amdgpu/process-isolation.rst [new file with mode: 0644]