Home
last modified time | relevance | path

Searched refs:hwpipe (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_pipe.c84 *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()
148 kfree(hwpipe); in mdp5_pipe_destroy()
156 hwpipe = kzalloc(sizeof(*hwpipe), GFP_KERNEL); in mdp5_pipe_init()
157 if (!hwpipe) in mdp5_pipe_init()
161 hwpipe->pipe = pipe; in mdp5_pipe_init()
163 hwpipe->caps = caps; in mdp5_pipe_init()
[all …]
A Dmdp5_plane.c73 pstate->hwpipe->name : "(null)"); in mdp5_plane_atomic_print_state()
240 if (!mdp5_state->hwpipe || (caps & ~mdp5_state->hwpipe->caps)) in mdp5_plane_atomic_check_with_state()
259 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state()
285 mdp5_state->hwpipe = new_hwpipe; in mdp5_plane_atomic_check_with_state()
371 if (!mdp5_state->hwpipe) in mdp5_plane_atomic_async_check()
731 struct mdp5_hw_pipe *hwpipe, in mdp5_hwpipe_mode_set() argument
832 struct mdp5_hw_pipe *hwpipe = to_mdp5_plane_state(pstate)->hwpipe; in mdp5_plane_mode_set() local
947 if (WARN_ON(!pstate->hwpipe)) in mdp5_plane_pipe()
950 return pstate->hwpipe->pipe; in mdp5_plane_pipe()
968 if (WARN_ON(!pstate->hwpipe)) in mdp5_plane_get_flush()
[all …]
A Dmdp5_pipe.h38 struct mdp5_hw_pipe **hwpipe,
40 void mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
44 void mdp5_pipe_destroy(struct mdp5_hw_pipe *hwpipe);
A Dmdp5_smp.c276 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in write_smp_fifo_regs() local
277 enum mdp5_pipe pipe = hwpipe->pipe; in write_smp_fifo_regs()
345 hwpstate = &global_state->hwpipe; in mdp5_smp_dump()
349 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in mdp5_smp_dump() local
350 struct drm_plane *plane = hwpstate->hwpipe_to_plane[hwpipe->idx]; in mdp5_smp_dump()
351 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_smp_dump()
A Dmdp5_kms.c483 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init() local
489 else if (hwpipe->caps & MDP_PIPE_CAP_CURSOR) in modeset_init()
699 struct mdp5_hw_pipe *hwpipe; in construct_pipes() local
701 hwpipe = mdp5_pipe_init(pipes[i], offsets[i], caps); in construct_pipes()
702 if (IS_ERR(hwpipe)) { in construct_pipes()
703 ret = PTR_ERR(hwpipe); in construct_pipes()
708 hwpipe->idx = mdp5_kms->num_hwpipes; in construct_pipes()
709 mdp5_kms->hwpipes[mdp5_kms->num_hwpipes++] = hwpipe; in construct_pipes()
A Dmdp5_kms.h84 struct mdp5_hw_pipe_state hwpipe; member
98 struct mdp5_hw_pipe *hwpipe; member

Completed in 14 milliseconds