Home
last modified time | relevance | path

Searched refs:encoder_mask (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_encoder.h255 #define drm_for_each_encoder_mask(encoder, dev, encoder_mask) \ argument
257 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
Ddrm_crtc.h213 u32 encoder_mask; member
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c277 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_get_intf_mode()
460 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_atomic_begin()
627 crtc->state->encoder_mask) in dpu_crtc_commit_kickoff()
640 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_commit_kickoff()
712 old_crtc_state->encoder_mask) { in dpu_crtc_disable()
741 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_disable()
780 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) { in dpu_crtc_enable()
797 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_enable()
Ddpu_kms.c269 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) { in dpu_kms_vsync_time()
302 crtc_state->encoder_mask) { in dpu_kms_prepare_commit()
338 if (!(crtc->state->encoder_mask & drm_encoder_mask(encoder))) in dpu_kms_encoder_enable()
Ddpu_encoder.c989 if (drm_crtc->state->encoder_mask & drm_encoder_mask(drm_enc)) in dpu_encoder_virt_mode_set()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_atomic_helper.c118 unsigned encoder_mask = 0; in handle_conflicting_encoders() local
141 if (encoder_mask & drm_encoder_mask(new_encoder)) { in handle_conflicting_encoders()
149 encoder_mask |= drm_encoder_mask(new_encoder); in handle_conflicting_encoders()
153 if (!encoder_mask) in handle_conflicting_encoders()
175 if (!encoder || !(encoder_mask & drm_encoder_mask(encoder))) in handle_conflicting_encoders()
242 crtc_state->encoder_mask &= in set_best_encoder()
253 crtc_state->encoder_mask |= in set_best_encoder()
Ddrm_atomic.c395 drm_printf(p, "\tencoder_mask=%x\n", state->encoder_mask); in drm_atomic_crtc_print_state()
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c649 drm_for_each_encoder_mask(encoder, crtc->dev, state->encoder_mask) { in rcar_du_crtc_atomic_check()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c6807 crtc_state->base.encoder_mask) { in get_crtc_power_domains()
7085 crtc->state->encoder_mask = 0; in intel_crtc_disable_noatomic()
16761 encoder->base.crtc->state->encoder_mask |= in intel_modeset_readout_hw_state()