summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2020-10-26 20:43:41 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-10-27 12:01:29 -0400
commitc345c89b64914ec701a25036ecc734c0201d4a7c (patch)
tree58f7c1a932959127d287cfbdbcbe1efe7800882b /drivers/gpu/drm/amd/include/amd_shared.h
parent191a3c04799e4d1c1153442647629669bbf6c882 (diff)
drm/amdgpu: add vangogh apu flag
This patch is to add vangogh apu flag to support more kickers that belongs vangogh series. Signed-off-by: Huang Rui <ray.huang@amd.com> Acked-by: Alex Deucher <alexander.deucher@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 06c1aabf10ce..412602d84f71 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -46,6 +46,7 @@ enum amd_apu_flags {
AMD_APU_IS_PICASSO = 0x00000004UL,
AMD_APU_IS_RENOIR = 0x00000008UL,
AMD_APU_IS_GREEN_SARDINE = 0x00000010UL,
+ AMD_APU_IS_VANGOGH = 0x00000020UL,
};
/**