Searched refs:master_pipe (Results 1 – 3 of 3) sorted by relevance
609 struct pipe_ctx *master_pipe; in assign_pipes_to_stream() local618 master_pipe = find_master_pipe_of_stream(ctx, state, stream->stream_id); in assign_pipes_to_stream()619 ASSERT(master_pipe); in assign_pipes_to_stream()634 return master_pipe; in assign_pipes_to_stream()646 struct pipe_ctx *master_pipe = NULL; in assign_pipes_to_plane() local656 return master_pipe; in assign_pipes_to_plane()661 master_pipe = find_master_pipe_of_plane(ctx, state, plane_id); in assign_pipes_to_plane()662 ASSERT(master_pipe); in assign_pipes_to_plane()678 return master_pipe; in assign_pipes_to_plane()738 struct pipe_ctx *master_pipe = NULL; in map_pipes_for_stream() local[all …]
122 int master_pipe, bool on);134 int master_pipe, u32 active_pipes);
258 static void d71_on_off_vblank(struct komeda_dev *mdev, int master_pipe, bool on) in d71_on_off_vblank() argument261 struct d71_pipeline *pipe = d71->pipes[master_pipe]; in d71_on_off_vblank()299 int master_pipe, u32 active_pipes) in d71_flush() argument302 u32 reg_offset = (master_pipe == 0) ? in d71_flush()