Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_crtc.h249 struct drm_framebuffer { struct
267 const struct drm_framebuffer_funcs *funcs; argument
268 unsigned int pitches[4];
269 unsigned int offsets[4];
270 unsigned int width;
271 unsigned int height;
273 unsigned int depth;
274 int bits_per_pixel;
275 int flags;
277 struct list_head filp_head;
[all …]