summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-1/+2
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm: Remove SCATTERLIST_MAX_SEGMENTJason Gunthorpe2020-11-021-2/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-022-4/+4
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-022-2/+4
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-024-24/+20
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-6/+9
| |\
| | * lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb2020-10-051-6/+9
| * | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-159-290/+277
| |\ \
| | * | drm/vmwgfx: fix regression in thp code due to ttm init refactor.Dave Airlie2020-10-021-1/+4
| | * | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-237-64/+91
| | |\ \
| | * \ \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-13/+4
| | |\ \ \
| | | * | | drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+4
| * | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-2/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-2/+1
| | | |/ / | | |/| |
| * / | | drm/vmwgfx: Fix error handling in get_nodeZack Rusin2020-09-302-2/+2
| |/ / /
* | | | drm/vmwgfx: switch to new allocatorChristian König2020-10-292-37/+3
* | | | drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-2/+3
* | | | drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-261-13/+13
* | | | drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-1/+7
* | | | drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-1/+6
* | | | drm/ttm: drop move notify around move.Dave Airlie2020-10-211-2/+12
* | | | drm/ttm: drop unbind callback.Dave Airlie2020-10-211-1/+0
* | | | drm/ttm: add move to system into driversDave Airlie2020-10-211-1/+4
* | | | drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-1/+6
* | | | drm/ttm: nuke caching placement flagsChristian König2020-10-151-15/+15
* | | | drm/ttm: use caching instead of placement for ttm_io_protChristian König2020-10-151-2/+2
* | | | drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-0/+1
* | | | drm/ttm: set the tt caching state at creation timeChristian König2020-10-151-2/+4
* | | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-093-6/+6
* | | | drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König2020-10-071-1/+1
* | | | drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2020-10-071-1/+5
* | | | drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-073-5/+11
* | | | drm/vmwgfx: add a move callback.Dave Airlie2020-10-071-1/+19
* | | | drm/vmwgfx: move null mem checks outside move notifiesDave Airlie2020-10-073-4/+3
* | | | drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-2411-85/+39
* | | | drm/vmwgfx: stop using ttm_bo_create v2Christian König2020-09-244-8/+53
* | | | drm/vmwgfx: remove unused placement combinationChristian König2020-09-242-31/+0
| |_|/ |/| |
* | | drm/ttm: move unbind into the tt destroy.Dave Airlie2020-09-181-0/+1
* | | drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-181-0/+1
* | | drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-181-4/+18
* | | drm/ttm/tt: add wrappers to set tt state.Dave Airlie2020-09-162-3/+3
* | | drm/ttm: remove available_cachingChristian König2020-09-153-12/+4
* | | drm/ttm: remove default cachingChristian König2020-09-153-4/+2
* | | drm/ttm: nuke memory type flagsChristian König2020-09-113-23/+43
* | | drm/vmwgfx: stop setting multiple domain flagsChristian König2020-09-111-2/+3
* | | drm/vmwgfx: move to driver binding functionsDave Airlie2020-09-091-7/+3
* | | drm/ttm: merge offset and base in ttm_bus_placementChristian König2020-09-081-2/+2
* | | drm/ttm: remove bdev from ttm_ttDave Airlie2020-09-082-8/+12
| |/ |/|
* | drm/ttm: init mem->bus in common code.Dave Airlie2020-08-241-6/+0