Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h331 struct drm_mode_fb_cmd2 { struct
332 __u32 fb_id;
333 __u32 width, height;
334 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
335 __u32 flags; /* see above flags */
351 __u32 handles[4];
352 __u32 pitches[4]; /* pitch for each plane */
353 __u32 offsets[4]; /* offset of each plane */
/external/libdrm/include/drm/
Ddrm_mode.h334 struct drm_mode_fb_cmd2 { struct
335 __u32 fb_id;
336 __u32 width, height;
337 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
338 __u32 flags;
354 __u32 handles[4];
355 __u32 pitches[4]; /* pitch for each plane */
356 __u32 offsets[4]; /* offset of each plane */