Home
last modified time | relevance | path

Searched refs:next_pipe (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/
Ddml_wrapper_translation.c139 struct pipe_ctx *next_pipe = pipe->next_odm_pipe; in get_dml_odm_combine() local
142 while (next_pipe) { in get_dml_odm_combine()
144 next_pipe = next_pipe->next_odm_pipe; in get_dml_odm_combine()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c724 struct pipe_ctx *next_pipe = pipe->next_odm_pipe; in get_num_odm_splits() local
725 while (next_pipe) { in get_num_odm_splits()
727 next_pipe = next_pipe->next_odm_pipe; in get_num_odm_splits()