]> asedeno.scripts.mit.edu Git - linux.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>
Thu, 3 Jan 2019 17:12:59 +0000 (12:12 -0500)
commit96d8f63c44e5d4db48d98c40bb74d0a0e47ae301
tree5a5206d371a7ff206784a79182a6a7119750f3da
parente49cddcd0ab08f2a3bf3fea8554ea45ae1446d26
drm/amdgpu: Cleanup 2 compiler warnings

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

Fixes: e4ae0fc 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