Searched refs:drm_for_each_encoder_mask (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.c | 98 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() 634 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_get_intf_mode() 873 drm_for_each_encoder_mask(encoder, crtc->dev, crtc->state->encoder_mask) in dpu_crtc_atomic_begin() 1002 drm_for_each_encoder_mask(encoder, crtc->dev, in dpu_crtc_kickoff_clone_mode() 1055 drm_for_each_encoder_mask(encoder, crtc->dev, in dpu_crtc_commit_kickoff() 1071 drm_for_each_encoder_mask(encoder, crtc->dev, in dpu_crtc_commit_kickoff() 1077 drm_for_each_encoder_mask(encoder, crtc->dev, in dpu_crtc_commit_kickoff() 1163 drm_for_each_encoder_mask(encoder, crtc->dev, in dpu_crtc_disable() [all …]
|
| /linux/include/drm/ |
| H A D | drm_encoder.h | 332 #define drm_for_each_encoder_mask(encoder, dev, encoder_mask) \ macro
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | atom.h | 179 drm_for_each_encoder_mask(encoder, atom->state.crtc->dev, in nv50_head_atom_get_encoder()
|
| /linux/ |
| H A D | .clang-format | 175 - 'drm_for_each_encoder_mask'
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 1669 drm_for_each_encoder_mask(encoder, crtc->dev, crtc_state->encoder_mask) { in vop2_crtc_atomic_enable() 1750 drm_for_each_encoder_mask(encoder, crtc->dev, crtc_state->encoder_mask) { in vop2_crtc_atomic_enable()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 587 drm_for_each_encoder_mask(drm_enc, crtc->dev, crtc_state->encoder_mask) { in drm_atomic_check_valid_clones()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 1939 drm_for_each_encoder_mask(encoder, display->drm, in get_crtc_power_domains()
|