Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_crtc.h185 struct drm_framebuffer { struct
203 const struct drm_framebuffer_funcs *funcs; argument
204 unsigned int pitches[4];
205 unsigned int offsets[4];
206 uint64_t modifier[4];
207 unsigned int width;
208 unsigned int height;
210 unsigned int depth;
211 int bits_per_pixel;
212 int flags;
[all …]