Searched refs:__u32 (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h89 __u32 clock;
93 __u32 vrefresh;
95 __u32 flags;
96 __u32 type;
105 __u32 count_fbs;
106 __u32 count_crtcs;
107 __u32 count_connectors;
108 __u32 count_encoders;
109 __u32 min_width, max_width;
110 __u32 min_heigh
[all...]
H A Ddrm.h62 typedef uint32_t __u32; typedef
621 __u32 crtc;
622 __u32 cmd;
698 __u32 handle;
699 __u32 pad;
705 __u32 handle;
708 __u32 name;
714 __u32 name;
717 __u32 handle;
731 __u32 handl
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h89 __u32 clock;
93 __u32 vrefresh;
95 __u32 flags;
96 __u32 type;
105 __u32 count_fbs;
106 __u32 count_crtcs;
107 __u32 count_connectors;
108 __u32 count_encoders;
109 __u32 min_width, max_width;
110 __u32 min_heigh
[all...]
H A Ddrm_fourcc.h27 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \
28 ((__u32)(c) << 16) | ((__u32)(d) << 24))
H A Ddrm.h58 typedef uint32_t __u32; typedef
536 __u32 crtc;
537 __u32 cmd;
613 __u32 handle;
614 __u32 pad;
620 __u32 handle;
623 __u32 name;
629 __u32 name;
632 __u32 handle;
689 __u32 handl
[all...]
H A Ddrm_edid.h234 __u32 serial; /* FIXME: byte order */
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h126 __u32 unused1, unused2, unused3;
131 __u32 front_bo_handle;
132 __u32 back_bo_handle;
133 __u32 unused_bo_handle;
134 __u32 depth_bo_handle;
454 __u32 handle;
455 __u32 pad;
460 __u32 handle;
461 __u32 pad;
476 __u32 handl
[all...]

Completed in 47 milliseconds