| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_ctl.c | 38 u32 flush_mask; member 471 u32 flush_mask) in fix_sw_flush() argument 476 (!(ctl_mgr->flush_hw_mask & bit) && (flush_mask & bit)) in fix_sw_flush() 485 static void fix_for_single_flush(struct mdp5_ctl *ctl, u32 *flush_mask, in fix_for_single_flush() argument 491 DBG("CTL %d FLUSH pending mask %x", ctl->id, *flush_mask); in fix_for_single_flush() 493 ctl_mgr->single_flush_pending_mask |= (*flush_mask); in fix_for_single_flush() 494 *flush_mask = 0; in fix_for_single_flush() 498 *flush_mask = ctl_mgr->single_flush_pending_mask; in fix_for_single_flush() 504 DBG("Single FLUSH mask %x,ID %d", *flush_mask, in fix_for_single_flush() 528 u32 flush_mask, bool start) in mdp5_ctl_commit() argument [all …]
|
| D | mdp5_crtc.c | 87 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() 98 return mdp5_ctl_commit(ctl, pipeline, flush_mask, start); in crtc_flush() 111 uint32_t flush_mask = 0; in crtc_flush_all() local 120 flush_mask |= mdp5_plane_get_flush(plane); in crtc_flush_all() 124 flush_mask |= mdp_ctl_flush_mask_lm(mixer->lm); in crtc_flush_all() 128 flush_mask |= mdp_ctl_flush_mask_lm(r_mixer->lm); in crtc_flush_all() 130 return crtc_flush(crtc, flush_mask); in crtc_flush_all() 869 uint32_t flush_mask = mdp_ctl_flush_mask_cursor(0); in mdp5_crtc_cursor_set() local 930 crtc_flush(crtc, flush_mask); in mdp5_crtc_cursor_set() [all …]
|
| D | mdp5_mixer.h | 20 uint32_t flush_mask; /* used to commit LM registers */ member
|
| D | mdp5_pipe.h | 23 uint32_t flush_mask; /* used to commit pipe registers */ member
|
| D | mdp5_ctl.h | 73 u32 flush_mask, bool start);
|
| D | mdp5_mixer.c | 158 mixer->flush_mask = mdp_ctl_flush_mask_lm(lm->id); in mdp5_mixer_init()
|
| D | mdp5_pipe.c | 164 hwpipe->flush_mask = mdp_ctl_flush_mask_pipe(pipe); in mdp5_pipe_init()
|
| D | mdp5_plane.c | 1057 mask = pstate->hwpipe->flush_mask; in mdp5_plane_get_flush() 1060 mask |= pstate->r_hwpipe->flush_mask; in mdp5_plane_get_flush()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.c | 127 u32 flush_mask; in _dpu_crtc_blend_setup_mixer() local 140 dpu_plane_get_ctl_flush(plane, ctl, &flush_mask); in _dpu_crtc_blend_setup_mixer() 171 mixer[lm_idx].flush_mask |= flush_mask; in _dpu_crtc_blend_setup_mixer() 205 mixer[i].flush_mask = 0; in _dpu_crtc_blend_setup() 222 mixer[i].flush_mask |= ctl->ops.get_bitmask_mixer(ctl, in _dpu_crtc_blend_setup() 226 ctl->ops.update_pending_flush(ctl, mixer[i].flush_mask); in _dpu_crtc_blend_setup() 232 mixer[i].flush_mask); in _dpu_crtc_blend_setup()
|
| D | dpu_encoder_phys_vid.c | 437 u32 flush_mask = 0; in dpu_encoder_phys_vid_enable() local 459 ctl->ops.get_bitmask_intf(ctl, &flush_mask, phys_enc->hw_intf->idx); in dpu_encoder_phys_vid_enable() 460 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_vid_enable() 465 ctl->idx - CTL_0, flush_mask); in dpu_encoder_phys_vid_enable()
|
| D | dpu_crtc.h | 83 u32 flush_mask; member
|
| D | dpu_encoder_phys_cmd.c | 471 u32 flush_mask = 0; in dpu_encoder_phys_cmd_enable_helper() local 486 ctl->ops.get_bitmask_intf(ctl, &flush_mask, phys_enc->intf_idx); in dpu_encoder_phys_cmd_enable_helper() 487 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_cmd_enable_helper()
|
| /Linux-v5.4/arch/x86/platform/uv/ |
| D | tlb_uv.c | 896 static int uv_flush_send_and_wait(struct cpumask *flush_mask, in uv_flush_send_and_wait() argument 1048 static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp, in set_distrib_bits() argument 1056 for_each_cpu(cpu, flush_mask) { in set_distrib_bits() 1108 struct cpumask *flush_mask; in uv_flush_tlb_others() local 1144 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu); in uv_flush_tlb_others() 1146 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu)); in uv_flush_tlb_others() 1154 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes)) in uv_flush_tlb_others() 1182 if (!uv_flush_send_and_wait(flush_mask, bcp, bau_desc)) in uv_flush_tlb_others()
|