]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Cleanup 2 compiler warnings
authorKent Russell <kent.russell@amd.com>
Thu, 3 Jan 2019 13:33:15 +0000 (08:33 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:24 +0000 (15:04 -0500)
commit74493ace87e8e9dbd1cf616b3aaf2fb172e7a96b
treee58935443bf775e0d8f45210e7c53eb881a690e9
parent4b6ff31f37a8fbd0894edea7540b65a92894e28f
drm/amdgpu: Cleanup 2 compiler warnings

These 2 variables are unused now, so remove their references.

Fixes: 4854479 drm/amdgpu: implement gfx8 post_soft_reset
Fixes: 5e01c09 drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings
test sequence

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c