Searched defs:drm_mode_crtc (Results 1 – 9 of 9) sorted by relevance
128 struct drm_mode_crtc { struct129 __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;
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;
256 struct drm_mode_crtc { struct257 __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;
247 struct drm_mode_crtc { struct248 __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;
277 struct drm_mode_crtc { struct278 __u64 set_connectors_ptr;279 __u32 count_connectors;281 __u32 crtc_id; /**< Id */282 __u32 fb_id; /**< Id of framebuffer */284 __u32 x; /**< x Position on the framebuffer */285 __u32 y; /**< y Position on the framebuffer */287 __u32 gamma_size;288 __u32 mode_valid;289 struct drm_mode_modeinfo mode;