Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_pci.c82 .is_mobile = 1, \
155 .is_mobile = 1,
170 .is_mobile = 1,
190 .is_mobile = 1,
217 .is_mobile = 1,
232 .is_mobile = 1,
259 .is_mobile = 1,
298 .is_mobile = 1
347 .is_mobile = 1, \
H A Dintel_device_info.h145 func(is_mobile); \
H A Di915_drv.h486 #define IS_MOBILE(i915) (INTEL_INFO(i915)->is_mobile)
/linux-6.15/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-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c381 if (INTEL_INFO(i915)->is_mobile) in pvid_to_extvid()