summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-23drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa1-2/+2
2009-06-23drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa2-4/+4
2009-06-23drm/i915: Don't change the blank/sync width when calculating scaled modesZhao Yakui1-18/+73
2009-06-23drm/i915: Add support for changing LVDS panel fitting using an output property.Zhao Yakui2-21/+280
2009-06-23drm/i915: correct suspend/resume orderingJesse Barnes1-2/+2
2009-06-22Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt23-201/+1933
2009-06-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
2009-06-19drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard1-32/+70
2009-06-19drm/i915: Clarify error returns from display port aux channel I/OKeith Packard1-7/+13
2009-06-19drm/i915: Add CLKCFG register definitionKeith Packard1-0/+13
2009-06-19drm/i915: Split array of DAC limits into separate structures.Keith Packard1-57/+51
2009-06-19drm/i915: Use hotplug callback to retrain DP linkKeith Packard1-2/+13
2009-06-19drm/i915: Add Display Port supportKeith Packard8-6/+1668
2009-06-19drm/i915: add per-output hotplug callback for KMSKeith Packard2-1/+12
2009-06-19drm/i915: Clean up SDVO i2c handlingKeith Packard1-33/+21
2009-06-19drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard12-113/+118
2009-06-19drm/i915: check for CONFIG_PNP before using pnp functionKeith Packard1-0/+2
2009-06-19drm/i915: Apple DMI info has inconsistent SYS_VENDOR informationKeith Packard1-2/+2
2009-06-19drm/i915: Require digital monitor on HDMI ports for detectKeith Packard1-14/+16
2009-06-19drm: Remove memory debugging infrastructure.Eric Anholt5-65/+51
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson3-17/+88
2009-06-18drm/i915: Install fence register for tiled scanout on i915Chris Wilson3-10/+21