Searched refs:is_mobile (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_pci.c | 149 .is_mobile = 1, \ 231 .is_mobile = 1, 255 .is_mobile = 1, 283 .is_mobile = 1, 313 .is_mobile = 1, 331 .is_mobile = 1, 360 .is_mobile = 1, 399 .is_mobile = 1 448 .is_mobile = 1, \
|
D | intel_device_info.h | 107 func(is_mobile); \
|
D | i915_drv.h | 1928 #define IS_MOBILE(dev_priv) (INTEL_INFO(dev_priv)->is_mobile)
|
D | intel_pm.c | 8207 if (INTEL_INFO(dev_priv)->is_mobile) in pvid_to_extvid()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 99 bool is_mobile; member
|
D | nouveau_bios.c | 397 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()
|