Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_crtc.c230 kcrtc_st->active_pipes, kcrtc_st->affected_pipes); in komeda_crtc_do_flush()
233 if (has_bit(master->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
236 if (slave && has_bit(slave->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
271 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
459 new->affected_pipes = old->active_pipes; in komeda_crtc_atomic_duplicate_state()
Dkomeda_kms.h103 u32 affected_pipes; member
Dkomeda_pipeline_state.c93 kcrtc_st->affected_pipes |= BIT(pipe->id); in komeda_pipeline_get_state_and_set_crtc()
1205 if (!pipe || !has_bit(pipe->id, kcrtc_st->affected_pipes)) in komeda_release_unclaimed_resources()