projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472c89f
)
drm/amdgpu: Change default value of module parameter amdgpu_pp_feature_mask
author
Rex Zhu
<Rex.Zhu@amd.com>
Thu, 22 Feb 2018 09:39:22 +0000
(17:39 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:37 +0000
(23:09 -0500)
Currently all pp features are enabled by default except
OVERDRIVE
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 88ec9280a67aab148810347f5cf6f9d768d3fe52..85ceed702fb230dd4e64530e1d013265182fb9bf 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@
-121,7
+121,7
@@
uint amdgpu_pg_mask = 0xffffffff;
uint amdgpu_sdma_phase_quantum = 32;
char *amdgpu_disable_cu = NULL;
char *amdgpu_virtual_display = NULL;
-uint amdgpu_pp_feature_mask = 0x
3
fff;
+uint amdgpu_pp_feature_mask = 0x
ffffb
fff;
int amdgpu_ngg = 0;
int amdgpu_prim_buf_per_se = 0;
int amdgpu_pos_buf_per_se = 0;