Searched refs:flush_mask (Results 1 – 6 of 6) sorted by relevance
91 static u32 crtc_flush(struct drm_crtc *crtc, u32 flush_mask) in crtc_flush() argument100 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() local124 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() local1024 crtc_flush(crtc, flush_mask); in mdp5_crtc_cursor_set()[all …]
20 uint32_t flush_mask; /* used to commit LM registers */ member
23 uint32_t flush_mask; /* used to commit pipe registers */ member
161 mixer->flush_mask = mdp_ctl_flush_mask_lm(lm->id); in mdp5_mixer_init()
168 hwpipe->flush_mask = mdp_ctl_flush_mask_pipe(pipe); in mdp5_pipe_init()
983 mask = pstate->hwpipe->flush_mask; in mdp5_plane_get_flush()986 mask |= pstate->r_hwpipe->flush_mask; in mdp5_plane_get_flush()