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