Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h236 bool (*remove_phantom_pipes)(struct dc *dc, struct dc_state *context); member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1182 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in dcn32_full_validate_bw_helper()
1484 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in dcn32_internal_validate_bw()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1621 .remove_phantom_pipes = dcn32_remove_phantom_pipes,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2952 if (dc->res_pool->funcs->remove_phantom_pipes) in update_planes_and_stream_state()
2953 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in update_planes_and_stream_state()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2032 .remove_phantom_pipes = dcn32_remove_phantom_pipes,