Searched defs:drm_mode_fb_cmd2 (Results 1 – 3 of 3) sorted by relevance
443 struct drm_mode_fb_cmd2 { struct444 __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 */
460 struct drm_mode_fb_cmd2 { struct461 __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 */
480 struct drm_mode_fb_cmd2 { struct481 __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 */