]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Rename DRM schedulers in amdgpu TTM
authorMukul Joshi <mukul.joshi@amd.com>
Tue, 23 May 2023 15:55:54 +0000 (11:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Jun 2023 14:42:33 +0000 (10:42 -0400)
commit41ce6d6d03d5e51420ea7732c83facc8a7f2e5da
tree070ea926588388769d8905f7446884fa84859b34
parentc168feed5d0341b35b2f6a744f088e7625cfc1aa
drm/amdgpu: Rename DRM schedulers in amdgpu TTM

Rename mman.entity to mman.high_pr to make the distinction
clearer that this is a high priority scheduler. Similarly,
rename the recently added mman.delayed to mman.low_pr to
make it clear it is a low priority scheduler.
No functional change in this patch.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c