Searched defs:drm_mode_cursor (Results 1 – 2 of 2) sorted by relevance
252 struct drm_mode_cursor { struct253 uint32_t flags;254 uint32_t crtc_id;255 int32_t x;256 int32_t y;257 uint32_t width;258 uint32_t height;260 uint32_t handle;
592 struct drm_mode_cursor { struct603 struct drm_mode_cursor2 { argument