Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_crtc.c98 drm_for_each_encoder_mask(drm_enc, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_verify_crc_source()
125 drm_for_each_encoder_mask(drm_enc, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_setup_encoder_misr()
236 drm_for_each_encoder_mask(drm_enc, crtc->dev, crtc->state->encoder_mask) { in dpu_crtc_get_encoder_crc()
591 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_get_intf_mode()
815 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_atomic_begin()
955 crtc->state->encoder_mask) { in dpu_crtc_commit_kickoff()
966 crtc->state->encoder_mask) in dpu_crtc_commit_kickoff()
979 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_commit_kickoff()
1054 old_crtc_state->encoder_mask) { in dpu_crtc_disable()
1064 old_crtc_state->encoder_mask) { in dpu_crtc_disable()
[all …]
/linux/include/drm/
A Ddrm_encoder.h332 #define drm_for_each_encoder_mask(encoder, dev, encoder_mask) \ argument
334 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
A Ddrm_crtc.h207 u32 encoder_mask; member
/linux/drivers/gpu/drm/
A Ddrm_mode_config.c573 u32 encoder_mask = 0; in full_encoder_mask() local
576 encoder_mask |= drm_encoder_mask(encoder); in full_encoder_mask()
578 return encoder_mask; in full_encoder_mask()
595 u32 encoder_mask = full_encoder_mask(dev); in validate_encoder_possible_clones() local
611 (encoder->possible_clones & ~encoder_mask) != 0, in validate_encoder_possible_clones()
615 encoder->possible_clones, encoder_mask); in validate_encoder_possible_clones()
A Ddrm_atomic_helper.c112 unsigned int encoder_mask = 0; in handle_conflicting_encoders() local
136 if (encoder_mask & drm_encoder_mask(new_encoder)) { in handle_conflicting_encoders()
145 encoder_mask |= drm_encoder_mask(new_encoder); in handle_conflicting_encoders()
149 if (!encoder_mask) in handle_conflicting_encoders()
171 if (!encoder || !(encoder_mask & drm_encoder_mask(encoder))) in handle_conflicting_encoders()
240 crtc_state->encoder_mask &= in set_best_encoder()
251 crtc_state->encoder_mask |= in set_best_encoder()
A Ddrm_atomic.c454 drm_printf(p, "\tencoder_mask=%x\n", state->encoder_mask); in drm_atomic_crtc_print_state()
/linux/drivers/gpu/drm/i915/display/
A Dintel_display.h294 #define for_each_intel_encoder_mask(dev, intel_encoder, encoder_mask) \ argument
298 for_each_if((encoder_mask) & \
301 #define for_each_intel_encoder_mask_with_psr(dev, intel_encoder, encoder_mask) \ argument
303 for_each_if(((encoder_mask) & drm_encoder_mask(&(intel_encoder)->base)) && \
A Dintel_psr.c2299 crtc_state->uapi.encoder_mask) { in intel_psr2_program_trans_man_trk_ctl()
2692 old_crtc_state->uapi.encoder_mask) { in intel_psr_pre_plane_update()
2738 crtc_state->uapi.encoder_mask) { in intel_psr_post_plane_update()
2822 new_crtc_state->uapi.encoder_mask) { in intel_psr_wait_for_idle_locked()
3452 crtc_state->uapi.encoder_mask) { in intel_psr_lock()
3475 crtc_state->uapi.encoder_mask) { in intel_psr_unlock()
A Dintel_modeset_setup.c814 crtc_state->uapi.encoder_mask |= in intel_modeset_readout_hw_state()
A Dintel_hdmi.c2272 return crtc_state->uapi.encoder_mask && in intel_hdmi_is_cloned()
2273 !is_power_of_2(crtc_state->uapi.encoder_mask); in intel_hdmi_is_cloned()
A Dintel_display_debugfs.c589 crtc_state->uapi.encoder_mask) in intel_crtc_info()
A Dintel_display.c2046 crtc_state->uapi.encoder_mask) { in get_crtc_power_domains()
8229 crtc_state->uapi.encoder_mask) { in intel_initial_commit()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h183 __field(u32, encoder_mask)
205 __entry->encoder_mask = state->encoder_mask;
221 __entry->encoder_mask)
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Datom.h167 atom->state.encoder_mask) in nv50_head_atom_get_encoder()
A Ddisp.c461 if (crtc_state->encoder_mask & mask) in nv50_outp_get_new_crtc()
2690 const u32 encoder_mask = drm_encoder_mask(&outp->base.base); in nv50_display_read_hw_or_state() local
2744 armh->state.encoder_mask = encoder_mask; in nv50_display_read_hw_or_state()
/linux/drivers/gpu/drm/mediatek/
A Dmtk_crtc.c666 unsigned int encoder_mask = crtc_state->encoder_mask; in mtk_crtc_update_output() local
678 crtc_state->connectors_changed, encoder_mask, crtc_index); in mtk_crtc_update_output()
685 (encoder_mask & BIT(comp->encoder_index))) { in mtk_crtc_update_output()
/linux/drivers/gpu/drm/vc4/
A Dvc4_crtc.c298 WARN_ON(hweight32(state->encoder_mask) > 1); in vc4_get_crtc_encoder()
300 drm_for_each_encoder_mask(encoder, crtc->dev, state->encoder_mask) in vc4_get_crtc_encoder()
/linux/drivers/gpu/drm/sprd/
A Dsprd_dpu.c626 crtc->state->encoder_mask) { in sprd_crtc_mode_set_nofb()
/linux/drivers/gpu/drm/renesas/rcar-du/
A Drcar_du_crtc.c707 crtc_state->encoder_mask) { in rcar_du_crtc_atomic_check()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_vop2.c1979 drm_for_each_encoder_mask(encoder, crtc->dev, crtc_state->encoder_mask) { in vop2_crtc_atomic_enable()

Completed in 87 milliseconds