aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
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-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
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie2-8/+12
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann8-38/+21
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König2-4/+4
2020-08-11drm/vmwgfx/ttm: fix the non-THP cleanup path.Dave Airlie1-1/+1
2020-08-11drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx: fix spelling mistake "Cound" -> "Could"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx/ldu: Use drm_mode_config_resetRoland Scheidegger1-6/+2
2020-08-11drm/vmwgfx/sou: Use drm_mode_config_resetRoland Scheidegger1-7/+2
2020-08-11drm/vmwgfx/stdu: Use drm_mode_config_resetDaniel Vetter1-7/+2
2020-08-11drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-08-11drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter1-3/+2
2020-08-11drm/vmwgfx: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie6-14/+14
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie3-36/+36
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-7/+7
2020-08-06drm/ttm: drop type manager has_typeDave Airlie2-2/+2
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie2-2/+2
2020-08-06drm/vmwgfx/gmrid: convert to driver controlled allocation.Dave Airlie1-14/+18
2020-08-06drm/vmwgfx/ttm: move thp to driver managedDave Airlie1-11/+21
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie1-9/+4
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie3-13/+18
2020-08-06drm/vmwgfx: fix gmrid takedown paths to new interfaceDave Airlie3-8/+13
2020-08-06drm/vmwgfx: takedown vram managerDave Airlie3-11/+27
2020-08-06drm/vmwgfx/ttm: switch gmrid allocator to new init paths.Dave Airlie3-21/+19
2020-08-06drm/vmwgfx/ttm: convert vram mm init to new code pathsDave Airlie3-13/+28
2020-08-06drm/vmwgfx/gmrid: don't provide pointless ttm debug callbackDave Airlie1-7/+0
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie2-42/+6
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie3-57/+39
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0