Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c40 if (new_state->hwpipe_to_plane[cur->idx] || in mdp5_pipe_assign()
41 old_state->hwpipe_to_plane[cur->idx]) in mdp5_pipe_assign()
111 new_state->hwpipe_to_plane[(*hwpipe)->idx] = plane; in mdp5_pipe_assign()
116 new_state->hwpipe_to_plane[(*r_hwpipe)->idx] = plane; in mdp5_pipe_assign()
138 if (WARN_ON(!new_state->hwpipe_to_plane[hwpipe->idx])) in mdp5_pipe_release()
142 new_state->hwpipe_to_plane[hwpipe->idx]->name); in mdp5_pipe_release()
149 new_state->hwpipe_to_plane[hwpipe->idx] = NULL; in mdp5_pipe_release()
H A Dmdp5_pipe.h33 struct drm_plane *hwpipe_to_plane[SSPP_MAX]; member
H A Dmdp5_smp.c350 struct drm_plane *plane = hwpstate->hwpipe_to_plane[hwpipe->idx]; in mdp5_smp_dump()