Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h161 struct drm_mode_crtc { struct
162 __u64 set_connectors_ptr;
163 __u32 count_connectors;
165 __u32 crtc_id; /**< Id */
166 __u32 fb_id; /**< Id of framebuffer */
168 __u32 x; /**< x Position on the framebuffer */
169 __u32 y; /**< y Position on the framebuffer */
171 __u32 gamma_size;
172 __u32 mode_valid;
173 struct drm_mode_modeinfo mode;
/external/libdrm/include/drm/
Ddrm_mode.h153 struct drm_mode_crtc { struct
154 __u64 set_connectors_ptr;
155 __u32 count_connectors;
157 __u32 crtc_id; /**< Id */
158 __u32 fb_id; /**< Id of framebuffer */
160 __u32 x; /**< x Position on the framebuffer */
161 __u32 y; /**< y Position on the framebuffer */
163 __u32 gamma_size;
164 __u32 mode_valid;
165 struct drm_mode_modeinfo mode;