Home
last modified time | relevance | path

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

/external/igt-gpu-tools/include/drm-uapi/
Ddrm_mode.h480 struct drm_mode_fb_cmd2 { struct
481 __u32 fb_id;
482 __u32 width;
483 __u32 height;
484 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
485 __u32 flags; /* see above flags */
511 __u32 handles[4];
512 __u32 pitches[4]; /* pitch for each plane */
513 __u32 offsets[4]; /* offset of each plane */
514 __u64 modifier[4]; /* ie, tiling, compress */
/external/libdrm/include/drm/
Ddrm_mode.h582 struct drm_mode_fb_cmd2 { struct
583 __u32 fb_id;
584 __u32 width;
585 __u32 height;
586 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
587 __u32 flags; /* see above flags */
613 __u32 handles[4];
614 __u32 pitches[4]; /* pitch for each plane */
615 __u32 offsets[4]; /* offset of each plane */
616 __u64 modifier[4]; /* ie, tiling, compress */
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h494 struct drm_mode_fb_cmd2 { struct
495 __u32 fb_id;
496 __u32 width;
497 __u32 height;
498 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
499 __u32 flags; /* see above flags */
525 __u32 handles[4];
526 __u32 pitches[4]; /* pitch for each plane */
527 __u32 offsets[4]; /* offset of each plane */
528 __u64 modifier[4]; /* ie, tiling, compress */
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h700 struct drm_mode_fb_cmd2 { struct
702 __u32 fb_id;
704 __u32 width;
706 __u32 height;
711 __u32 pixel_format;
716 __u32 flags;
722 __u32 handles[4];
724 __u32 pitches[4];
726 __u32 offsets[4];
732 __u64 modifier[4];
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h69748 struct drm_mode_fb_cmd2 { struct
69749 __u32 fb_id;
69750 __u32 width;
69751 __u32 height;
69752 __u32 pixel_format;
69753 __u32 flags;
69754 __u32 handles[4];
69755 __u32 pitches[4];
69756 __u32 offsets[4];
69757 __u64 modifier[4];
Dvmlinux.h69748 struct drm_mode_fb_cmd2 { struct
69749 __u32 fb_id;
69750 __u32 width;
69751 __u32 height;
69752 __u32 pixel_format;
69753 __u32 flags;
69754 __u32 handles[4];
69755 __u32 pitches[4];
69756 __u32 offsets[4];
69757 __u64 modifier[4];