Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pci.c84 .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, \
Dintel_device_info.h78 func(is_mobile); \
Di915_drv.h2371 #define IS_MOBILE(dev_priv) ((dev_priv)->info.is_mobile)
Dintel_pm.c7809 if (INTEL_INFO(dev_priv)->is_mobile) in pvid_to_extvid()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bios.h99 bool is_mobile; member
Dnouveau_bios.c399 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()