Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Ddrm_mode.h479 struct drm_mode_fb_cmd2 { struct
480 __u32 fb_id;
481 __u32 width;
482 __u32 height;
483 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
484 __u32 flags; /* see above flags */
510 __u32 handles[4];
511 __u32 pitches[4]; /* pitch for each plane */
512 __u32 offsets[4]; /* offset of each plane */
513 __u64 modifier[4]; /* ie, tiling, compress */
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h666 struct drm_mode_fb_cmd2 { struct
667 __u32 fb_id;
668 __u32 width;
669 __u32 height;
670 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
671 __u32 flags; /* see above flags */
697 __u32 handles[4];
698 __u32 pitches[4]; /* pitch for each plane */
699 __u32 offsets[4]; /* offset of each plane */
700 __u64 modifier[4]; /* ie, tiling, compress */