summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-032-3/+5
* drm/vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom2014-12-031-1/+1
* drm/vmwgfx: Fix fence event codeThomas Hellstrom2014-12-031-11/+6
* drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom2014-12-031-20/+2
* drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom2014-12-031-2/+6
* drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-11-211-2/+1
* drm: Per-plane lockingDaniel Vetter2014-11-121-2/+2
* Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-123-9/+24
|\
| * drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2014-10-312-4/+18
| * drm/vmwgfx: Fix hash key computationThomas Hellstrom2014-10-311-1/+2
| * drm/vmwgfx: fix lock breakageRob Clark2014-10-311-4/+4
* | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-052-0/+2
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-1411-316/+374
|\
| * drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-1/+1
| * drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-162-7/+7
| |\
| * | drm/ttm: allow fence to be added as sharedChristian König2014-09-112-0/+8
| * | drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
| * | drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst2014-09-021-6/+10
| * | drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-022-50/+4
| * | drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-026-143/+225
| * | drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-025-52/+26
| * | drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-1/+0
| * | drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-012-6/+3
| * | drm/ttm: kill fence_lockMaarten Lankhorst2014-09-012-14/+6
| * | drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-274-62/+109
* | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-1/+0
|\ \ \ | |_|/ |/| |
| * | PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-241-1/+0
| |/
* | drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom2014-09-011-1/+2
* | drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom2014-09-011-6/+5
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-0713-427/+686
|\
| * Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-081-1/+1
| * drm: drop redundant drm_file->is_masterDavid Herrmann2014-08-051-1/+1
| * drm/ttm: Fix a few sparse warningsThierry Reding2014-07-224-7/+7
| * drm/vmwgfx: use helpersRob Clark2014-07-181-4/+2
| * drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-081-0/+1
| * Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-07-083-3/+3
| |\
| | * drm: add register and unregister functions for connectorsThomas Wood2014-06-193-3/+3
| * | Merge tag 'vmwgfx-next-2014-07-04' of git://people.freedesktop.org/~thomash/l...Dave Airlie2014-07-087-413/+673
| |\ \
| | * | drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-047-413/+673
| | |/
* | | drm: vmwgfx: Use nsec based interfacesThomas Gleixner2014-07-232-32/+16
|/ /
* | drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom2014-07-031-1/+0
|/
* drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2014-06-101-1/+1
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-4/+4
* drm: Move plane helpers into drm_kms_helper.koDaniel Vetter2014-06-041-2/+5
* Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2014-05-011-1/+1
|\
| * drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-231-1/+1
* | drm: try harder to avoid regression when merging mode bitsDave Airlie2014-05-011-1/+1
* | drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom2014-04-241-0/+22
|/
* drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt2014-04-031-1/+4
* drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom2014-04-031-3/+3
OpenPOWER on IntegriCloud