Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h563 __field(bool, cpup_state_change_enable)
575 __entry->cpup_state_change_enable = clk->cpup_state_change_enable;
589 __entry->cpup_state_change_enable,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
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()
1548 …8)), bw_int_to_fixed(data->number_of_dram_channels))) && (data->cpup_state_change_enable == bw_def… in calculate_bandwidth()
1554 …8)), bw_int_to_fixed(data->number_of_dram_channels))) && (data->cpup_state_change_enable == bw_def… 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()
1615 …&& bw_ltn(data->required_sclk, sclk[s_mid4]) && (data->cpup_state_change_enable == bw_def_no || (b… in calculate_bandwidth()
1621 …&& bw_ltn(data->required_sclk, sclk[s_mid5]) && (data->cpup_state_change_enable == bw_def_no || (b… in calculate_bandwidth()
[all …]
Dcalcs_logger.h202 DC_LOG_BANDWIDTH_CALCS(" [bool] cpup_state_change_enable: %d", data->cpup_state_change_enable); in print_bw_calcs_data()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
Ddce110_clk_mgr.c189 context->bw_ctx.bw.dce.cpup_state_change_enable == false; in dce11_pplib_apply_display_requirements()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h473 bool cpup_state_change_enable; member
Ddce_calcs.h251 bool cpup_state_change_enable; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clk_mgr.c625 context->bw_ctx.bw.dce.cpup_state_change_enable == false; in dce11_pplib_apply_display_requirements()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c944 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce112_validate_bandwidth()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1024 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce110_validate_bandwidth()