diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 10:06:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:50:45 -0400 |
commit | 6b0432b703c4679d9886743072443d879e48ba56 (patch) | |
tree | ee81845cc164c0a10319b03c38f78dcb53db5bce /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | c2546f55dd3b490439a7a6bef080b7a45dbe733a (diff) | |
download | talos-obmc-linux-6b0432b703c4679d9886743072443d879e48ba56.tar.gz talos-obmc-linux-6b0432b703c4679d9886743072443d879e48ba56.zip |
drm/amdgpu: add new GFX powergating types
Add some new GFX powergating flags.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index afce1edbe250..afbd8765dc73 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -120,6 +120,8 @@ enum amd_powergating_state { #define AMD_PG_SUPPORT_SDMA (1 << 8) #define AMD_PG_SUPPORT_ACP (1 << 9) #define AMD_PG_SUPPORT_SAMU (1 << 10) +#define AMD_PG_SUPPORT_GFX_QUICK_MG (1 << 11) +#define AMD_PG_SUPPORT_GFX_PIPELINE (1 << 12) enum amd_pm_state_type { /* not used for dpm */ |