summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-1/+1
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2012-11-281-0/+20
* drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-211-1234/+9
* drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-211-495/+1011
* drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom2012-11-201-4/+4
* drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst2012-11-201-4/+0
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-2/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
* vmwgfx: add dumb ioctl supportDave Airlie2012-09-131-0/+73
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-231-1/+1
* Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-211-0/+23
|\
| * vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2011-12-191-0/+23
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-34/+1
|/
* vmwgfx: memory leaks caused by double allocationDan Carpenter2011-10-181-2/+1
* vmwgfx: Implement memory accounting for resourcesThomas Hellstrom2011-10-101-26/+146
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-051-75/+761
* vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-051-0/+1
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-2/+6
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-4/+0
* vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom2011-09-011-4/+4
* vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom2011-09-011-1/+4
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-251-5/+3
* drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom2010-11-181-6/+8
* vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-271-75/+0
* vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-011-0/+4
* Merge branch 'master' into for-nextJiri Kosina2010-06-161-2/+6
|\
| * drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter2010-06-081-2/+6
* | fix typos concerning "management"Uwe Kleine-König2010-06-161-1/+1
|/
* drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz2010-02-111-16/+1
* drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-111-2/+3
* drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-011-1/+15
* drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom2010-01-251-1/+1
* drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom2010-01-141-11/+12
* drm/vmwgfx: Fix an error path causing an oops.Thomas Hellstrom2010-01-141-18/+21
* drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-231-79/+70
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+1192
OpenPOWER on IntegriCloud