summaryrefslogtreecommitdiff
path: root/vmwgfx_overlay.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-12/+12
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-2/+1
2015-09-08drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-1/+1
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-2/+2
2015-09-07vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-2/+2
2015-09-07vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-3/+3
2012-10-29vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom1-9/+12
2011-09-27vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom1-5/+5
2011-09-27vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz1-58/+74
2011-09-27vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-46/+20
2010-11-23drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches1-1/+1
2010-09-22vmwgfx: Pull down upstream vmwgfx codeThomas Hellstrom1-5/+3
2010-04-20vmwgfx: Unpause overlay on updateJakob Bornecrantz1-0/+2
2010-01-11vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom1-9/+0
2009-12-14vmwgfx: Big ioctl breaker before upstreamingJakob Bornecrantz1-5/+5
2009-12-14vmwgfx: Add params for getting the number of streamsJakob Bornecrantz1-0/+27
2009-12-14vmwgfx: Userspace must now claim a overlay before useJakob Bornecrantz1-3/+52
2009-12-11vmwgfx: Make overlay ioctl interruptibleJakob Bornecrantz1-27/+102
2009-12-10vmwgfx Protect overlay struct with a mutexJakob Bornecrantz1-3/+83
2009-12-10vmwgfx: Make code pass checkpatchJakob Bornecrantz1-9/+8
2009-11-26vmwgfx: Tear down GMR bindings when moving bos to VRAM.Thomas Hellstrom1-0/+9
2009-12-08vmwgfx: Minor cleanups in vmwgfx_overlay.cJakob Bornecrantz1-3/+8
2009-12-08vmwgfx: Export param for overlay supportJakob Bornecrantz1-2/+6
2009-12-02vmwgfx: More overlay hand holding for the X serverJakob Bornecrantz1-15/+66
2009-12-02vmwgfx: Remove some debug printsJakob Bornecrantz1-4/+0
2009-12-02vmwgfx: On close stop all streamsJakob Bornecrantz1-1/+1
2009-12-01vmwgfx: Add overlay supportJakob Bornecrantz1-0/+341