Searched refs:encoder_mask (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/include/drm/ |
D | drm_encoder.h | 265 #define drm_for_each_encoder_mask(encoder, dev, encoder_mask) \ argument 267 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
D | drm_crtc.h | 225 u32 encoder_mask; member
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_mode_config.c | 557 u32 encoder_mask = 0; in full_encoder_mask() local 560 encoder_mask |= drm_encoder_mask(encoder); in full_encoder_mask() 562 return encoder_mask; in full_encoder_mask() 579 u32 encoder_mask = full_encoder_mask(dev); in validate_encoder_possible_clones() local 595 (encoder->possible_clones & ~encoder_mask) != 0, in validate_encoder_possible_clones() 599 encoder->possible_clones, encoder_mask); in validate_encoder_possible_clones()
|
D | drm_atomic_helper.c | 109 unsigned encoder_mask = 0; in handle_conflicting_encoders() local 132 if (encoder_mask & drm_encoder_mask(new_encoder)) { in handle_conflicting_encoders() 140 encoder_mask |= drm_encoder_mask(new_encoder); in handle_conflicting_encoders() 144 if (!encoder_mask) in handle_conflicting_encoders() 166 if (!encoder || !(encoder_mask & drm_encoder_mask(encoder))) in handle_conflicting_encoders() 233 crtc_state->encoder_mask &= in set_best_encoder() 244 crtc_state->encoder_mask |= in set_best_encoder()
|
D | drm_atomic.c | 396 drm_printf(p, "\tencoder_mask=%x\n", state->encoder_mask); in drm_atomic_crtc_print_state()
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_crtc.c | 280 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_get_intf_mode() 504 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_atomic_begin() 658 crtc->state->encoder_mask) in dpu_crtc_commit_kickoff() 671 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_commit_kickoff() 723 old_crtc_state->encoder_mask) { in dpu_crtc_disable() 752 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_disable() 783 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) { in dpu_crtc_enable() 800 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_enable()
|
D | dpu_kms.c | 336 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) { in dpu_kms_vsync_time() 360 crtc_state->encoder_mask) { in dpu_kms_prepare_commit() 395 if (!(crtc->state->encoder_mask & drm_encoder_mask(encoder))) in dpu_kms_encoder_enable()
|
D | dpu_encoder.c | 1020 if (drm_crtc->state->encoder_mask & drm_encoder_mask(drm_enc)) in dpu_encoder_virt_mode_set()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | atom.h | 167 atom->state.encoder_mask) in nv50_head_atom_get_encoder()
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_display.h | 396 #define for_each_intel_encoder_mask(dev, intel_encoder, encoder_mask) \ argument 400 for_each_if((encoder_mask) & \
|
D | intel_display_debugfs.c | 873 crtc_state->uapi.encoder_mask) in intel_crtc_info()
|
D | intel_display.c | 7429 crtc_state->uapi.encoder_mask) { in get_crtc_power_domains() 7716 crtc_state->uapi.encoder_mask = 0; in intel_crtc_disable_noatomic() 18552 crtc_state->uapi.encoder_mask |= in intel_modeset_readout_hw_state()
|
/Linux-v5.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 698 drm_for_each_encoder_mask(encoder, crtc->dev, state->encoder_mask) { in rcar_du_crtc_atomic_check()
|