aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAge
* drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-18
* drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-18
* drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-18
* drm/vmwgfx: Fix false lockdep warningThomas 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
| * drm/vmwgfx: Resource evict fixesThomas 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: Don't put resources with invalid id's on lru listThomas 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: Return -ENOENT when a framebuffer can't be foundVille Syrjälä2013-11-05
* | drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-05
|/
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-01
|\
| * drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz2013-08-29
* | drm: Pass page flip ioctl flags to driverKeith Packard2013-08-29
* | 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/ttm: convert to unified vma offset managerDavid Herrmann2013-07-25
|/
* drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-27
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-27
* drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä2013-06-10
* drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski2013-05-30
* drm/vmwgfx: convert to idr_alloc()Tejun Heo2013-02-27
* Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-07
|\
| * drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst2013-01-15
* | drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter2013-01-20
* | drm: create drm_framebuffer_lookupDaniel Vetter2013-01-20
* | drm: revamp locking around fb creation/destructionDaniel Vetter2013-01-20
* | drm: only take the crtc lock for ->cursor_moveDaniel Vetter2013-01-20
* | drm: only take the crtc lock for ->cursor_setDaniel Vetter2013-01-20
* | drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter2013-01-20
* | drm: encapsulate crtc->set_config callsDaniel Vetter2013-01-20
* | drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter2013-01-20
* | drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter2013-01-20
|/
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-10
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-10
|\
| * vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-15
| * drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-09
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-09
* | drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark2012-11-30
* | drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2012-11-28
* | drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom2012-11-28
* | drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom2012-11-20
* | drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-20
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-20