summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-3/+3
2017-01-26drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini1-4/+3
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-6/+6
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-64/+105
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-7/+7
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-2/+1
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-1/+2
2015-08-05drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom1-10/+11
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-3/+3
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-02-05vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones1-0/+1
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom1-26/+19
2014-01-17drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom1-14/+56
2014-01-17drm/vmwgfx: Update otable definitionsThomas Hellstrom1-5/+14
2014-01-17drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom1-38/+76
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom1-0/+570