Home
last modified time | relevance | path

Searched refs:hwpipe_to_plane (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_pipe.c51 if (new_state->hwpipe_to_plane[cur->idx] || in mdp5_pipe_assign()
52 old_state->hwpipe_to_plane[cur->idx]) in mdp5_pipe_assign()
122 new_state->hwpipe_to_plane[(*hwpipe)->idx] = plane; in mdp5_pipe_assign()
127 new_state->hwpipe_to_plane[(*r_hwpipe)->idx] = plane; in mdp5_pipe_assign()
143 if (WARN_ON(!new_state->hwpipe_to_plane[hwpipe->idx])) in mdp5_pipe_release()
147 new_state->hwpipe_to_plane[hwpipe->idx]->name); in mdp5_pipe_release()
154 new_state->hwpipe_to_plane[hwpipe->idx] = NULL; in mdp5_pipe_release()
Dmdp5_pipe.h44 struct drm_plane *hwpipe_to_plane[SSPP_MAX]; member
Dmdp5_smp.c360 struct drm_plane *plane = hwpstate->hwpipe_to_plane[hwpipe->idx]; in mdp5_smp_dump()