summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-07-10drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang1-1/+9
2009-07-10drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt3-1/+8
2009-07-10drm/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: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui1-0/+2
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-09drm/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-02drm/i915: Adjust DisplayPort clocks to use 96MHz referenceKeith Packard1-12/+9
2009-07-01drm/i915: Make driver less chattyKeith Packard6-23/+27
2009-07-01drm/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-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds38-316/+2376
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi3-3/+0
2009-06-24Merge remote branch 'origin/drm-intel-next' of ../drm-intel into drm-fixesDave Airlie29-261/+2327
2009-06-24drm/radeon: fix driver initialization order so radeon kms can be builtinJerome Glisse2-2/+2
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer1-6/+6
2009-06-24drm/radeon: Clear surface registers at initialization time.Michel Dänzer1-0/+20
2009-06-24drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer1-3/+3
2009-06-24drm/radeon: fix radeon kms framebuffer deviceJerome Glisse3-42/+19
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown1-1/+1
2009-06-23ACPI: 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-22drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang1-2/+1
2009-06-22drm/i915: fix LFP data fetchJesse Barnes1-1/+11
2009-06-22drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com1-28/+25
2009-06-22drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa1-2/+2
2009-06-22drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa2-4/+4
2009-06-22drm/i915: Don't change the blank/sync width when calculating scaled modesZhao Yakui1-18/+73
2009-06-22drm/i915: Add support for changing LVDS panel fitting using an output property.Zhao Yakui2-21/+280
2009-06-22drm/i915: correct suspend/resume orderingJesse Barnes1-2/+2
2009-06-21Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt23-201/+1933
2009-06-21drm/i915: Add missing dependency on Intel AGP support.Eric Anholt1-0/+1
2009-06-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
2009-06-19drm/radeon: fix unused variables warningDave Airlie1-2/+0
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie4-9/+8
2009-06-19drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse7-65/+611
2009-06-19drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.Michel Dänzer1-0/+9
2009-06-19radeon: Fix CP byte order on big endian architectures with KMS.Michel Dänzer2-0/+4
2009-06-19drm/ttm: Add some powerpc cache flush code.Michel Dänzer1-1/+10