Searched refs:possible_crtcs (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h152 __u32 possible_crtcs; member in struct:drm_mode_get_plane
177 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
H A Ddrm_crtc.h483 * @possible_crtcs: bitmask of potential CRTC bindings
498 uint32_t possible_crtcs; member in struct:drm_encoder
639 * @possible_crtcs: pipes this plane can be bound to
657 uint32_t possible_crtcs; member in struct:drm_plane
865 unsigned long possible_crtcs,
H A Ddrm_crtc.c649 unsigned long possible_crtcs,
676 plane->possible_crtcs = possible_crtcs;
1611 enc_resp->possible_crtcs = encoder->possible_crtcs;
1712 plane_resp->possible_crtcs = plane->possible_crtcs;
648 drm_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, uint32_t format_count, bool priv) argument
H A Ddrm_crtc_helper.c336 if (encoder->possible_crtcs & crtc_mask)
H A Ddrm_fb_helper.c1295 if ((encoder->possible_crtcs & (1 << c)) == 0)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c673 unsigned long possible_crtcs; local
725 possible_crtcs = (1 << pipe);
726 ret = drm_plane_init(dev, &intel_plane->base, possible_crtcs,
H A Dintel_tv.c1635 intel_encoder->base.possible_crtcs = ((1 << 0) | (1 << 1));
H A Dintel_display.c6739 if (!(encoder->possible_crtcs & (1 << i)))
7573 if (encoder->possible_crtcs & crtc_mask)
8578 encoder->base.possible_crtcs = encoder->crtc_mask;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_encoders.c1766 encoder->possible_crtcs = 0x1;
1768 encoder->possible_crtcs = 0x3;
1779 encoder->possible_crtcs = 0x1;
H A Datombios_encoders.c2575 encoder->possible_crtcs = 0x1;
2579 encoder->possible_crtcs = 0x3;
2582 encoder->possible_crtcs = 0xf;
2585 encoder->possible_crtcs = 0x3f;
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c1050 sc->output.encoder.possible_crtcs = 0x3;

Completed in 215 milliseconds