aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom
2013-12-04drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom
2013-12-04drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom
2013-11-18drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom
2013-11-18drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom
2013-11-18drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom
2013-11-18drm/vmwgfx: Fix false lockdep warningThomas 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-12drm/vmwgfx: Resource evict fixesThomas 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-11-06drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä
2013-10-15drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom
2013-10-15drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-08-30drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz
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-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie
2013-01-20drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter
2013-01-20drm: create drm_framebuffer_lookupDaniel Vetter
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter
2013-01-20drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter
2013-01-20drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter
2013-01-15drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-11-30drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom
2012-11-28drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom