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.h131 struct drm_mode_crtc { struct
132 __u64 set_connectors_ptr;
133 __u32 count_connectors;
135 __u32 crtc_id; /**< Id */
136 __u32 fb_id; /**< Id of framebuffer */
138 __u32 x, y; /**< Position on the frameuffer */
140 __u32 gamma_size;
141 __u32 mode_valid;
142 struct drm_mode_modeinfo mode;
/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;