Searched refs:DMUB_IPS_DISABLE_ALL (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4887 if (dc->caps.ips_support && (dc->config.disable_ips == DMUB_IPS_DISABLE_ALL))
4912 if (!dc->caps.ips_support || (dc->config.disable_ips == DMUB_IPS_DISABLE_ALL))
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1728 init_data.flags.disable_ips = DMUB_IPS_DISABLE_ALL;
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c1179 if (ctx->dc->config.disable_ips != DMUB_IPS_DISABLE_ALL) {
1191 ctx->dc->config.disable_ips = DMUB_IPS_DISABLE_ALL; /*pmfw not support it, disable it all*/
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1323 dc->config.disable_ips != DMUB_IPS_DISABLE_ALL) {
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h617 DMUB_IPS_DISABLE_ALL = 1, enumerator in enum:dmub_ips_disable_type

Completed in 177 milliseconds