projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0e7e5
)
drm/amdgpu: add AVFS control to PP_FEATURE_MASK
author
Alex Deucher
<
[email protected]
>
Fri, 10 Aug 2018 18:09:43 +0000
(13:09 -0500)
committer
Alex Deucher
<
[email protected]
>
Mon, 27 Aug 2018 16:10:17 +0000
(11:10 -0500)
Add a ppfeaturemask flag to disable AVFS control.
Reviewed-by: Rex Zhu <
[email protected]
>
Reviewed-by: Huang Rui <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/include/amd_shared.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/include/amd_shared.h
b/drivers/gpu/drm/amd/include/amd_shared.h
index 265621d8945c300e8a7f907e9287da48096270fd..86b167ec9863e0c79eca93e7ec2886afc33b720e 100644
(file)
--- a/
drivers/gpu/drm/amd/include/amd_shared.h
+++ b/
drivers/gpu/drm/amd/include/amd_shared.h
@@
-129,6
+129,7
@@
enum PP_FEATURE_MASK {
PP_GFXOFF_MASK = 0x8000,
PP_ACG_MASK = 0x10000,
PP_STUTTER_MODE = 0x20000,
+ PP_AVFS_MASK = 0x40000,
};
/**