Home
last modified time | relevance | path

Searched refs:cpup_state_change_enable (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h564 __field(bool, cpup_state_change_enable)
576 __entry->cpup_state_change_enable = clk->cpup_state_change_enable;
590 __entry->cpup_state_change_enable,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c189 context->bw_ctx.bw.dce.cpup_state_change_enable == false; in dce11_pplib_apply_display_requirements()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c1357 data->cpup_state_change_enable = bw_def_yes; in calculate_bandwidth()
1366 data->cpup_state_change_enable = bw_def_no; in calculate_bandwidth()
1591 …&& bw_ltn(data->required_sclk, sclk[s_low]) && (data->cpup_state_change_enable == bw_def_no || (bw… in calculate_bandwidth()
1597 …&& bw_ltn(data->required_sclk, sclk[s_mid1]) && (data->cpup_state_change_enable == bw_def_no || (b… in calculate_bandwidth()
1603 …&& bw_ltn(data->required_sclk, sclk[s_mid2]) && (data->cpup_state_change_enable == bw_def_no || (b… in calculate_bandwidth()
1609 …&& bw_ltn(data->required_sclk, sclk[s_mid3]) && (data->cpup_state_change_enable == bw_def_no || (b… in calculate_bandwidth()
1744 if (data->cpup_state_change_enable == bw_def_yes) { in calculate_bandwidth()
1801 …& bw_mtn(vbios->blackout_duration, bw_int_to_fixed(0)) && data->cpup_state_change_enable == bw_def… in calculate_bandwidth()
3089 calcs_output->cpup_state_change_enable = in bw_calcs()
3090 data->cpup_state_change_enable; in bw_calcs()
[all …]
H A Dcalcs_logger.h202 DC_LOG_BANDWIDTH_CALCS(" [bool] cpup_state_change_enable: %d", data->cpup_state_change_enable); in print_bw_calcs_data()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h441 bool cpup_state_change_enable; member
H A Ddce_calcs.h251 bool cpup_state_change_enable; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c625 context->bw_ctx.bw.dce.cpup_state_change_enable == false; in dce11_pplib_apply_display_requirements()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c948 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce112_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c1025 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce110_validate_bandwidth()