Home
last modified time | relevance | path

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

/include/uapi/drm/
Ddrm_mode.h256 struct drm_mode_crtc { struct
257 __u64 set_connectors_ptr;
258 __u32 count_connectors;
260 __u32 crtc_id; /**< Id */
261 __u32 fb_id; /**< Id of framebuffer */
263 __u32 x; /**< x Position on the framebuffer */
264 __u32 y; /**< y Position on the framebuffer */
266 __u32 gamma_size;
267 __u32 mode_valid;
268 struct drm_mode_modeinfo mode;