Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c91 static u32 crtc_flush(struct drm_crtc *crtc, u32 flush_mask) in crtc_flush() argument
100 DBG("%s: flush=%08x", crtc->name, flush_mask); in crtc_flush()
102 return mdp5_ctl_commit(ctl, pipeline, flush_mask, start); in crtc_flush()
115 uint32_t flush_mask = 0; in crtc_flush_all() local
124 flush_mask |= mdp5_plane_get_flush(plane); in crtc_flush_all()
128 flush_mask |= mdp_ctl_flush_mask_lm(mixer->lm); in crtc_flush_all()
132 flush_mask |= mdp_ctl_flush_mask_lm(r_mixer->lm); in crtc_flush_all()
134 return crtc_flush(crtc, flush_mask); in crtc_flush_all()
961 uint32_t flush_mask = mdp_ctl_flush_mask_cursor(0); in mdp5_crtc_cursor_set() local
1024 crtc_flush(crtc, flush_mask); in mdp5_crtc_cursor_set()
[all …]
H A Dmdp5_mixer.h20 uint32_t flush_mask; /* used to commit LM registers */ member
H A Dmdp5_pipe.h23 uint32_t flush_mask; /* used to commit pipe registers */ member
H A Dmdp5_mixer.c161 mixer->flush_mask = mdp_ctl_flush_mask_lm(lm->id); in mdp5_mixer_init()
H A Dmdp5_pipe.c168 hwpipe->flush_mask = mdp_ctl_flush_mask_pipe(pipe); in mdp5_pipe_init()
H A Dmdp5_plane.c983 mask = pstate->hwpipe->flush_mask; in mdp5_plane_get_flush()
986 mask |= pstate->r_hwpipe->flush_mask; in mdp5_plane_get_flush()