Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h446 struct msg_fb_setup { struct
447 struct bcm2835_mbox_hdr hdr;
448 struct bcm2835_mbox_tag_fb_w_h physical_w_h;
449 struct bcm2835_mbox_tag_fb_w_h virtual_w_h;
450 struct bcm2835_mbox_tag_virtual_offset offset;
451 struct bcm2835_mbox_tag_depth depth;
452 struct bcm2835_mbox_tag_alpha_mode alpha;
453 struct bcm2835_mbox_tag_allocate_buffer buffer;
454 struct bcm2835_mbox_tag_pitch pitch;
455 uint32_t end_tag;