summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer2009-07-295-1/+225
* drm/radeon/kms: allow interruptible waits for objects.Dave Airlie2009-07-292-2/+2
* drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom2009-07-291-4/+10
* drm/ttm: Fix ttm in-kernel copying of pages with non-standard caching attribu...Thomas Hellstrom2009-07-291-11/+52
* drm/ttm: Fix an oops and sync object leak.Thomas Hellstrom2009-07-291-2/+4
* drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie2009-07-2912-42/+56
* drm/radeon: Pay more attention to object placement requested by userspace.Michel Dänzer2009-07-291-14/+11
* drm/radeon: Fall back to evicting BOs with memcpy if necessary.Michel Dänzer2009-07-291-6/+9
* drm/radeon: Don't unreserve twice on failure to validate.Michel Dänzer2009-07-291-1/+0
* drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse2009-07-2919-1354/+2377
* drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-2915-18/+390
* drm/radeon/kms: fix hotspot handling on pre-avivo chipsAlex Deucher2009-07-152-2/+8
* drm/radeon/kms: enable frac fb divs on rs600/rs690/rs740Alex Deucher2009-07-151-0/+6
* drm/radeon/kms: add PLL flag to prefer frequencies <= the target freqAlex Deucher2009-07-152-1/+6
* drm/radeon/kms: block RN50 from using 3D engine.Dave Airlie2009-07-152-0/+7
* drm/radeon/kms: fix VRAM sizing like DDX does it.Dave Airlie2009-07-157-31/+71
* drm/ttm/radeon: add dma32 support.Dave Airlie2009-07-155-6/+31
* drm/radeon: Endianness fixes for radeondrmfb.Michel Dänzer2009-07-151-3/+50
* drm/radeon/kms: don't swap PCIEGART PTEs in VRAM.Dave Airlie2009-07-151-1/+4
* drm/radeon/kms: drop zero length CS indirect buffers.Dave Airlie2009-07-151-1/+7
* drm/radeon/kms: fix vram vs aper size check.Dave Airlie2009-07-151-1/+1
* drm/radeon/kms: get lvds info for DIG LVTMA and UNIPHY encodersAlex Deucher2009-07-151-2/+8
* drm/radeon/kms: fix quirk for MSI laptopAlex Deucher2009-07-151-3/+6
* ttm: Fix caching mode selection.Thomas Hellstrom2009-07-151-12/+39
* drm/radeon: fix support for vline relocations.Dave Airlie2009-07-154-6/+137
* drm/radeon/kms: respect TOM on rs100->rs480 IGP variants.Dave Airlie2009-07-152-3/+8
* drm/radeon/kms: set crtc and cursor offsets correctly on legacy chips.Dave Airlie2009-07-153-5/+9
* drm/radeon/kms: remove IB flushing trick.Dave Airlie2009-07-151-14/+1
* drm/radeon/kms: mmio base/size should be resource_size_t.Dave Airlie2009-07-151-2/+2
* drm/radeon/kms: fix some GART table entry bugs.Dave Airlie2009-07-154-5/+16
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-2638-316/+2376
|\
| * drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-243-3/+0
| * Merge remote branch 'origin/drm-intel-next' of ../drm-intel into drm-fixesDave Airlie2009-06-2429-261/+2327
| |\
| | * drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry2009-06-231-0/+13
| | * drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang2009-06-231-2/+1
| | * drm/i915: fix LFP data fetchJesse Barnes2009-06-231-1/+11
| | * drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com2009-06-231-28/+25
| | * drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa2009-06-231-2/+2
| | * drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa2009-06-232-4/+4
| | * drm/i915: Don't change the blank/sync width when calculating scaled modesZhao Yakui2009-06-231-18/+73
| | * drm/i915: Add support for changing LVDS panel fitting using an output property.Zhao Yakui2009-06-232-21/+280
| | * drm/i915: correct suspend/resume orderingJesse Barnes2009-06-231-2/+2
| | * Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt2009-06-2223-201/+1933
| | |\
| | | * drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard2009-06-191-32/+70
| | | * drm/i915: Clarify error returns from display port aux channel I/OKeith Packard2009-06-191-7/+13
| | | * drm/i915: Add CLKCFG register definitionKeith Packard2009-06-191-0/+13
| | | * drm/i915: Split array of DAC limits into separate structures.Keith Packard2009-06-191-57/+51
| | | * drm/i915: Use hotplug callback to retrain DP linkKeith Packard2009-06-191-2/+13
| | | * drm/i915: Add Display Port supportKeith Packard2009-06-198-6/+1668
| | | * drm/i915: add per-output hotplug callback for KMSKeith Packard2009-06-192-1/+12