summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2009-08-05drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin1-1/+1
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt4-6/+19
2009-07-30drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com1-1/+1
2009-07-30drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com1-6/+21
2009-07-30drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com1-78/+153
2009-07-30drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com1-0/+22
2009-07-30drm/i915: fix 845G FIFO size & burst lengthJesse Barnes1-2/+7
2009-07-30drm/i915: fix VGA detect on IGDNGZhenyu Wang1-4/+8
2009-07-30drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang8-168/+468
2009-07-30drm/i915: enable DisplayPort support on IGDNGZhenyu Wang3-21/+157
2009-07-30drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang1-4/+4
2009-07-30drm/i915: fix issue in display pipe setup on IGDNGZhenyu Wang2-12/+46
2009-07-30drm/i915: disable VGA plane reliablyZhenyu Wang1-3/+25
2009-07-30drm/I915: Fix offset to DVO timings in LVDS dataZhao Yakui1-9/+10
2009-07-23drm/i915: hdmi detection according by reading edidling.ma@intel.com1-60/+4
2009-07-17drm/i915: correct self-refresh calculation in "everything off" caseJesse Barnes1-3/+3
2009-07-17drm/i915: handle FIFO oversubsription correctlyJesse Barnes1-3/+4
2009-07-15drm/i915: FIFO watermark calculation fixesJesse Barnes2-75/+113
2009-07-14drm/i915: ignore lvds on AOpen Mini PC MP-915Tormod Volden1-0/+8
2009-07-14drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class hardwareKeith Packard1-0/+3
2009-07-14drm/i915: refactor error detection & collectionJesse Barnes3-74/+161
2009-07-14drm/i915: Set lvds dual channel according to register from vbiosFlorian Mickler1-1/+1
2009-07-11drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang1-1/+9
2009-07-11drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt3-1/+8
2009-07-11drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson1-9/+27
2009-07-10drm/i915: Avoid saving/restore the modesetting registers twice in KMS modeZhao Yakui1-100/+121
2009-07-10drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui1-0/+5
2009-07-10drm/i915: Fix harmless warning from patch merged after i2c rework.Eric Anholt1-1/+1
2009-07-10drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt1-9/+20
2009-07-10drm/i915: Check the LID device to decide whether the LVDS should be initializedZhao Yakui1-0/+70
2009-07-07drm/i915: Move lock to more reasonable locationBen Gamari1-2/+3
2009-07-07drm/i915: Add gtt_offset to gem object list debugfs outputBen Gamari1-1/+4
2009-07-07drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari1-3/+0
2009-07-07drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.ling.ma@intel.com1-1/+1
2009-07-07drm/i915: crt fetch EDID by DVI-I converter on G4x platformling.ma@intel.com1-1/+27
2009-07-07drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang1-1/+1
2009-07-03drm/i915: Adjust DisplayPort clocks to use 96MHz referenceKeith Packard1-12/+9
2009-07-02drm/i915: Make driver less chattyKeith Packard6-23/+27
2009-07-02drm/i915: fix up a raw 64bit divideAndy Whitcroft1-1/+1
2009-07-01drm/i915: enable sdvo lvds scaling function.ling.ma@intel.com2-12/+103
2009-07-01drm/i915: Set SSC frequency for 8xx chips correctlyling.ma@intel.com1-4/+6
2009-07-01drm/i915: add FIFO watermark supportShaohua Li5-6/+513
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes5-3/+204
2009-06-26Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds28-261/+2326
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown1-1/+1
2009-06-24ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui1-1/+1
2009-06-23drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry1-0/+13
2009-06-23drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang1-2/+1
2009-06-23drm/i915: fix LFP data fetchJesse Barnes1-1/+11
2009-06-23drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com1-28/+25