summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie12-42/+56
2009-07-29drm/radeon: Pay more attention to object placement requested by userspace.Michel Dänzer1-14/+11
2009-07-29drm/radeon: Fall back to evicting BOs with memcpy if necessary.Michel Dänzer1-6/+9
2009-07-29drm/radeon: Don't unreserve twice on failure to validate.Michel Dänzer1-1/+0
2009-07-29drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse19-1354/+2377
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie15-18/+390
2009-07-15drm/radeon/kms: fix hotspot handling on pre-avivo chipsAlex Deucher2-2/+8
2009-07-15drm/radeon/kms: enable frac fb divs on rs600/rs690/rs740Alex Deucher1-0/+6
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-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