OSDN Git Service

drm/amdgpu: remove duplicate definition of cik_mqd
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 1 Feb 2017 21:28:56 +0000 (16:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 May 2017 20:48:48 +0000 (16:48 -0400)
commit486d807cd9a95ea7ee71b2ddc610a09ecf715fb4
tree31f83ba863be7de405178a4500daa417a641036e
parentbf13ed6b466d85a7d396798c815926bac0850211
drm/amdgpu: remove duplicate definition of cik_mqd

The gfxv7 contains a slightly different version of cik_mqd called
bonaire_mqd. This can introduce subtle bugs if fixes are not applied in
both places.

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c