summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-23vmwgfx: Be more strict with fb depths when using screen objectsvmwgfx_2_0_branchJakob Bornecrantz1-0/+27
2011-09-23vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz1-3/+13
2011-09-23vmwgfx: Add present and readback ioctlsJakob Bornecrantz6-0/+438
2011-09-23vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz1-58/+74
2011-09-23vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz3-217/+20
2011-09-23vmwgfx: Require HWV8 for 3d supportThomas Hellstrom1-1/+1
2011-09-23vmwgfx: Add screen object supportJakob Bornecrantz7-31/+751
2011-09-23vmwgfx: Add helper dmabuf helper functions for pinningJakob Bornecrantz7-107/+378
2011-09-23vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz3-253/+282
2011-09-23vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz1-5/+71
2011-09-23vmwgfx: Update register files to latest from vmware-sdkJakob Bornecrantz4-123/+258
2011-09-19vmwgfx: Break out dirty submission codeJakob Bornecrantz1-54/+87
2011-09-19vmwgfx: Break out execbuf command processingThomas Hellstrom2-56/+89
2011-09-19vmwgfx: Some comments and BUG_ONJakob Bornecrantz1-0/+5
2011-09-19vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz1-1/+4
2011-09-19vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz1-0/+10
2011-09-19vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz1-0/+10
2011-09-19vmwgfx: Update svga_reg.hJakob Bornecrantz1-8/+90
2011-09-19vmwgfx: Minor style fixes for svga_reg.hJakob Bornecrantz1-13/+11
2011-09-01vmwgfx: Approximate 64-bit divide to avoid an unresolved symbol on 32-bit.Thomas Hellstrom1-1/+9
2011-09-01vmwgfx: Bump majorThomas Hellstrom3-49/+19
2011-09-01vmwgfx: Implement fence objectsThomas Hellstrom10-87/+1003
2011-09-01vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom3-24/+37
2011-09-01vmwgfx: Fix confusion caused by using "fence" in various places.Thomas Hellstrom9-112/+110
2011-09-01vmwgfx: Add functionality to get 3D capsThomas Hellstrom4-0/+80
2011-09-01vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom5-83/+5
2011-09-01vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom4-81/+0
2011-09-01vmwgfx: Remove the fifo debug ioctlThomas Hellstrom5-83/+2
2011-08-31vmwgfx: Implement GMR2Thomas Hellstrom1-1/+80
2011-08-31vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom4-48/+139
2011-08-31vmwgfx: Restrict number of GMR pages to device limitThomas Hellstrom3-11/+49
2011-08-31vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not active.Thomas Hellstrom3-20/+50
2011-08-31vmwgfx: Update register definitions for HWV8 and print out new capabilitiesThomas Hellstrom2-1/+99
2011-08-24build: Fix Makefile for 3.0 kernelsJakob Bornecrantz1-1/+1
2011-08-24drm: Kill BKL usageArnd Bergmann7-90/+60
2011-01-11vmwgfx: Print error diagnostics if depth doesn't match the host expectation.Michel Dänzer4-17/+23
2011-01-11vmwgfx: Fix 'bbp' typo.Michel Dänzer3-7/+7
2011-01-11vmwgfx: Don't write to read-only registers.Michel Dänzer2-19/+0
2011-01-05vmwgfx: Add support for depth 8.Michel Dänzer2-0/+14
2010-12-21vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivity.Thomas Hellstrom1-3/+10
2010-11-23Fix up a version from previous commit.Thomas Hellstrom1-1/+1
2010-11-23compat: Add compat defines for new kmap atomic interfaceThomas Hellstrom2-0/+16
2010-11-23drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom5-80/+226
2010-11-23drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom6-6/+9
2010-11-23drm/ttm: Improved fencing of buffer object listsThomas Hellstrom4-14/+45
2010-11-23drm/ttm: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom6-41/+43
2010-11-23drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom2-6/+34
2010-11-23drm/ttm: Optimize ttm_eu_backoff_reservationThomas Hellstrom1-7/+8
2010-11-23drm/ttm: Use kref_sub instead of repeatedly calling kref_putThomas Hellstrom2-4/+20
2010-11-23drm/ttm: Add a bo list reserve fastpath (v2)Thomas Hellstrom5-28/+186