Searched defs:drm_mode_fb_cmd2 (Results 1 – 3 of 3) sorted by relevance
328 struct drm_mode_fb_cmd2 { struct329 __u32 fb_id;330 __u32 width;331 __u32 height;332 __u32 pixel_format;333 __u32 flags;335 __u32 handles[4];336 __u32 pitches[4];337 __u32 offsets[4];338 __u64 modifier[4];
494 struct drm_mode_fb_cmd2 { struct495 __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 */
312 struct drm_mode_fb_cmd2 { struct313 __u32 fb_id;314 __u32 width;315 __u32 height;316 __u32 pixel_format;317 __u32 flags;318 __u32 handles[4];319 __u32 pitches[4];320 __u32 offsets[4];321 __u64 modifier[4];