aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+2
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä1-2/+2
2015-03-11drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom1-0/+1
2015-03-11drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King1-4/+6
2015-03-11drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-37/+40
2015-03-11drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2-16/+6
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom7-86/+56
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König2-3/+5
2014-12-03drm/vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom1-1/+1
2014-12-03drm/vmwgfx: Fix fence event codeThomas Hellstrom1-11/+6
2014-12-03drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-20/+2
2014-12-03drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom1-2/+6
2014-11-21drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-11-12drm: Per-plane lockingDaniel Vetter1-2/+2
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie3-9/+24
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2-0/+2
2014-10-31drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2-4/+18
2014-10-31drm/vmwgfx: Fix hash key computationThomas Hellstrom1-1/+2
2014-10-31drm/vmwgfx: fix lock breakageRob Clark1-4/+4
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds11-316/+374
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2-7/+7
2014-09-11drm/ttm: allow fence to be added as sharedChristian König2-0/+8
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-09-02drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst1-6/+10
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2-50/+4
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst6-143/+225
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst5-52/+26
2014-09-01drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-09-01drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom1-6/+5
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst1-1/+0
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2-6/+3
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst2-14/+6
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König4-62/+109
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds13-427/+686
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie1-1/+1
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann1-1/+1
2014-07-23drm: vmwgfx: Use nsec based interfacesThomas Gleixner2-32/+16
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding4-7/+7
2014-07-18drm/vmwgfx: use helpersRob Clark1-4/+2
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-0/+1
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie3-3/+3
2014-07-08Merge tag 'vmwgfx-next-2014-07-04' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie7-413/+673
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom7-413/+673
2014-07-03drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-06-19drm: add register and unregister functions for connectorsThomas Wood3-3/+3
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-4/+4