Searched defs:possible_crtcs (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sprite.c1005 unsigned long possible_crtcs; local
1071 possible_crtcs = (1 << pipe);
1072 ret = drm_plane_init(dev, &intel_plane->base, possible_crtcs,
/solaris-x11-s11/open-src/kernel/efb/src/
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
/solaris-x11-s11/open-src/kernel/sys/drm/
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.h508 * @possible_crtcs: bitmask of potential CRTC bindings
523 uint32_t possible_crtcs; member in struct:drm_encoder
660 * @possible_crtcs: pipes this plane can be bound to
674 uint32_t possible_crtcs; member in struct:drm_plane
884 unsigned long possible_crtcs,
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c800 * @possible_crtcs: bitmask of possible CRTCs
812 unsigned long possible_crtcs,
839 plane->possible_crtcs = (uint32_t) possible_crtcs;
1684 enc_resp->possible_crtcs = encoder->possible_crtcs;
1781 plane_resp->possible_crtcs = plane->possible_crtcs;
811 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

Completed in 242 milliseconds