Searched defs:drm_framebuffer (Results 1 – 2 of 2) sorted by relevance
69837 struct drm_framebuffer { struct69843 const struct drm_framebuffer_funcs *funcs; argument69844 unsigned int pitches[4];69845 unsigned int offsets[4];69846 uint64_t modifier;69847 unsigned int width;69848 unsigned int height;69849 int flags;69850 int hot_x;69851 int hot_y;[all …]