Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/
HDdrm_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;
265 uint32_t pixel_format; /* fourcc format */
[all …]