summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-3/+3
|\
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-3/+3
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-3/+2Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+11
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-181-3/+3
* drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-271-4/+3Star
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-6/+6
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-64/+105
* 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-7/+7
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-2/+1Star
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-1/+2
* drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom2015-08-051-10/+11
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-3/+3
* drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov2014-03-021-16/+19
* vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones2014-02-051-0/+1
* drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-211-26/+19Star
* drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom2014-01-171-14/+56
* drm/vmwgfx: Update otable definitionsThomas Hellstrom2014-01-171-5/+14
* drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom2014-01-171-38/+76
* drm/vmwgfx: Add MOB managementThomas Hellstrom2014-01-171-0/+570