Home
last modified time | relevance | path

Searched refs:fetch_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h227 unsigned long *fetch_active);
H A Ddpu_hw_ctl.c624 unsigned long *fetch_active) in dpu_hw_ctl_set_fetch_pipe_active() argument
629 if (fetch_active) { in dpu_hw_ctl_set_fetch_pipe_active()
631 if (test_bit(i, fetch_active) && in dpu_hw_ctl_set_fetch_pipe_active()
H A Ddpu_crtc.c459 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()
461 memset(fetch_active, 0, sizeof(fetch_active)); in _dpu_crtc_blend_setup_mixer()
478 set_bit(pstate->pipe.sspp->idx, fetch_active); in _dpu_crtc_blend_setup_mixer()
486 set_bit(pstate->r_pipe.sspp->idx, fetch_active); in _dpu_crtc_blend_setup_mixer()
507 ctl->ops.set_active_pipes(ctl, fetch_active); in _dpu_crtc_blend_setup_mixer()