aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom
2018-12-05drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing
2018-12-05drm/vmwgfx: remove redundant return ret statementColin Ian King
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat
2018-12-05drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat
2018-12-05drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat
2018-12-05drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat
2018-12-05drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerLu Baolu
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul
2018-10-05drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2018-09-28drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom
2018-09-28drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom
2018-09-28drm/vmwgfx: Don't refcount command-buffer managed resource lookups during com...Thomas Hellstrom
2018-09-28drm/vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom
2018-09-28drm/vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom
2018-09-27drm/vmwgfx: Look up objects without taking a referenceThomas Hellstrom
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom
2018-09-27drm/vmwgfx: Remove the user resource destructor checkThomas Hellstrom
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom
2018-09-27drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...Thomas Hellstrom
2018-09-27drm/vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom
2018-09-27drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom
2018-09-27drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom
2018-09-27drm/vmwgfx: Add a validation module v2Thomas Hellstrom
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie
2018-09-20drm/vmwgfx: Fix buffer object evictionThomas Hellstrom
2018-09-20drm/vmwgfx: Don't impose STDU limits on framebuffer sizeDeepak Rawat
2018-09-20drm/vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat