summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-181-2/+5
* Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2013-11-141-1/+6
|\
| * drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom2013-11-121-1/+8
* | Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-081-5/+12
|\ \
| * | drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom2013-10-151-5/+12
* | | drm/vmwgfx: fix warning if config intel iommu is off.Dave Airlie2013-11-081-0/+2
| |/ |/|
* | drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom2013-11-061-2/+85
|/
* drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun2013-08-301-1/+3
* drm/vmwgfx: remove ->firstopen callbackDaniel Vetter2013-08-191-18/+0
* drm: remove FASYNC supportDaniel Vetter2013-08-191-1/+0
* drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter2013-08-191-1/+0
* drm: const'ify ioctls table (v2)Rob Clark2013-08-071-2/+2
* drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski2013-05-311-6/+4
* drm: encapsulate crtc->set_config callsDaniel Vetter2013-01-201-1/+1
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-0/+5
|\
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-211-12/+20
* | drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom2012-11-201-32/+18
* | drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom2012-11-201-4/+4
* | drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-1/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-1/+0
|\
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-1/+7
| |\
| * | vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-131-1/+0
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-5/+5
| |/ |/|
* | vmwgfx: add dumb ioctl supportDave Airlie2012-09-131-0/+5
* | drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie2012-09-071-0/+1
* | drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie2012-09-071-1/+1
|/
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-251-4/+1
* drm: kill reclaim_buffers_lockedDaniel Vetter2012-07-191-1/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-221-0/+55
|\
| * drm: move pci bus master enable into driver.Dave Airlie2012-02-161-0/+2
| * drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom2012-02-131-4/+14
| * vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz2012-02-131-0/+32
| * vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom2012-02-131-0/+11
* | drm: Fix typo in vmwgfx_drv.cMasanari Iida2012-02-051-1/+1
|/
* drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-14/+16
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-071-0/+6
|\
| * vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-0/+6
* | gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-10-311-0/+1
|/
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-271-1/+1
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-181-0/+2
* vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-101-1/+2
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-0/+6
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-051-3/+3
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-051-7/+15
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-0/+86
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-051-0/+13
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-051-5/+5
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-051-13/+21
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-4/+24
OpenPOWER on IntegriCloud