Searched refs:is_mobile (Results 1 – 3 of 3) sorted by relevance
100 bool is_mobile; member
398 if (!bios->is_mobile) /* !mobile only needs digital_min_front_porch */ in parse_fp_mode_table()810 bios->is_mobile = bios->feature_byte & FEATURE_MOBILE; in parse_bit_i_tbl_entry()2120 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init()2123 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
145 func(is_mobile); \