drm/amdgpu: cleanup struct amdgpu_ring
authorNirmoy Das <nirmoy.das@amd.com>
Mon, 1 Feb 2021 14:02:30 +0000 (15:02 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Feb 2021 20:26:41 +0000 (15:26 -0500)
commitebdd2e9d1aef29a2eb7b797abe6d0e048ce00a7f
tree78510f641b7e2493d9aacef2c8f9974d9559d2b4
parent6eed1f3fba404dc0a1835c3a96694ea4152cd50e
drm/amdgpu: cleanup struct amdgpu_ring

This patch consist of below related changes:

1 Rename ring->priority to ring->hw_prio.
2 Assign correct hardware ring priority.
3 Remove ring->priority_mutex as ring priority remains unchanged
  after initialization.
4 Remove unused ring->num_jobs.

v3: remove ring->num_jobs.
v2: remove ring->priority_mutex.

Fixes: 33abcb1f5a17 ("drm/amdgpu: set compute queue priority at mqd_init")
Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h