linux/drivers/gpu/drm/i915
Calvin Walton a51d4ed01e i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
This board is incorrectly detected as having an LVDS connector,
resulting in the VGA output (the only available output on the board)
showing the console only in the top-left 1024x768 pixels, and an extra
LVDS connector appearing in X.

It's a desktop Mini-ITX board using an Atom D525 CPU with an NM10
chipset.

I've had this board for about a year, but this is the first time I
noticed the issue because I've been running it headless for most of its
life.

Signed-off-by: Calvin Walton <calvin.walton@kepstin.ca>
2012-08-24 14:40:09 +02:00
..
dvo_ch7xxx.c
dvo_ch7017.c
dvo_ivch.c
dvo_sil164.c
dvo_tfp410.c
dvo.h drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
i915_debugfs.c drm/i915: Add comments to explain the BSD tail write workaround 2012-07-20 12:21:37 +02:00
i915_dma.c drm/i915: unbreak lastclose for failed driver init 2012-07-25 10:40:00 +02:00
i915_drv.c drm/i915: add more Haswell PCI IDs 2012-08-07 13:17:33 +02:00
i915_drv.h drm/i915: Add comments to explain the BSD tail write workaround 2012-07-20 12:21:37 +02:00
i915_gem_context.c drm/i915: remove unused variable 2012-08-05 22:39:53 +02:00
i915_gem_debug.c
i915_gem_dmabuf.c
i915_gem_evict.c drm: Add colouring to the range allocator 2012-07-16 05:59:37 +10:00
i915_gem_execbuffer.c drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. 2012-08-05 21:45:01 +02:00
i915_gem_gtt.c drm/i915: Use the correct size of the GTT for placing the per-process entries 2012-08-24 11:07:59 +02:00
i915_gem_stolen.c
i915_gem_tiling.c
i915_gem.c drm/i915/contexts: fix list corruption 2012-08-17 09:21:34 +02:00
i915_ioc32.c
i915_irq.c Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next 2012-07-26 10:40:31 +10:00
i915_reg.h drm/i915: fix hsw uncached pte 2012-08-17 09:21:35 +02:00
i915_suspend.c Linux 3.5-rc7 2012-07-20 00:53:28 -04:00
i915_sysfs.c drm/i915: make rc6 in sysfs functions conditional 2012-08-06 19:31:33 +02:00
i915_trace_points.c
i915_trace.h
intel_acpi.c
intel_bios.c
intel_bios.h
intel_crt.c drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads 2012-08-17 09:21:36 +02:00
intel_ddi.c drm/i915: program FDI_RX TP and FDI delays 2012-07-05 15:09:03 +02:00
intel_display.c drm/i915: fix wrong order of parameters in port checking functions 2012-08-23 11:44:53 +02:00
intel_dp.c drm/i915: reorder edp disabling to fix ivb MacBook Air 2012-08-14 09:38:25 +02:00
intel_drv.h drm/i915: extract connector update from intel_ddc_get_modes() for reuse 2012-08-17 09:21:35 +02:00
intel_dvo.c drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
intel_fb.c drm/i915: Zero initialize mode_cmd 2012-07-05 13:27:58 +02:00
intel_hdmi.c drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
intel_i2c.c drm/i915: ensure i2c adapter is all set before adding it 2012-08-13 19:04:24 +02:00
intel_lvds.c i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard 2012-08-24 14:40:09 +02:00
intel_modes.c drm/i915: extract connector update from intel_ddc_get_modes() for reuse 2012-08-17 09:21:35 +02:00
intel_opregion.c
intel_overlay.c
intel_panel.c drm/i915: Fix blank panel at reopening lid 2012-08-11 21:15:16 +02:00
intel_pm.c drm/i915: use hsw rps tuning values everywhere on gen6+ 2012-08-20 20:49:19 +02:00
intel_ringbuffer.c drm/i915: Apply post-sync write for pipe control invalidates 2012-08-14 09:47:45 +02:00
intel_ringbuffer.h
intel_sdvo_regs.h
intel_sdvo.c drm/i915: fix EDID memory leak in SDVO 2012-08-17 09:21:34 +02:00
intel_sprite.c drm/i915: fix color order for BGR formats on IVB 2012-08-23 11:44:53 +02:00
intel_tv.c drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
Makefile