summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom2018-09-281-3/+2
* drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom2018-09-271-8/+4
* drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-271-4/+2
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-7/+7
|\
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-2/+2
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-5/+5
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+5
* Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-241-3/+3
|\
| * drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'Christophe JAILLET2017-07-171-2/+2
| * drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-1/+1
* | drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-181-1/+2
|/
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-171-384/+400
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-121-1/+69
| * drm/vmwgfx: Command parser fixes for DXCharmaine Lee2015-08-121-0/+1
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-394/+341
| * 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-6/+6
| * vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-4/+4
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-061-1/+1
|/
* drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-041-10/+28
* drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom2014-04-031-1/+1
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-3/+2
* drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom2014-02-121-6/+3
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-051-21/+123
* drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-211-1/+1
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-171-4/+97
* drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom2014-01-171-0/+216
* drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom2014-01-171-0/+222
* drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-211-0/+274
OpenPOWER on IntegriCloud