summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher-16/+12
2010-10-12drm/radeon/kms: Silent spurious error messageJean Delvare-4/+1
2010-10-12drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher-1/+1
2010-10-12drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher-22/+22
2010-10-12drm/radeon/kms: leave certain CP int bits enabledAlex Deucher-2/+2
2010-10-12drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse-1/+14
2010-10-08drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson-0/+3
2010-10-07drm: don't drop handle reference on unloadDave Airlie-4/+1
2010-10-06drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom-12/+71
2010-10-04Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-83/+96
2010-10-03drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson-12/+4
2010-10-03drm/i915: Sanity check pread/pwriteChris Wilson-8/+20
2010-10-03drm/i915: Use pipe state to tell when pipe is offKeith Packard-25/+38
2010-10-03drm/i915: vblank status not valid while training display portKeith Packard-10/+9
2010-10-02drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall-0/+2
2010-10-01Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-110/+225
2010-10-01vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom-0/+5
2010-10-01vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom-6/+0
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom-31/+49
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom-13/+115
2010-10-01drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom-1/+1
2010-10-01drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson-22/+0
2010-10-01drm/i915: Fix refleak during eviction.Chris Wilson-25/+20
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie-29/+20
2010-09-30drm: i810/i830: fix locked ioctl variantArnd Bergmann-2/+2
2010-09-28drm/radeon/kms: add quirk for MSI K9A2GM motherboardAlex Deucher-0/+9
2010-09-28drm/radeon/kms: fix potential segfault in r600_ioctl_wait_idleAlex Deucher-1/+2
2010-09-28drm: Prune GEM vma entriesChris Wilson-11/+26
2010-09-27Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+7
2010-09-27drm/i915: fix GMCH power reportingJesse Barnes-3/+3
2010-09-27drm/radeon/kms: fix up encoder info messages for DFP6Alex Deucher-0/+2
2010-09-24vgaarb: trivial fixDaniel J Blueman-1/+1
2010-09-24drm: radeon cleanup fixes...Daniel J Blueman-2/+2
2010-09-24drm: fix trivial coding errorsDaniel J Blueman-3/+3
2010-09-24drm: ttm sparse fixes.Daniel J Blueman-4/+4
2010-09-24drm/nouveau: fix panels using straps-based mode detectionBen Skeggs-2/+4
2010-09-23drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson-5/+4
2010-09-23drm/i915/sdvo: Cleanup connector on error pathChris Wilson-4/+2
2010-09-23drm/i915: Fix 945GM regression in e259befdChris Wilson-1/+1
2010-09-22drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.Francisco Jerez-0/+1
2010-09-22drm/radeon: don't allow device to be opened if powered downDave Airlie-0/+4
2010-09-21Merge remote branch 'linus' into drm-intel-fixesChris Wilson-66/+188
2010-09-20drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson-2/+7
2010-09-17drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson-0/+1
2010-09-17drm/i915: Fix Sandybridge fence registersChris Wilson-22/+51
2010-09-17drm/i915/crt: Downgrade warnings for hotplug failuresChris Wilson-2/+2
2010-09-15drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2)Alex Deucher-3/+2
2010-09-14drm/radeon/kms: force legacy pll algo for RV620 LVDSAlex Deucher-2/+3
2010-09-14drm: fix race between driver loading and userspace open.Dave Airlie-0/+9
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson-38/+24