Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.c503 u32 flush_mask) in fix_sw_flush() argument
508 (!(ctl_mgr->flush_hw_mask & bit) && (flush_mask & bit)) in fix_sw_flush()
517 static void fix_for_single_flush(struct mdp5_ctl *ctl, u32 *flush_mask, in fix_for_single_flush() argument
523 DBG("CTL %d FLUSH pending mask %x", ctl->id, *flush_mask); in fix_for_single_flush()
525 ctl_mgr->single_flush_pending_mask |= (*flush_mask); in fix_for_single_flush()
526 *flush_mask = 0; in fix_for_single_flush()
530 *flush_mask = ctl_mgr->single_flush_pending_mask; in fix_for_single_flush()
536 DBG("Single FLUSH mask %x,ID %d", *flush_mask, in fix_for_single_flush()
560 u32 flush_mask) in mdp5_ctl_commit() argument
567 ctl->start_mask &= ~flush_mask; in mdp5_ctl_commit()
[all …]
Dmdp5_crtc.c90 static u32 crtc_flush(struct drm_crtc *crtc, u32 flush_mask) in crtc_flush() argument
96 DBG("%s: flush=%08x", crtc->name, flush_mask); in crtc_flush()
97 return mdp5_ctl_commit(ctl, pipeline, flush_mask); in crtc_flush()
110 uint32_t flush_mask = 0; in crtc_flush_all() local
117 flush_mask |= mdp5_plane_get_flush(plane); in crtc_flush_all()
121 flush_mask |= mdp_ctl_flush_mask_lm(mixer->lm); in crtc_flush_all()
125 flush_mask |= mdp_ctl_flush_mask_lm(r_mixer->lm); in crtc_flush_all()
127 return crtc_flush(crtc, flush_mask); in crtc_flush_all()
743 uint32_t flush_mask = mdp_ctl_flush_mask_cursor(0); in mdp5_crtc_cursor_set() local
815 crtc_flush(crtc, flush_mask); in mdp5_crtc_cursor_set()
[all …]
Dmdp5_mixer.h31 uint32_t flush_mask; /* used to commit LM registers */ member
Dmdp5_pipe.h34 uint32_t flush_mask; /* used to commit pipe registers */ member
Dmdp5_ctl.h81 u32 flush_mask);
Dmdp5_mixer.c169 mixer->flush_mask = mdp_ctl_flush_mask_lm(lm->id); in mdp5_mixer_init()
Dmdp5_pipe.c136 hwpipe->flush_mask = mdp_ctl_flush_mask_pipe(pipe); in mdp5_pipe_init()
Dmdp5_plane.c1109 mask = pstate->hwpipe->flush_mask; in mdp5_plane_get_flush()
1112 mask |= pstate->r_hwpipe->flush_mask; in mdp5_plane_get_flush()