Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h216 unsigned long *fetch_active);
Ddpu_hw_ctl.c630 unsigned long *fetch_active) in dpu_hw_ctl_set_fetch_pipe_active() argument
635 if (fetch_active) { in dpu_hw_ctl_set_fetch_pipe_active()
637 if (test_bit(i, fetch_active) && in dpu_hw_ctl_set_fetch_pipe_active()
Ddpu_crtc.c418 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()
420 memset(fetch_active, 0, sizeof(fetch_active)); in _dpu_crtc_blend_setup_mixer()
435 set_bit(sspp_idx, fetch_active); in _dpu_crtc_blend_setup_mixer()
478 ctl->ops.set_active_pipes(ctl, fetch_active); in _dpu_crtc_blend_setup_mixer()