summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_context.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie1-3/+3
2017-07-17drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'Christophe JAILLET1-2/+2
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+2
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-384/+400
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-1/+69
2015-08-12drm/vmwgfx: Command parser fixes for DXCharmaine Lee1-0/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-394/+341
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-6/+6
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-4/+4
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom1-10/+28
2014-04-03drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom1-1/+1
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-3/+2
2014-02-12drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom1-6/+3
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-21/+123
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom1-1/+1
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-4/+97
2014-01-17drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom1-0/+216
2014-01-17drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom1-0/+222
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom1-0/+274