mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
drm/amd/display: Enable dcn42 pstate pmo
[Why & How] Set a flag to enable pstate pmo, we want to always allow pstate support on dcn42 Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com> Signed-off-by: Ivan Lipski <ivan.lipski@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2332eaeb0b
commit
6352e60273
|
|
@ -2290,6 +2290,8 @@ static bool dcn42_resource_construct(
|
|||
dc->dml2_options.gpuvm_enable = true;
|
||||
dc->dml2_options.hostvm_enable = true;
|
||||
|
||||
dc->dml2_options.pmo.force_mandatory_uclk_pstate_support = true;
|
||||
|
||||
/* SPL */
|
||||
dc->caps.scl_caps.sharpener_support = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user