aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)Author
2015-03-26drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom
2014-11-14drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom
2014-01-17drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom
2014-01-17drm/vmwgfx: Read bounding box memory from the appropriate registerThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom
2014-01-17drm/vmwgfx: Update the svga register definitionThomas Hellstrom
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom
2014-01-17drm/vmwgfx: Fix the driver for large dma addressesThomas Hellstrom
2013-11-18drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom
2013-11-14Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie
2013-11-12drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom
2013-11-08Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie
2013-11-08drm/vmwgfx: fix warning if config intel iommu is off.Dave Airlie
2013-11-06drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom
2013-10-15drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom
2013-08-30drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun
2013-08-19drm/vmwgfx: remove ->firstopen callbackDaniel Vetter
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-19drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter
2013-08-07drm: const'ify ioctls table (v2)Rob Clark
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun
2012-09-07drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie
2012-09-07drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-02-16drm: move pci bus master enable into driver.Dave Airlie
2012-02-13drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom