aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-19/+39
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard2-2/+4
2013-08-30drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz1-19/+39
2013-08-30drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun1-1/+3
2013-08-19drm/vmwgfx: remove ->firstopen callbackDaniel Vetter2-19/+0
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter1-1/+0
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-2/+2
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-2/+2
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2-3/+3
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2-15/+22
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä1-1/+2
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski1-6/+4
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo1-9/+8
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-nextDave Airlie1-2/+2
2013-01-20drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter1-5/+3
2013-01-20drm: create drm_framebuffer_lookupDaniel Vetter1-12/+12
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter1-0/+4
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter1-0/+13
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter1-6/+26
2013-01-20drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter1-14/+4
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter1-1/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-12/+0
2013-01-20drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter1-14/+16
2013-01-15drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst1-2/+2
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 drm-nextDave 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-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+0
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds16-42/+42
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells16-42/+42