Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h240 struct drm_framebuffer { struct
254 const struct drm_framebuffer_funcs *funcs; argument
255 unsigned int pitches[4];
256 unsigned int offsets[4];
257 unsigned int width;
258 unsigned int height;
260 unsigned int depth;
261 int bits_per_pixel;
262 int flags;
264 struct list_head filp_head;
[all …]