Home
last modified time | relevance | path

Searched defs:drm_mode_crtc (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/include/drm/
Ddrm_mode.h128 struct drm_mode_crtc { struct
129 __u64 set_connectors_ptr;
130 __u32 count_connectors;
132 __u32 crtc_id; /**< Id */
133 __u32 fb_id; /**< Id of framebuffer */
135 __u32 x, y; /**< Position on the frameuffer */
137 __u32 gamma_size;
138 __u32 mode_valid;
139 struct drm_mode_modeinfo mode;
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h141 struct drm_mode_crtc { struct
142 __u64 set_connectors_ptr;
143 __u32 count_connectors;
145 __u32 crtc_id; /**< Id */
146 __u32 fb_id; /**< Id of framebuffer */
148 __u32 x; /**< x Position on the framebuffer */
149 __u32 y; /**< y Position on the framebuffer */
151 __u32 gamma_size;
152 __u32 mode_valid;
153 struct drm_mode_modeinfo mode;