Searched refs:cpuc_state_change_enable (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A 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,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dce_calcs.c | 1359 data->cpuc_state_change_enable = bw_def_yes; in calculate_bandwidth() 1362 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1367 data->cpuc_state_change_enable = bw_def_no; in calculate_bandwidth() 1548 …tion[low][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1554 …tion[mid][s_high], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1591 …clk_level][s_low], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1597 …lk_level][s_mid1], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1603 …lk_level][s_mid2], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1609 …lk_level][s_mid3], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() 1615 …lk_level][s_mid4], vbios->high_voltage_max_dispclk))) && (data->cpuc_state_change_enable == bw_def… in calculate_bandwidth() [all …]
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 187 context->bw_ctx.bw.dce.cpuc_state_change_enable == false; in dce11_pplib_apply_display_requirements()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 440 bool cpuc_state_change_enable; member
|
H A D | dce_calcs.h | 252 bool cpuc_state_change_enable; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 623 context->bw_ctx.bw.dce.cpuc_state_change_enable == false; in dce11_pplib_apply_display_requirements()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
H A D | dce112_resource.c | 947 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce112_validate_bandwidth()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_resource.c | 1024 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce110_validate_bandwidth()
|