summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-181-20/+25
* drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-182-15/+17
* drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-184-3/+157
* drm/vmwgfx: Fix false lockdep warningThomas Hellstrom2013-11-181-10/+6
* Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2013-11-143-9/+47
|\
| * drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom2013-11-122-3/+13
| * drm/vmwgfx: Resource evict fixesThomas Hellstrom2013-11-121-6/+36
* | Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-082-6/+13
|\ \
| * | drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom2013-10-151-5/+12
| * | drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom2013-10-151-1/+1
* | | 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-064-94/+620
* | drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä2013-11-061-2/+2
* | drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-061-1/+1
|/
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-021-19/+39
|\
| * drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz2013-08-301-19/+39
* | drm: Pass page flip ioctl flags to driverKeith Packard2013-08-302-2/+4
* | drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun2013-08-301-1/+3
* | drm/vmwgfx: remove ->firstopen callbackDaniel Vetter2013-08-192-19/+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/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-2/+2
|/
* drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-282-3/+3
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-282-15/+22
* drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä2013-06-111-1/+2
* drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski2013-05-311-6/+4
* drm/vmwgfx: convert to idr_alloc()Tejun Heo2013-02-271-9/+8
* Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-081-2/+2
|\
| * drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst2013-01-151-2/+2
* | drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter2013-01-201-5/+3
* | drm: create drm_framebuffer_lookupDaniel Vetter2013-01-201-12/+12
* | drm: revamp locking around fb creation/destructionDaniel Vetter2013-01-201-0/+4
* | drm: only take the crtc lock for ->cursor_moveDaniel Vetter2013-01-201-0/+13
* | drm: only take the crtc lock for ->cursor_setDaniel Vetter2013-01-201-6/+26
* | drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter2013-01-201-14/+4
* | drm: encapsulate crtc->set_config callsDaniel Vetter2013-01-201-1/+1
* | drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter2013-01-201-12/+0
* | drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter2013-01-201-14/+16
|/
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-103-10/+9
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-103-1/+8
|\
| * vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-161-0/+2
| * drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark2012-11-302-2/+2
* | drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2012-11-283-5/+26
* | drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom2012-11-281-1/+1
* | drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom2012-11-212-94/+928
* | drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-215-1235/+1337
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-216-811/+1783