mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
c168feed5d
commit
41ce6d6d03
@@ -59,10 +59,10 @@ struct amdgpu_mman {
|
||||
bool buffer_funcs_enabled;
|
||||
|
||||
struct mutex gtt_window_lock;
|
||||
/* Scheduler entity for buffer moves */
|
||||
struct drm_sched_entity entity;
|
||||
/* Scheduler entity for VRAM clearing */
|
||||
struct drm_sched_entity delayed;
|
||||
/* High priority scheduler entity for buffer moves */
|
||||
struct drm_sched_entity high_pr;
|
||||
/* Low priority scheduler entity for VRAM clearing */
|
||||
struct drm_sched_entity low_pr;
|
||||
|
||||
struct amdgpu_vram_mgr vram_mgr;
|
||||
struct amdgpu_gtt_mgr gtt_mgr;
|
||||
|
||||
Reference in New Issue
Block a user