summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2011-10-18drm/radeon: drop inlines in r600_blit.cAndi Kleen1-12/+12
2011-10-18drm/radeon: Drop inlines from evergreen_cs.c / r600_cs.cAndi Kleen2-16/+16
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz3-0/+23
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2-6/+3
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz2-9/+25
2011-10-12drm/radeon: allow pcie gen2 speed on CaymanIlija Hadzic2-2/+6
2011-10-12drm/radeon: allow pcie gen2 speed on NIIlija Hadzic1-2/+1
2011-10-11vmwgfx: Take the driver out of stagingThomas Hellstrom2-5/+8
2011-10-11drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson1-0/+2
2011-10-10Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie11-53/+472
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom3-1/+49
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom7-47/+599
2011-10-10vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom1-33/+67
2011-10-10drm/radeon/kms: set DMA mask properly on newer PCI asicsAlex Deucher1-3/+4
2011-10-10DRM: bug: RADEON_DEBUGFS_MAX_{NUM_FILES => COMPONENTS}Michael Witten2-6/+9
2011-10-10drm/radeon/kms: handle !force case in connector detect more gracefullyAlex Deucher2-3/+21
2011-10-10drm/radeon/kms: bail early in dvi_detect for digital only connectorsAlex Deucher1-0/+5
2011-10-10drm/radeon/kms: Fix I2C mask definitionsJean Delvare1-2/+2
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom1-26/+146
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae22-0/+4078
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom2-11/+12
2011-10-05vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom1-2/+2
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom5-82/+835
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2-17/+41
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom3-30/+26
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom6-22/+572
2011-10-05vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom1-1/+8
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom5-65/+45
2011-10-05vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz1-3/+13
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz5-0/+377
2011-10-05vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz1-58/+74
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz3-219/+20
2011-10-05vmwgfx: Require HWV8 for 3d supportThomas Hellstrom1-1/+1
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz7-31/+752
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz7-107/+379
2011-10-05vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz3-255/+282
2011-10-05vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz1-5/+72
2011-10-05vmwgfx: Break out dirty submission codeJakob Bornecrantz1-54/+90
2011-10-05vmwgfx: Break out execbuf command processingThomas Hellstrom2-56/+89
2011-10-05vmwgfx: Some comments and BUG_ONJakob Bornecrantz1-0/+5
2011-10-05vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz1-0/+3
2011-10-05vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz1-0/+10
2011-10-05vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz1-0/+10
2011-10-05vmwgfx: Update register files to latest from vmware-sdkJakob Bornecrantz4-144/+359
2011-10-05ttm: export ttm_bo_createThomas Hellstrom1-0/+1
2011-09-22drm/i915: Dumb down the semaphore logicBen Widawsky4-47/+126
2011-09-22drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang7-2/+169
2011-09-22drm: support routines for HDMI/DP ELDWu Fengguang1-0/+171