Searched refs:mall_temp_config (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 219 …void (*save_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_con… 220 …void (*restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_…
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_resource_helpers.c | 421 struct mall_temp_config *temp_config) in dcn32_save_mall_state() 452 struct mall_temp_config *temp_config) in dcn32_restore_mall_state()
|
A D | dcn32_resource.c | 1840 struct mall_temp_config mall_temp_config; in dcn32_validate_bandwidth() local 1860 memset(&mall_temp_config, 0, sizeof(mall_temp_config)); in dcn32_validate_bandwidth() 1861 dcn32_save_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth() 1871 dcn32_restore_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth()
|
A D | dcn32_resource.h | 143 struct mall_temp_config *temp_config); 147 struct mall_temp_config *temp_config);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_stream.h | 169 struct mall_temp_config { struct
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 3980 struct mall_temp_config mall_temp_config; in dc_update_planes_and_stream() local 4019 dc->res_pool->funcs->save_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream() 4025 dc->res_pool->funcs->restore_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream()
|
Completed in 22 milliseconds