Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm_mode.h110 struct drm_mode_crtc { struct
111 uint64_t set_connectors_ptr;
112 uint32_t count_connectors;
114 uint32_t crtc_id; /**< Id */
115 uint32_t fb_id; /**< Id of framebuffer */
117 uint32_t x, y; /**< Position on the frameuffer */
119 uint32_t gamma_size;
120 uint32_t mode_valid;
121 struct drm_mode_modeinfo mode;
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h258 struct drm_mode_crtc { struct
259 __u64 set_connectors_ptr;
260 __u32 count_connectors;
262 __u32 crtc_id; /**< Id */
263 __u32 fb_id; /**< Id of framebuffer */
265 __u32 x; /**< x Position on the framebuffer */
266 __u32 y; /**< y Position on the framebuffer */
268 __u32 gamma_size;
269 __u32 mode_valid;
270 struct drm_mode_modeinfo mode;