Home
last modified time | relevance | path

Searched refs:is_mobile (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h100 bool is_mobile; member
H A Dnouveau_bios.c398 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()
/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h145 func(is_mobile); \