Home
last modified time | relevance | path

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

/external/mesa3d/include/drm-uapi/
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.h460 struct drm_mode_fb_cmd2 { struct
461 __u32 fb_id;
462 __u32 width;
463 __u32 height;
464 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
465 __u32 flags; /* see above flags */
491 __u32 handles[4];
492 __u32 pitches[4]; /* pitch for each plane */
493 __u32 offsets[4]; /* offset of each plane */
494 __u64 modifier[4]; /* ie, tiling, compress */
/external/kernel-headers/original/uapi/drm/
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 */