Home
last modified time | relevance | path

Searched refs:restore_mall_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h196 …void (*restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_… member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1609 .restore_mall_state = dcn32_restore_mall_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4323 if (dc->res_pool->funcs->restore_mall_state) 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c2065 .restore_mall_state = dcn32_restore_mall_state,