Searched defs:drm_mode_fb_cmd2 (Results 1 – 6 of 6) sorted by relevance
451 struct drm_mode_fb_cmd2 { struct452 __u32 fb_id;453 __u32 width;454 __u32 height;455 __u32 pixel_format; /* fourcc code from drm_fourcc.h */456 __u32 flags; /* see above flags */482 __u32 handles[4];483 __u32 pitches[4]; /* pitch for each plane */484 __u32 offsets[4]; /* offset of each plane */485 __u64 modifier[4]; /* ie, tiling, compress */
299 struct drm_mode_fb_cmd2 { struct300 __u32 fb_id;301 __u32 width;302 __u32 height;303 __u32 pixel_format;304 __u32 flags;305 __u32 handles[4];306 __u32 pitches[4];307 __u32 offsets[4];308 __u64 modifier[4];
301 struct drm_mode_fb_cmd2 { struct302 __u32 fb_id;303 __u32 width;304 __u32 height;305 __u32 pixel_format;306 __u32 flags;307 __u32 handles[4];308 __u32 pitches[4];309 __u32 offsets[4];310 __u64 modifier[4];
491 struct drm_mode_fb_cmd2 { struct492 __u32 fb_id;493 __u32 width;494 __u32 height;495 __u32 pixel_format; /* fourcc code from drm_fourcc.h */496 __u32 flags; /* see above flags */522 __u32 handles[4];523 __u32 pitches[4]; /* pitch for each plane */524 __u32 offsets[4]; /* offset of each plane */525 __u64 modifier[4]; /* ie, tiling, compress */