Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/drm/
Ddrm_mode.h358 struct drm_mode_fb_cmd2 { struct
359 __u32 fb_id;
360 __u32 width;
361 __u32 height;
362 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
363 __u32 flags; /* see above flags */
386 __u32 handles[4];
387 __u32 pitches[4]; /* pitch for each plane */
388 __u32 offsets[4]; /* offset of each plane */
389 __u64 modifier[4]; /* ie, tiling, compressed (per plane) */