summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorLines
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie-1/+2
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02drm: Remove SCATTERLIST_MAX_SEGMENTJason Gunthorpe-2/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-4/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-2/+4
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-24/+20
2020-10-29drm/vmwgfx: switch to new allocatorChristian König-37/+3
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König-2/+3
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König-13/+13
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie-2/+12
2020-10-21drm/ttm: drop unbind callback.Dave Airlie-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie-1/+4
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie-1/+6
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+9
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-290/+277
2020-10-15drm/ttm: nuke caching placement flagsChristian König-15/+15
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König-2/+2
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König-0/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König-2/+4
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-6/+6
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König-1/+1
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König-1/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König-5/+11
2020-10-07drm/vmwgfx: add a move callback.Dave Airlie-1/+19
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie-4/+3
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb-6/+9
2020-10-02drm/vmwgfx: fix regression in thp code due to ttm init refactor.Dave Airlie-1/+4
2020-09-30drm/vmwgfx: Fix error handling in get_nodeZack Rusin-2/+2
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König-85/+39
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König-8/+53
2020-09-24drm/vmwgfx: remove unused placement combinationChristian König-31/+0
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-64/+91
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie-0/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie-0/+1
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie-4/+18
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie-13/+4
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie-3/+3
2020-09-15drm/ttm: remove available_cachingChristian König-12/+4
2020-09-15drm/ttm: remove default cachingChristian König-4/+2
2020-09-11drm/ttm: nuke memory type flagsChristian König-23/+43
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König-2/+3
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry-2/+1
2020-09-10drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski-13/+4
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie-7/+3
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König-2/+2
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie-8/+12
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie-6/+0