Searched refs:dml2 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_state.c | 209 if (!dml2_create(dc, &dc->dml2_options, &state->bw_ctx.dml2)) { in dc_state_create() 230 struct dml2_context *dst_dml2 = dst_state->bw_ctx.dml2; in dc_state_copy() 237 dst_state->bw_ctx.dml2 = dst_dml2; in dc_state_copy() 238 if (src_state->bw_ctx.dml2) in dc_state_copy() 239 dml2_copy(dst_state->bw_ctx.dml2, src_state->bw_ctx.dml2); in dc_state_copy() 261 new_state->bw_ctx.dml2 = NULL; in dc_state_create_copy() 264 if (src_state->bw_ctx.dml2 && in dc_state_create_copy() 265 !dml2_create_copy(&new_state->bw_ctx.dml2, src_state->bw_ctx.dml2)) { in dc_state_create_copy() 354 dml2_destroy(state->bw_ctx.dml2); in dc_state_free() 355 state->bw_ctx.dml2 = 0; in dc_state_free()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
| H A D | dcn401_resource.c | 1658 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2) in dcn401_update_bw_bounding_box() 1659 dml2_reinit(dc, &dc->dml2_options, &dc->current_state->bw_ctx.dml2); in dcn401_update_bw_bounding_box() 1693 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn401_validate_bandwidth() 1715 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn401_validate_bandwidth() 1727 …>power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2); in dcn401_prepare_mcache_programming()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 590 struct dml2_context *dml2; member
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1832 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn32_validate_bandwidth() 1856 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn32_validate_bandwidth() 2071 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2) in dcn32_update_bw_bounding_box() 2072 dml2_reinit(dc, &dc->dml2_options, &dc->current_state->bw_ctx.dml2); in dcn32_update_bw_bounding_box()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 1586 if (dc->debug.using_dml2 && dc->current_state && dc->current_state->bw_ctx.dml2) in dcn321_update_bw_bounding_box() 1587 dml2_reinit(dc, &dc->dml2_options, &dc->current_state->bw_ctx.dml2); in dcn321_update_bw_bounding_box()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1729 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn35_validate_bandwidth()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1742 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn35_validate_bandwidth()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1722 …->power_source == DC_POWER_SOURCE_DC ? context->bw_ctx.dml2_dc_power_source : context->bw_ctx.dml2, in dcn351_validate_bandwidth()
|