Commit d205c3cc authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: add Green_Sardine APU flag

Will be used for Green_Sardine which is a new APU.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e500dc63
......@@ -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,
};
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment