Searched refs:remove_phantom_pipes (Results 1 – 5 of 5) sorted by relevance
236 bool (*remove_phantom_pipes)(struct dc *dc, struct dc_state *context); member
1189 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in dcn32_full_validate_bw_helper()1491 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in dcn32_internal_validate_bw()
1621 .remove_phantom_pipes = dcn32_remove_phantom_pipes,
2966 if (dc->res_pool->funcs->remove_phantom_pipes) in update_planes_and_stream_state()2967 dc->res_pool->funcs->remove_phantom_pipes(dc, context); in update_planes_and_stream_state()
2033 .remove_phantom_pipes = dcn32_remove_phantom_pipes,