]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Remove volatile from ring manipulation
authorRodrigo Siqueira <siqueira@igalia.com>
Mon, 8 Sep 2025 23:15:38 +0000 (17:15 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Sep 2025 20:51:15 +0000 (16:51 -0400)
commitf307cfb91734b36bde2597552971553d91838048
treead564dda72877e5f741d46711c04aae7ecd6b3e7
parentb8fc541089582ed77cc567bb28a83abe834e8902
drm/amdgpu: Remove volatile from ring manipulation

None of the pointer operations handled by the ring file requires
volatile, for this reason, this commit removes all occurrences of
volatile associated with rings.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c