diff options
author | Huang Rui <ray.huang@amd.com> | 2018-03-02 14:16:06 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-15 13:43:39 -0500 |
commit | 6f92ad2a1772ebaa5eb3d27c9c8dd8caf2e3cbdb (patch) | |
tree | 44a3ed14cebae8eaaf7bdd4844fa3d4f2d853af2 /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | fa7bd27d7352bfd57aed60a7e1b678bc1f475fc4 (diff) | |
download | talos-obmc-linux-6f92ad2a1772ebaa5eb3d27c9c8dd8caf2e3cbdb.tar.gz talos-obmc-linux-6f92ad2a1772ebaa5eb3d27c9c8dd8caf2e3cbdb.zip |
drm/amdgpu: add gfxoff feature mask
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
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 | 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, }; |