mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/amd/display: Enable FGCG for DCN351
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Roman Li <roman.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
df398f0232
commit
52821adbc3
|
|
@ -1893,6 +1893,8 @@ static bool dcn351_resource_construct(
|
|||
if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
|
||||
dc->debug = debug_defaults_drv;
|
||||
|
||||
/*HW default is to have all the FGCG enabled, SW no need to program them*/
|
||||
dc->debug.enable_fine_grain_clock_gating.u32All = 0xFFFF;
|
||||
// Init the vm_helper
|
||||
if (dc->vm_helper)
|
||||
vm_helper_init(dc->vm_helper, 16);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user