diff options
| author | 2020-10-26 20:43:41 +0800 | |
|---|---|---|
| committer | 2020-10-27 12:01:29 -0400 | |
| commit | c345c89b64914ec701a25036ecc734c0201d4a7c (patch) | |
| tree | 58f7c1a932959127d287cfbdbcbe1efe7800882b /drivers/gpu/drm/amd/include/amd_shared.h | |
| parent | drm/amdgpu: enable MULTI_MON_PP_MCLK_SWITCH DC feature at default (diff) | |
| download | wireguard-linux-c345c89b64914ec701a25036ecc734c0201d4a7c.tar.xz wireguard-linux-c345c89b64914ec701a25036ecc734c0201d4a7c.zip | |
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.h | 1 |
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, }; /** |
