Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_crtc.h183 struct drm_framebuffer { struct
201 const struct drm_framebuffer_funcs *funcs; argument
202 unsigned int pitches[4];
203 unsigned int offsets[4];
204 uint64_t modifier[4];
205 unsigned int width;
206 unsigned int height;
208 unsigned int depth;
209 int bits_per_pixel;
210 int flags;
[all …]