Searched refs:remove_phantom_pipes (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 216 bool (*remove_phantom_pipes)(struct dc *dc, struct dc_state *context, bool fast_update); member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
A D | dcn32_fpu.c | 1234 dc->res_pool->funcs->remove_phantom_pipes(dc, context, false); in dcn32_full_validate_bw_helper() 1614 dc->res_pool->funcs->remove_phantom_pipes(dc, context, fast_validate); in dcn32_internal_validate_bw()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn321/ |
A D | dcn321_resource.c | 1623 .remove_phantom_pipes = dcn32_remove_phantom_pipes,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 3080 if (dc->res_pool->funcs->remove_phantom_pipes) in update_planes_and_stream_state() 3081 dc->res_pool->funcs->remove_phantom_pipes(dc, context, false); in update_planes_and_stream_state()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_resource.c | 2070 .remove_phantom_pipes = dcn32_remove_phantom_pipes,
|
Completed in 25 milliseconds