Searched defs:drm_mode_crtc (Results 1 – 3 of 3) sorted by relevance
212 struct drm_mode_crtc { struct213 __u64 set_connectors_ptr;214 __u32 count_connectors;216 __u32 crtc_id; /**< Id */217 __u32 fb_id; /**< Id of framebuffer */219 __u32 x; /**< x Position on the framebuffer */220 __u32 y; /**< y Position on the framebuffer */222 __u32 gamma_size;223 __u32 mode_valid;224 struct drm_mode_modeinfo mode;
229 struct drm_mode_crtc { struct230 __u64 set_connectors_ptr;231 __u32 count_connectors;233 __u32 crtc_id; /**< Id */234 __u32 fb_id; /**< Id of framebuffer */236 __u32 x; /**< x Position on the framebuffer */237 __u32 y; /**< y Position on the framebuffer */239 __u32 gamma_size;240 __u32 mode_valid;241 struct drm_mode_modeinfo mode;
248 struct drm_mode_crtc { struct249 __u64 set_connectors_ptr;250 __u32 count_connectors;252 __u32 crtc_id; /**< Id */253 __u32 fb_id; /**< Id of framebuffer */255 __u32 x; /**< x Position on the framebuffer */256 __u32 y; /**< y Position on the framebuffer */258 __u32 gamma_size;259 __u32 mode_valid;260 struct drm_mode_modeinfo mode;