Lines Matching defs:fbinfo
1121 struct btinfo_framebuffer fbinfo;
1135 memcpy(&fbinfo, fbptr, sizeof(fbinfo));
1137 if (fbinfo.physaddr != 0) {
1138 prop_dictionary_set_uint32(dict, "width", fbinfo.width);
1139 prop_dictionary_set_uint32(dict, "height", fbinfo.height);
1140 prop_dictionary_set_uint8(dict, "depth", fbinfo.depth);
1141 prop_dictionary_set_uint16(dict, "linebytes", fbinfo.stride);
1143 prop_dictionary_set_uint64(dict, "address", fbinfo.physaddr);
1155 (fbinfo.flags & BI_FB_SPLASH) != 0);
1157 if (fbinfo.depth == 8) {
1163 if (fbinfo.physaddr != 0) {
1297 (fbinfo->flags & BI_FB_SPLASH) != 0);