summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom2018-03-221-5/+3
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-2/+10
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-8/+15
|\
| * drm/vmwgfx: fix spelling mistake "exeeds" -> "exceeds"Colin Ian King2017-06-071-1/+1
| * drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh2017-06-071-7/+11
| * drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov2017-06-071-0/+3
* | drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-181-1/+2
|/
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-16/+15
|\
| * drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-03-301-1/+4
| * drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-13/+9
| * drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-03-301-2/+2
* | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-311-0/+14
* | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-311-1/+0
|/
* drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring2016-10-101-16/+15
* drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-10-101-16/+5
* drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring2016-10-101-4/+6
* drm/vmwgfx: check kmalloc return valueRasmus Villemoes2015-12-151-1/+1
* drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes2015-12-151-5/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-0/+2
|\
| * drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom2015-11-021-0/+2
* | drm/vmwgfx: Fix kernel NULL pointer dereference on older hardwareThomas Hellstrom2015-10-131-1/+2
|/
* drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-141-3/+8
* drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom2015-09-011-0/+6
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Command parser fixes for DXCharmaine Lee2015-08-121-0/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-22/+87
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-2/+2
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-0/+4
* drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2015-08-051-61/+134
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-6/+6
* drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom2014-03-281-0/+24
* drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-281-35/+70
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-8/+6
* drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom2014-03-131-0/+18
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-051-1/+1
* drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom2014-02-051-2/+2
* drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-211-0/+1
* drm/vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz2014-01-171-8/+18
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-171-0/+4
* drm/vmwgfx: Make sure that the multisampling is offZack Rusin2014-01-171-1/+1
* drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom2014-01-171-3/+448
* drm/ttm: ttm object security fixes for render nodesThomas Hellstrom2014-01-081-1/+2
* drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-181-14/+16
* drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom2012-11-211-94/+19
* drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-211-0/+968
OpenPOWER on IntegriCloud