diff options
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/src')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c b/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c index 746696b6f09a..2ccad79053c5 100644 --- a/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c +++ b/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c @@ -425,6 +425,7 @@ void dmub_dcn35_enable_dmub_boot_options(struct dmub_srv *dmub, const struct dmu  	boot_options.bits.ips_disable = params->disable_ips;  	boot_options.bits.ips_sequential_ono = params->ips_sequential_ono;  	boot_options.bits.disable_sldo_opt = params->disable_sldo_opt; +	boot_options.bits.enable_non_transparent_setconfig = params->enable_non_transparent_setconfig;  	REG_WRITE(DMCUB_SCRATCH14, boot_options.all);  }  |