Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/drm/
Ddrm_mode.h247 struct drm_mode_crtc { struct
248 __u64 set_connectors_ptr;
249 __u32 count_connectors;
251 __u32 crtc_id; /**< Id */
252 __u32 fb_id; /**< Id of framebuffer */
254 __u32 x; /**< x Position on the framebuffer */
255 __u32 y; /**< y Position on the framebuffer */
257 __u32 gamma_size;
258 __u32 mode_valid;
259 struct drm_mode_modeinfo mode;