summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst3-10/+9
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie3-1/+8
2012-11-30drm/vmwgfx: drm_connector_property -> drm_object_propertyRob Clark2-2/+2
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom3-5/+26
2012-11-28drm/vmwgfx: Free user-space fence objects correctlyThomas Hellstrom1-1/+1
2012-11-21drm/vmwgfx: Add and make use of a header for surface size calculation.Thomas Hellstrom2-94/+928
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom5-1235/+1337
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom6-811/+1783
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom1-2/+5
2012-11-20drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loadedThomas Hellstrom1-32/+18
2012-11-20drm/vmwgfx: Make screen object code not require fifo at init timeThomas Hellstrom1-1/+1
2012-11-20drm/vmwgfx: Make overlay code not require fifo at init timeThomas Hellstrom1-9/+12
2012-11-20drm/vmwgfx: Enable traces *after* we've hidden SVGAThomas Hellstrom1-4/+4
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom1-4/+4
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-4/+3
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst3-22/+4
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2-3/+3
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter1-0/+2
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom1-0/+5
2012-11-07drm/vmwgfx: use ttm_bo_is_reservedMaarten Lankhorst1-1/+1
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+0
2012-10-04Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds16-42/+42
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells16-42/+42
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter1-1/+1
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter4-1/+98
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie3-0/+88
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2-2/+0
2012-09-07drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie1-0/+1
2012-09-07drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie2-1/+9
2012-08-22drm: stop vmgfx driver explosionAlan Cox1-1/+5
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic1-4/+1
2012-07-20drm: kill reclaim_buffers_lockedDaniel Vetter1-1/+0
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom1-1/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+1
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-151/+353
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-3/+3
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang1-3/+3
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2012-02-13drm/vmwgfx: Bump driver minorThomas Hellstrom1-2/+2
2012-02-13vmwgfx: Move function declaration to correct headerThomas Hellstrom2-14/+6
2012-02-13drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom1-4/+14
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz5-10/+40
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz3-0/+106
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz1-6/+15
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz3-10/+18