aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAge
* drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-23
* drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom2014-04-03
* drm/vmwgfx: Enable render nodesThomas Hellstrom2014-03-28
* drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom2014-03-28
* drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom2014-03-28
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-28
* drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-16
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-16
* drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee2014-02-12
* drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-05
* drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-21
* drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom2014-01-17
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-17
* drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom2014-01-17
* drm/vmwgfx: Add guest-backed shadersThomas Hellstrom2014-01-17
* drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom2014-01-17
* drm/vmwgfx: Read bounding box memory from the appropriate registerThomas Hellstrom2014-01-17
* drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom2014-01-17
* drm/vmwgfx: Add MOB managementThomas Hellstrom2014-01-17
* drm/vmwgfx: Update the svga register definitionThomas Hellstrom2014-01-17
* drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom2014-01-17
* drm/vmwgfx: Fix the driver for large dma addressesThomas Hellstrom2014-01-17
* drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-18
* Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2013-11-13
|\
| * drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom2013-11-13
* | Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-08
|\ \
| * | drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom2013-10-15
* | | drm/vmwgfx: fix warning if config intel iommu is off.Dave Airlie2013-11-08
| |/ |/|
* | drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom2013-11-06
|/
* drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun2013-08-29
* drm/vmwgfx: remove ->firstopen callbackDaniel Vetter2013-08-19
* drm: remove FASYNC supportDaniel Vetter2013-08-18
* drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter2013-08-18
* drm: const'ify ioctls table (v2)Rob Clark2013-08-06
* drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski2013-05-30
* drm: encapsulate crtc->set_config callsDaniel Vetter2013-01-20
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-10
|\
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-09
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-20
* | drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom2012-11-20
* | drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom2012-11-20
* | drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-20
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-24
| |\
| * | vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-12
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
| |/ |/|
* | vmwgfx: add dumb ioctl supportDave Airlie2012-09-12
* | drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie2012-09-06
* | drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie2012-09-06
|/
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-25