Searched refs:is_mobile (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_pci.c | 176 .is_mobile = 1, \ 271 .is_mobile = 1, 295 .is_mobile = 1, 325 .is_mobile = 1, 360 .is_mobile = 1, 378 .is_mobile = 1, 411 .is_mobile = 1, 456 .is_mobile = 1 510 .is_mobile = 1, \
|
A D | intel_device_info.h | 142 func(is_mobile); \
|
A D | i915_drv.h | 519 #define IS_MOBILE(dev_priv) (INTEL_INFO(dev_priv)->is_mobile)
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_bios.h | 99 bool is_mobile; member
|
A D | nouveau_bios.c | 400 if (!bios->is_mobile) /* !mobile only needs digital_min_front_porch */ in parse_fp_mode_table() 812 bios->is_mobile = bios->feature_byte & FEATURE_MOBILE; in parse_bit_i_tbl_entry() 2119 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init() 2122 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_rps.c | 375 if (INTEL_INFO(i915)->is_mobile) in pvid_to_extvid()
|
Completed in 18 milliseconds