summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-07-15drm/radeon/kms: add PLL flag to prefer frequencies <= the target freqAlex Deucher2-1/+6
2009-07-15drm/radeon/kms: block RN50 from using 3D engine.Dave Airlie2-0/+7
2009-07-15drm/radeon/kms: fix VRAM sizing like DDX does it.Dave Airlie7-31/+71
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie5-6/+31
2009-07-15drm/radeon: Endianness fixes for radeondrmfb.Michel Dänzer1-3/+50
2009-07-15drm/radeon/kms: don't swap PCIEGART PTEs in VRAM.Dave Airlie1-1/+4
2009-07-15drm/radeon/kms: drop zero length CS indirect buffers.Dave Airlie1-1/+7
2009-07-15drm/radeon/kms: fix vram vs aper size check.Dave Airlie1-1/+1
2009-07-15drm/radeon/kms: get lvds info for DIG LVTMA and UNIPHY encodersAlex Deucher1-2/+8
2009-07-15drm/radeon/kms: fix quirk for MSI laptopAlex Deucher1-3/+6
2009-07-15ttm: Fix caching mode selection.Thomas Hellstrom1-12/+39
2009-07-15drm/radeon: fix support for vline relocations.Dave Airlie4-6/+137
2009-07-15drm/radeon/kms: respect TOM on rs100->rs480 IGP variants.Dave Airlie2-3/+8
2009-07-15drm/radeon/kms: set crtc and cursor offsets correctly on legacy chips.Dave Airlie3-5/+9
2009-07-15drm/radeon/kms: remove IB flushing trick.Dave Airlie1-14/+1
2009-07-15drm/radeon/kms: mmio base/size should be resource_size_t.Dave Airlie1-2/+2
2009-07-15drm/radeon/kms: fix some GART table entry bugs.Dave Airlie4-5/+16
2009-07-15drm: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-07-15drm/ttm: fix misplaced parenthesesRoel Kluin1-2/+2
2009-07-15drm/via: Fix vblank IRQ on VIA hardware.Simon Farnsworth1-1/+5
2009-07-15drm: drm_gem, check kzalloc retvalJiri Slaby1-7/+10
2009-07-15drm: drm_debugfs, check kmalloc retvalJiri Slaby1-0/+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: 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-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 Torvalds38-316/+2376