Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_drv.c154 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2,
164 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2,
179 .gen = 3, .is_mobile = 1, .num_pipes = 2,
189 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2,
203 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
222 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
229 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2,
241 .gen = 5, .is_mobile = 1, .num_pipes = 2,
257 .gen = 6, .is_mobile = 1, .num_pipes = 2,
282 .is_mobile = 1,
[all …]
Di915_drv.h335 DEV_INFO_FLAG(is_mobile) DEV_INFO_SEP \
364 u8 is_mobile:1; member
1325 #define IS_MOBILE(dev) (INTEL_INFO(dev)->is_mobile)
Dintel_pm.c3110 if (dev_priv->info->is_mobile) in pvid_to_extvid()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.h101 bool is_mobile; member
Dnouveau_bios.c400 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()
2106 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init()
2109 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()