Searched defs:drm_mode_fb_cmd2 (Results 1 – 2 of 2) 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 */
382 struct drm_mode_fb_cmd2 { struct383 __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) */