Searched refs:dml2_dc_power_source (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_state.c | 220 if (!dml2_create(dc, dml2_opt, &state->bw_ctx.dml2_dc_power_source)) { in dc_state_create() 237 struct dml2_context *dst_dml2_dc_power_source = dst_state->bw_ctx.dml2_dc_power_source; in dc_state_copy() 247 dst_state->bw_ctx.dml2_dc_power_source = dst_dml2_dc_power_source; in dc_state_copy() 248 if (src_state->bw_ctx.dml2_dc_power_source) in dc_state_copy() 249 dml2_copy(dst_state->bw_ctx.dml2_dc_power_source, src_state->bw_ctx.dml2_dc_power_source); in dc_state_copy() 269 new_state->bw_ctx.dml2_dc_power_source = NULL; in dc_state_create_copy() 277 if (src_state->bw_ctx.dml2_dc_power_source && in dc_state_create_copy() 278 …!dml2_create_copy(&new_state->bw_ctx.dml2_dc_power_source, src_state->bw_ctx.dml2_dc_power_source)… in dc_state_create_copy() 364 dml2_destroy(state->bw_ctx.dml2_dc_power_source); in dc_state_free() 365 state->bw_ctx.dml2_dc_power_source = 0; in dc_state_free()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 551 struct dml2_context *dml2_dc_power_source; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
D | dcn401_resource.c | 1600 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2_dc_power_source) in dcn401_update_bw_bounding_box() 1601 dml2_reinit(dc, dml2_opt, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn401_update_bw_bounding_box() 1619 …context->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_c… in dcn401_validate_bandwidth() 1629 …context->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_c… in dcn401_prepare_mcache_programming()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
D | dcn32_resource.c | 1817 …context->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_c… in dcn32_validate_bandwidth() 2035 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2_dc_power_source) in dcn32_update_bw_bounding_box() 2036 dml2_reinit(dc, dml2_opt, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn32_update_bw_bounding_box()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
D | dcn321_resource.c | 1597 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2_dc_power_source) in dcn321_update_bw_bounding_box() 1598 dml2_reinit(dc, dml2_opt, &dc->current_state->bw_ctx.dml2_dc_power_source); in dcn321_update_bw_bounding_box()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
D | dcn351_resource.c | 1723 …context->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_c… in dcn351_validate_bandwidth()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
D | dcn35_resource.c | 1743 …context->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_c… in dcn35_validate_bandwidth()
|