Searched refs:is_mobile (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.c | 67 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2, 83 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2, 108 .gen = 3, .is_mobile = 1, .num_pipes = 2, 125 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2, 146 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1, 173 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1, 182 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2, 198 .gen = 5, .is_mobile = 1, .num_pipes = 2, 217 .gen = 6, .is_mobile = 1, .num_pipes = 2, 243 .is_mobile = 1, [all …]
|
D | i915_drv.h | 760 func(is_mobile) sep \ 2475 #define IS_MOBILE(dev) (INTEL_INFO(dev)->is_mobile)
|
D | intel_pm.c | 5760 if (INTEL_INFO(dev)->is_mobile) in pvid_to_extvid()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 101 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() 2112 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init() 2115 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
|