Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c260 kcrtc_st->active_pipes, kcrtc_st->affected_pipes); in komeda_crtc_do_flush()
263 if (has_bit(master->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
266 if (slave && has_bit(slave->id, kcrtc_st->affected_pipes)) in komeda_crtc_do_flush()
338 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
520 new->affected_pipes = old->active_pipes; in komeda_crtc_atomic_duplicate_state()
H A Dkomeda_kms.h106 u32 affected_pipes; member