Searched refs:cpuc_state_change_enable (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dce_calcs.c | 1348 data->cpuc_state_change_enable = bw_def_yes; in calculate_bandwidth() 1351 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1356 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1540 …tion[low][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1546 …tion[mid][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1583 …clk_level][s_low], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1589 …lk_level][s_mid1], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1595 …lk_level][s_mid2], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1601 …lk_level][s_mid3], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1607 …lk_level][s_mid4], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() [all …]
|
D | calcs_logger.h | 203 DC_LOG_BANDWIDTH_CALCS(" [bool] cpuc_state_change_enable: %d", data->cpuc_state_change_enable); in print_bw_calcs_data()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
D | dce110_clk_mgr.c | 187 context->bw_ctx.bw.dce.cpuc_state_change_enable == false; in dce11_pplib_apply_display_requirements()
|
/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 353 bool cpuc_state_change_enable; member
|
D | dce_calcs.h | 252 bool cpuc_state_change_enable; member
|
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clk_mgr.c | 619 context->bw_ctx.bw.dce.cpuc_state_change_enable == false; in dce11_pplib_apply_display_requirements()
|
/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 949 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce112_validate_bandwidth()
|
/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.c | 1031 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce110_validate_bandwidth()
|