Searched refs:hwpipe (Results 1 – 6 of 6) sorted by relevance
84 *hwpipe = cur; in mdp5_pipe_assign()88 if (!(*hwpipe)) in mdp5_pipe_assign()102 (*hwpipe)->pipe, blkcfg); in mdp5_pipe_assign()106 (*hwpipe)->blkcfg = blkcfg; in mdp5_pipe_assign()129 if (!hwpipe) in mdp5_pipe_release()136 new_state = &state->hwpipe; in mdp5_pipe_release()160 hwpipe = devm_kzalloc(dev->dev, sizeof(*hwpipe), GFP_KERNEL); in mdp5_pipe_init()161 if (!hwpipe) in mdp5_pipe_init()165 hwpipe->pipe = pipe; in mdp5_pipe_init()167 hwpipe->caps = caps; in mdp5_pipe_init()[all …]
71 pstate->hwpipe->name : "(null)"); in mdp5_plane_atomic_print_state()248 if (!mdp5_state->hwpipe || (caps & ~mdp5_state->hwpipe->caps)) in mdp5_plane_atomic_check_with_state()267 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state()293 mdp5_state->hwpipe = new_hwpipe; in mdp5_plane_atomic_check_with_state()389 if (!mdp5_state->hwpipe) in mdp5_plane_atomic_async_check()749 struct mdp5_hw_pipe *hwpipe, in mdp5_hwpipe_mode_set() argument851 struct mdp5_hw_pipe *hwpipe = to_mdp5_plane_state(pstate)->hwpipe; in mdp5_plane_mode_set() local966 if (WARN_ON(!pstate->hwpipe)) in mdp5_plane_pipe()969 return pstate->hwpipe->pipe; in mdp5_plane_pipe()987 if (WARN_ON(!pstate->hwpipe)) in mdp5_plane_get_flush()[all …]
38 struct mdp5_hw_pipe **hwpipe,40 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
276 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in write_smp_fifo_regs() local277 enum mdp5_pipe pipe = hwpipe->pipe; in write_smp_fifo_regs()340 hwpstate = &global_state->hwpipe; in mdp5_smp_dump()344 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in mdp5_smp_dump() local345 struct drm_plane *plane = hwpstate->hwpipe_to_plane[hwpipe->idx]; in mdp5_smp_dump()346 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_smp_dump()
412 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init() local418 else if (hwpipe->caps & MDP_PIPE_CAP_CURSOR) in modeset_init()585 struct mdp5_hw_pipe *hwpipe; in construct_pipes() local587 hwpipe = mdp5_pipe_init(dev, pipes[i], offsets[i], caps); in construct_pipes()588 if (IS_ERR(hwpipe)) { in construct_pipes()589 ret = PTR_ERR(hwpipe); in construct_pipes()594 hwpipe->idx = mdp5_kms->num_hwpipes; in construct_pipes()595 mdp5_kms->hwpipes[mdp5_kms->num_hwpipes++] = hwpipe; in construct_pipes()
83 struct mdp5_hw_pipe_state hwpipe; member97 struct mdp5_hw_pipe *hwpipe; member
Completed in 16 milliseconds