aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
| | * drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh2015-08-121-11/+22
| | * drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom2015-08-051-1/+1
| | * drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom2015-08-051-1/+5
| | * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-0520-107/+103
| | * drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom2015-08-051-4/+2
| | * drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom2015-08-051-3/+6
| | * 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 'v4.2-rc7' into drm-nextDave Airlie2015-08-171-2/+2
| |\ \
| * | | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-062-2/+2
| * | | drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-272-2/+3
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
| |/
* / drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom2015-08-141-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