summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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