Searched refs:is_mobile (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_pci.c | 84 .is_mobile = 1, .cursor_needs_physical = 1, 96 .is_mobile = 1, 129 .is_mobile = 1, 150 .is_mobile = 1, 169 .is_mobile = 1, 196 .is_mobile = 1, .has_fbc = 1, 212 .is_mobile = 1, .has_fbc = 1, 237 .is_mobile = 1, .has_fbc = 1, 271 .is_mobile = 1 317 .is_mobile = 1, \
|
D | intel_device_info.h | 78 func(is_mobile); \
|
D | i915_drv.h | 2371 #define IS_MOBILE(dev_priv) ((dev_priv)->info.is_mobile)
|
D | intel_pm.c | 7809 if (INTEL_INFO(dev_priv)->is_mobile) in pvid_to_extvid()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 99 bool is_mobile; member
|
D | nouveau_bios.c | 399 if (!bios->is_mobile) /* !mobile only needs digital_min_front_porch */ in parse_fp_mode_table() 811 bios->is_mobile = bios->feature_byte & FEATURE_MOBILE; in parse_bit_i_tbl_entry() 2117 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init() 2120 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
|