summaryrefslogtreecommitdiff
path: root/vmwgfx_surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-05vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-2/+2
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-19/+18
2018-03-19vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom1-5/+3
2018-02-28vmwgfx: Fix compilation failure on linux 4.15Thomas Hellstrom1-1/+1
2017-10-25vmwgfx: Update stand alone to v4.12Sinclair Yeh1-1/+4
2017-05-30drm/vmwgfx: fix spelling mistake "exeeds" -> "exceeds"Colin Ian King1-1/+1
2017-05-03vmwgfx: Make sure backup_handle is always validSinclair Yeh1-7/+11
2017-04-19vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov1-0/+3
2017-03-27ttm, vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-13/+9
2017-03-24vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-03-20vmwgfx: Properly check display/scanout surface sizeSinclair Yeh1-0/+14
2017-02-23vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh1-1/+0
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-11/+9
2016-10-11drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring1-16/+15
2016-10-11drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-16/+5
2016-10-11drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring1-4/+6
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-3/+3
2015-10-30vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom1-0/+2
2015-10-22vmwgfx: Fix up user_dmabuf refcounting", while fixing aThomas Hellstrom1-1/+2
2015-09-08drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-3/+8
2015-09-08drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom1-0/+6
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-22/+88
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-09-07vmwgfx: Implement screen targetsSinclair Yeh1-0/+4
2015-09-07vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh1-61/+134
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom1-6/+6
2014-11-14vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom1-0/+24
2014-11-14vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom1-35/+70
2014-11-14ttm: ttm object security fixes for render nodesThomas Hellstrom1-2/+3
2014-11-14vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-8/+6
2014-03-13vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom1-0/+18
2014-02-04vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-1/+1
2014-01-30vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom1-2/+2
2013-12-17vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-0/+4
2013-12-17vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz1-8/+18
2013-12-17vmwgfx: Allow legacy surfaces to have no id in destroyJakob Bornecrantz1-1/+7
2013-12-17vmwgfx: Make sure that the multisampling is offZack Rusin1-1/+1
2013-12-17vmwgfx: Hook up guest-backed surfacesThomas Hellstrom1-3/+447
2013-11-27vmwgfx: Make surfaces prime-awareThomas Hellstrom1-14/+16
2012-11-30ttm,vmwgfx: Use RCU locking for object lookupsThomas Hellstrom1-1/+1
2012-11-07vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom1-94/+19
2012-11-07vmwgfx: Break out surface and context management to separate filesThomas Hellstrom1-0/+969