search for: is_mobile

Displaying 3 results from an estimated 3 matches for "is_mobile".

2017 Jul 25
1
[PATCH] bios: Restrict missing fp table message to desktop cards.
...stableheader lth; if (bios->fp.fptablepointer == 0x0) { - /* Apple cards don't have the fp table; the laptops use DDC */ - /* The table is also missing on some x86 IGPs */ -#ifndef __powerpc__ - NV_ERROR(drm, "Pointer to flat panel table invalid\n"); -#endif + if (!bios->is_mobile) { + /* Most laptop cards lack an fp table. They use DDC.*/ + NV_ERROR(drm, "Pointer to flat panel table invalid\n"); + } + bios->digital_min_front_porch = 0x4b; return 0; } -- 2.13.3
2016 Oct 07
7
[Bug 98149] New: EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go
https://bugs.freedesktop.org/show_bug.cgi?id=98149 Bug ID: 98149 Summary: EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
...esting igt/kms_cursor_legacy: Check that cursor updates do not stall flips lib: Suppress kmsg on exit for unknown programmes lib: Fix reporting of debugfs mountpoint overlay: sync i915_pciids.h lib: Start weaning off defunct intel_chipset.h intel_chipset: Convert IS_MOBILE to intel_device_info intel_chipset: Convert IS_965 to use intel_gen() intel_chipset: Convert IS_BROADWATER, IS_CRESTLINE to device info intel_chipset: Convert IS_BROXTON to device info intel_chipset: Convert IS_SKYLAKE to device info intel_chipset: Convert IS_CHERRYVIE...