diff options
author | Huang Rui <[email protected]> | 2018-03-02 14:16:06 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-05-15 13:43:39 -0500 |
commit | 6f92ad2a1772ebaa5eb3d27c9c8dd8caf2e3cbdb (patch) | |
tree | 44a3ed14cebae8eaaf7bdd4844fa3d4f2d853af2 | |
parent | fa7bd27d7352bfd57aed60a7e1b678bc1f475fc4 (diff) |
drm/amdgpu: add gfxoff feature mask
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 efeea9a9f27e..33de33016bda 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -125,6 +125,7 @@ enum PP_FEATURE_MASK { PP_SOCCLK_DPM_MASK = 0x1000, PP_DCEFCLK_DPM_MASK = 0x2000, PP_OVERDRIVE_MASK = 0x4000, + PP_GFXOFF_MASK = 0x8000, PP_ACG_MASK = 0x10000, }; |