Searched refs:is_mobile (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_pci.c | 82 .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, \
|
D | intel_device_info.h | 142 func(is_mobile); \
|
D | i915_drv.h | 488 #define IS_MOBILE(i915) (INTEL_INFO(i915)->is_mobile)
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 100 bool is_mobile; member
|
D | nouveau_bios.c | 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()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_rps.c | 381 if (INTEL_INFO(i915)->is_mobile) in pvid_to_extvid()
|