Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h193 void (*retain_phantom_pipes)(struct dc *dc, struct dc_state *context); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3106 if (dc->res_pool->funcs->retain_phantom_pipes) in update_planes_and_stream_state()
3107 dc->res_pool->funcs->retain_phantom_pipes(dc, dc->current_state); in update_planes_and_stream_state()
4332 if (dc->res_pool->funcs->retain_phantom_pipes) in dc_update_planes_and_stream()
4333 dc->res_pool->funcs->retain_phantom_pipes(dc, context); in dc_update_planes_and_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1607 .retain_phantom_pipes = dcn32_retain_phantom_pipes,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c2063 .retain_phantom_pipes = dcn32_retain_phantom_pipes,