summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* mm: use is_cow_mapping() across tree where properPeter Xu2021-03-132-4/+2
* drm/vmwgfx: Fix some memory leaks on errorsZack Rusin2021-02-091-5/+4
* drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter2021-02-091-2/+3
* drm/vmwgfx: Always evict vram _before_ disabling itDaniel Vetter2021-01-181-1/+1
* drm/vmwgfx: Drop svga_lockDaniel Vetter2021-01-182-10/+1
* drm/vmwgfx: Fix display register usage for some older configsZack Rusin2021-01-142-2/+2
* drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin2021-01-1423-207/+198
* drm/vmwgfx: Remove the throttling codeZack Rusin2021-01-146-188/+3
* drm/vmwgfx: Cleanup pci resource allocationZack Rusin2021-01-142-45/+73
* drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin2021-01-147-113/+98
* drm/vmwgfx: Switch to a managed drm deviceZack Rusin2021-01-1410-84/+68
* drm/vmwgfx: Remove stealth modeZack Rusin2021-01-142-26/+10
* drm/vmwgfx: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-063-18/+19
* drm/ttm: cleanup BO size handling v3Christian König2020-12-1411-25/+22
* drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-015-5/+0
* drm/vmwgfx: switch to ttm_sg_tt_initChristian König2020-11-301-2/+2
* 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