Searched refs:mall_temp_config (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/ |
H A D | core_types.h | 195 …void (*save_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_con… 196 …void (*restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_…
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource_helpers.c | 409 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 D | dcn32_resource.c | 1824 struct mall_temp_config mall_temp_config; in dcn32_validate_bandwidth() local 1844 memset(&mall_temp_config, 0, sizeof(mall_temp_config)); in dcn32_validate_bandwidth() 1845 dcn32_save_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth() 1858 dcn32_restore_mall_state(dc, context, &mall_temp_config); in dcn32_validate_bandwidth()
|
H A D | dcn32_resource.h | 154 struct mall_temp_config *temp_config); 158 struct mall_temp_config *temp_config);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/ |
H A D | dc_stream.h | 170 struct mall_temp_config { struct
|
/openbsd/sys/dev/pci/drm/amd/display/dc/core/ |
H A D | amdgpu_dc.c | 4277 struct mall_temp_config mall_temp_config; in dc_update_planes_and_stream() local 4318 dc->res_pool->funcs->save_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream() 4324 dc->res_pool->funcs->restore_mall_state(dc, context, &mall_temp_config); in dc_update_planes_and_stream()
|