summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: allow pcie gen2 speed on NIIlija Hadzic2011-10-121-2/+1Star
* vmwgfx: Take the driver out of stagingThomas Hellstrom2011-10-112-5/+8
* drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson2011-10-111-0/+2
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2011-10-1011-53/+472
|\
| * drm/i915: Dumb down the semaphore logicBen Widawsky2011-09-214-47/+126
| * drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang2011-09-217-2/+169
| * drm: support routines for HDMI/DP ELDWu Fengguang2011-09-211-0/+171
| * drm/i915: Enable dither whenever display bpc < frame buffer bpcKeith Packard2011-09-211-4/+6
* | vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-103-1/+49
* | vmwgfx: Add fence eventsThomas Hellstrom2011-10-107-47/+599
* | vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom2011-10-101-33/+67
* | drm/radeon/kms: set DMA mask properly on newer PCI asicsAlex Deucher2011-10-101-3/+4
* | DRM: bug: RADEON_DEBUGFS_MAX_{NUM_FILES => COMPONENTS}Michael Witten2011-10-102-6/+9
* | drm/radeon/kms: handle !force case in connector detect more gracefullyAlex Deucher2011-10-102-3/+21
* | drm/radeon/kms: bail early in dvi_detect for digital only connectorsAlex Deucher2011-10-101-0/+5
* | drm/radeon/kms: Fix I2C mask definitionsJean Delvare2011-10-101-2/+2
* | vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-101-57/+215
* | vmwgfx: Implement memory accounting for resourcesThomas Hellstrom2011-10-101-26/+146
* | DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae2011-10-0522-0/+4078
* | vmwgfx: Minor cleanupsThomas Hellstrom2011-10-052-11/+12
* | vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom2011-10-051-2/+2
* | vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-051-0/+27
* | vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-055-82/+835
* | vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-052-17/+41
* | vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-053-30/+26Star
* | vmwgfx: Fix up query processingThomas Hellstrom2011-10-056-22/+572
* | vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom2011-10-051-1/+8
* | vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom2011-10-055-65/+45Star
* | vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz2011-10-051-3/+13
* | vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-055-0/+377
* | vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz2011-10-051-58/+74
* | vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-053-219/+20Star
* | vmwgfx: Require HWV8 for 3d supportThomas Hellstrom2011-10-051-1/+1
* | vmwgfx: Add screen object supportJakob Bornecrantz2011-10-057-31/+752
* | vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-057-107/+379
* | vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-053-255/+282
* | vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz2011-10-051-5/+72
* | vmwgfx: Break out dirty submission codeJakob Bornecrantz2011-10-051-54/+90
* | vmwgfx: Break out execbuf command processingThomas Hellstrom2011-10-052-56/+89
* | vmwgfx: Some comments and BUG_ONJakob Bornecrantz2011-10-051-0/+5
* | vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz2011-10-051-0/+3
* | vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz2011-10-051-0/+10
* | vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz2011-10-051-0/+10
* | vmwgfx: Update register files to latest from vmware-sdkJakob Bornecrantz2011-10-054-144/+359
* | ttm: export ttm_bo_createThomas Hellstrom2011-10-051-0/+1
|/
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2011-09-2032-867/+867
|\
| * Drivers: i915: Fix all space related issues.Akshay Joshi2011-09-2032-867/+867
* | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2011-09-2062-1618/+4286
|\ \
| * | drm/nouveau: remove allocations from gart populate() hookBen Skeggs2011-09-201-45/+21Star
| * | drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.cBen Skeggs2011-09-202-18/+27