aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2013-11-13drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom
2013-11-13drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom
2013-09-07drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz
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
2012-11-21drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom
2012-11-20drm/vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom
2012-11-07drm/vmwgfx: use ttm_bo_is_reservedMaarten Lankhorst
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-26vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter
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-08-22drm: stop vmgfx driver explosionAlan Cox
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic