Searched refs:cpuc_state_change_enable (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_trace.h | 563 __field(bool, cpuc_state_change_enable) 575 __entry->cpuc_state_change_enable = clk->cpuc_state_change_enable; 589 __entry->cpuc_state_change_enable,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/ |
D | dce_calcs.c | 1357 data->cpuc_state_change_enable = bw_def_yes; in calculate_bandwidth() 1360 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1365 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1546 …tion[low][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1552 …tion[mid][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1589 …clk_level][s_low], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1595 …lk_level][s_mid1], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1601 …lk_level][s_mid2], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1607 …lk_level][s_mid3], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1613 …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()
|
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 506 bool cpuc_state_change_enable; member
|
D | dce_calcs.h | 252 bool cpuc_state_change_enable; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clk_mgr.c | 623 context->bw_ctx.bw.dce.cpuc_state_change_enable == false; in dce11_pplib_apply_display_requirements()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce112/ |
D | dce112_resource.c | 945 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce112_validate_bandwidth()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
D | dce110_resource.c | 1024 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce110_validate_bandwidth()
|