Home
last modified time | relevance | path

Searched refs:remove_phantom_pipes (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h192 bool (*remove_phantom_pipes)(struct dc *dc, struct dc_state *context, bool fast_update); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1604 .remove_phantom_pipes = dcn32_remove_phantom_pipes,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1269 dc->res_pool->funcs->remove_phantom_pipes(dc, context, false); in dcn32_full_validate_bw_helper()
1661 dc->res_pool->funcs->remove_phantom_pipes(dc, context, fast_validate); in dcn32_internal_validate_bw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3056 if (dc->res_pool->funcs->remove_phantom_pipes) in update_planes_and_stream_state()
3057 dc->res_pool->funcs->remove_phantom_pipes(dc, context, false); in update_planes_and_stream_state()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c2054 .remove_phantom_pipes = dcn32_remove_phantom_pipes,