Home
last modified time | relevance | path

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

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