aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorTao Zhou <tao.zhou1@amd.com>2021-07-13 17:13:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-07-23 10:08:00 -0400
commitd0f56dc25afba6e08be2d2611d5d19f97821aa64 (patch)
treeb4f478dbc828331bb34f86fb4944125d65593b16 /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amdgpu: adjust fw_name string length for toc (diff)
downloadlinux-dev-d0f56dc25afba6e08be2d2611d5d19f97821aa64.tar.xz
linux-dev-d0f56dc25afba6e08be2d2611d5d19f97821aa64.zip
drm/amdgpu: add cyan_skillfish asic type
Add cyan_skillfish asic family. Signed-off-by: Tao Zhou <tao.zhou1@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index ff1d3d4a6488..257f280d3d53 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -47,6 +47,7 @@ enum amd_apu_flags {
AMD_APU_IS_RENOIR = 0x00000008UL,
AMD_APU_IS_GREEN_SARDINE = 0x00000010UL,
AMD_APU_IS_VANGOGH = 0x00000020UL,
+ AMD_APU_IS_CYAN_SKILLFISH2 = 0x00000040UL,
};
/**