Home
last modified time | relevance | path

Searched refs:mall_temp_config (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h195 void (*save_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config);
196 void (*restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c409 struct mall_temp_config *temp_config) in dcn32_save_mall_state()
437 struct mall_temp_config *temp_config) in dcn32_restore_mall_state()
H A Ddcn32_resource.c1819 struct mall_temp_config mall_temp_config; in dcn32_validate_bandwidth() local
1839 memset(&mall_temp_config, 0, sizeof(mall_temp_config)); in dcn32_validate_bandwidth()
1840 dcn32_save_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth()
1850 dcn32_restore_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth()
H A Ddcn32_resource.h154 struct mall_temp_config *temp_config);
158 struct mall_temp_config *temp_config);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h170 struct mall_temp_config { struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4272 struct mall_temp_config mall_temp_config; in dc_update_planes_and_stream() local
4313 dc->res_pool->funcs->save_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream()
4319 dc->res_pool->funcs->restore_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream()

Completed in 15 milliseconds