mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUB
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a95890b45f
commit
f8386b3521
3 changed files with 3 additions and 1 deletions
|
@ -184,6 +184,7 @@ enum amd_fan_ctrl_mode {
|
|||
#define AMD_PG_SUPPORT_SAMU (1 << 10)
|
||||
#define AMD_PG_SUPPORT_GFX_QUICK_MG (1 << 11)
|
||||
#define AMD_PG_SUPPORT_GFX_PIPELINE (1 << 12)
|
||||
#define AMD_PG_SUPPORT_MMHUB (1 << 13)
|
||||
|
||||
enum amd_pm_state_type {
|
||||
/* not used for dpm */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue