Home
last modified time | relevance | path

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

/openbmc/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()
340 old_st->active_pipes, old_st->affected_pipes); in komeda_crtc_atomic_disable()
522 new->affected_pipes = old->active_pipes; in komeda_crtc_atomic_duplicate_state()
H A Dkomeda_kms.h106 u32 affected_pipes; member
H A Dkomeda_pipeline_state.c93 kcrtc_st->affected_pipes |= BIT(pipe->id); in komeda_pipeline_get_state_and_set_crtc()
1262 if (!pipe || !has_bit(pipe->id, kcrtc_st->affected_pipes)) in komeda_release_unclaimed_resources()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c6146 u8 affected_pipes = 0; in intel_bigjoiner_add_affected_crtcs() local
6151 affected_pipes |= crtc_state->bigjoiner_pipes; in intel_bigjoiner_add_affected_crtcs()
6156 for_each_intel_crtc_in_pipe_mask(&i915->drm, crtc, affected_pipes) { in intel_bigjoiner_add_affected_crtcs()