From: David Zhang Date: Wed, 8 Jul 2015 13:40:31 +0000 (+0800) Subject: drm/amdgpu: Add Fiji support to IH module X-Git-Tag: firefly_0821_release~176^2~1083^2~26^2~98 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa8a3b5395f61ee2418ea33c6f2d95b432a13f35;p=firefly-linux-kernel-4.4.55.git drm/amdgpu: Add Fiji support to IH module Signed-off-by: David Zhang Reviewed-by: Alex Deucher Reviewed-by: Jammy Zhou Reviewed-by: Christian König --- diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index e295088a0408..0549b814916a 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c @@ -1181,6 +1181,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] = .rev = 0, .funcs = &gmc_v8_0_ip_funcs, }, + { + .type = AMD_IP_BLOCK_TYPE_IH, + .major = 3, + .minor = 0, + .rev = 0, + .funcs = &tonga_ih_ip_funcs, + }, }; static const struct amdgpu_ip_block_version cz_ip_blocks[] =