summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-1/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-1/+1
| |\ \
| | | * iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-121-1/+1
| | |/
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \
| * | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
| | |/ | |/|
* | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-2511-651/+1128
|\ \ \ | |_|/ |/| |
| * | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-132-6/+6
| |\ \
| | * | drm/ttm: allow reserving more than one shared slot v3Christian König2018-12-072-6/+6
| * | | drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom2018-12-052-61/+2
| * | | drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing2018-12-051-3/+0
| * | | drm/vmwgfx: remove redundant return ret statementColin Ian King2018-12-051-2/+0
| * | | drm/vmwgfx: Fix a layout race conditionThomas Hellstrom2018-12-053-37/+39
| * | | drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom2018-12-056-292/+99
| * | | drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat2018-12-055-28/+3
| * | | drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat2018-12-051-64/+18
| * | | drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat2018-12-051-0/+2
| * | | drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat2018-12-051-15/+3
| * | | drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat2018-12-051-12/+5
| * | | drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat2018-12-051-0/+101
| * | | drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat2018-12-052-0/+172
| * | | drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat2018-12-051-0/+1
| * | | drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat2018-12-051-15/+3
| * | | drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat2018-12-051-34/+20
| * | | drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat2018-12-052-0/+227
| * | | drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat2018-12-051-1/+181
| * | | drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat2018-12-052-0/+233
| |/ /
| * | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-193-71/+4
| |\ \
| | * | drm/ttm: initialize globals during device init (v2)Christian König2018-11-053-40/+1
| | * | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-053-31/+3
| | * | drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
| | |/
| * | Merge drm/drm-next into drm-misc-nextSean Paul2018-10-2427-1169/+3569
| |\|
| * | drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom2018-10-051-12/+12
| * | drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter2018-10-053-3/+0
* | | drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom2018-12-136-2/+103
* | | drm/vmwgfx: remove redundant return ret statementColin Ian King2018-12-121-2/+0
| |/ |/|
* | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-10-0427-1169/+3569
|\ \ | |/ |/|
| * drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom2018-09-283-133/+187
| * drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom2018-09-284-10/+6
| * drm/vmwgfx: Don't refcount command-buffer managed resource lookups during com...Thomas Hellstrom2018-09-282-45/+27
| * drm/vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom2018-09-281-55/+30
| * drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom2018-09-282-0/+53
| * drm/vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom2018-09-282-6/+74
| * drm/vmwgfx: Look up objects without taking a referenceThomas Hellstrom2018-09-272-0/+50
| * drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom2018-09-2710-62/+65
| * drm/vmwgfx: Remove the user resource destructor checkThomas Hellstrom2018-09-271-3/+0
| * drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-2710-73/+68
| * drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...Thomas Hellstrom2018-09-273-6/+6
| * drm/vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom2018-09-271-4/+5
| * drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom2018-09-274-64/+132
| * drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom2018-09-274-216/+86