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.h443 struct drm_mode_fb_cmd2 { struct
444 __u32 fb_id;
445 __u32 width;
446 __u32 height;
447 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
448 __u32 flags; /* see above flags */
474 __u32 handles[4];
475 __u32 pitches[4]; /* pitch for each plane */
476 __u32 offsets[4]; /* offset of each plane */
477 __u64 modifier[4]; /* ie, tiling, compress */
/external/libdrm/include/drm/
Ddrm_mode.h382 struct drm_mode_fb_cmd2 { struct
383 __u32 fb_id;
384 __u32 width;
385 __u32 height;
386 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
387 __u32 flags; /* see above flags */
410 __u32 handles[4];
411 __u32 pitches[4]; /* pitch for each plane */
412 __u32 offsets[4]; /* offset of each plane */
413 __u64 modifier[4]; /* ie, tiling, compressed (per plane) */