Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.c545 unsigned long *fetch_active) in dpu_hw_ctl_set_fetch_pipe_active() argument
550 if (fetch_active) { in dpu_hw_ctl_set_fetch_pipe_active()
552 if (test_bit(i, fetch_active) && in dpu_hw_ctl_set_fetch_pipe_active()
A Ddpu_hw_ctl.h172 unsigned long *fetch_active);
A Ddpu_crtc.c355 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()
357 memset(fetch_active, 0, sizeof(fetch_active)); in _dpu_crtc_blend_setup_mixer()
367 set_bit(dpu_plane_pipe(plane), fetch_active); in _dpu_crtc_blend_setup_mixer()
409 ctl->ops.set_active_pipes(ctl, fetch_active); in _dpu_crtc_blend_setup_mixer()

Completed in 9 milliseconds