Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_crtc.c257 kcrtc_st->active_pipes, kcrtc_st->affected_pipes); in komeda_crtc_do_flush()
260 if (has_bit(master->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
263 if (slave && has_bit(slave->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
333 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
511 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()
1257 if (!pipe || !has_bit(pipe->id, kcrtc_st->affected_pipes)) in komeda_release_unclaimed_resources()