summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-056-214/+436
* drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-054-72/+102
* drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom2015-08-051-49/+34
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-056-679/+534
* drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-054-556/+444
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-056-21/+391
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-059-196/+179
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-057-35/+266
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-059-24/+1474
* drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-054-5/+19
* vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-057-546/+597
* drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2015-08-052-61/+143
* drm/vmwgfx: SVGA device definition updateSinclair Yeh2015-08-052-6/+117
* drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2015-08-052-1/+94
* drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom2015-08-051-6/+6
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-0510-33/+1656
* vmwgfx: Update device headers for command buffers.Thomas Hellstrom2015-08-053-2/+190
* drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom2015-08-051-10/+11
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-0510-174/+230
* drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom2015-08-051-2/+2
* Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-04-011-2/+2
|\
| * drm: Drop ioctl->cmd_drvVille Syrjälä2015-03-271-2/+2
* | drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom2015-03-111-0/+1
* | drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
* | drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-03-111-37/+40
* | drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-112-16/+6
|/
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-197-86/+56
* 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
OpenPOWER on IntegriCloud