Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_pci.c161 .is_mobile = 1, \
253 .is_mobile = 1,
277 .is_mobile = 1,
307 .is_mobile = 1,
341 .is_mobile = 1,
359 .is_mobile = 1,
391 .is_mobile = 1,
434 .is_mobile = 1
486 .is_mobile = 1, \
Dintel_device_info.h110 func(is_mobile); \
Di915_drv.h1386 #define IS_MOBILE(dev_priv) (INTEL_INFO(dev_priv)->is_mobile)
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_bios.h99 bool is_mobile; member
Dnouveau_bios.c397 if (!bios->is_mobile) /* !mobile only needs digital_min_front_porch */ in parse_fp_mode_table()
809 bios->is_mobile = bios->feature_byte & FEATURE_MOBILE; in parse_bit_i_tbl_entry()
2115 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init()
2118 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_rps.c353 if (INTEL_INFO(i915)->is_mobile) in pvid_to_extvid()