From: Alex Deucher Date: Fri, 15 May 2020 20:32:36 +0000 (-0400) Subject: drm/amdgpu: add Green_Sardine APU flag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7be89985c4152b6d9628f5007eb074a8aea7fa11;p=linux.git drm/amdgpu: add Green_Sardine APU flag Will be used for Green_Sardine which is a new APU. Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 10dc481ecbc4b..06c1aabf10cef 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -45,6 +45,7 @@ enum amd_apu_flags { AMD_APU_IS_RAVEN2 = 0x00000002UL, AMD_APU_IS_PICASSO = 0x00000004UL, AMD_APU_IS_RENOIR = 0x00000008UL, + AMD_APU_IS_GREEN_SARDINE = 0x00000010UL, }; /**