summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2023-02-131-4/+14
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-131-48/+18
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-131-47/+0
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-131-1/+2
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-061-1/+0
* drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+1
* drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin2021-12-091-12/+0
* drm/vmwgfx: Implement DRIVER_GEMZack Rusin2021-12-091-13/+2
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-50/+0
* drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin2021-12-011-32/+26
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-9/+5
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-9/+5
| |\
| | * lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-9/+5
* | | drm/ttm: remove ttm_tt_destroy_common v2Christian König2021-08-231-1/+0
* | | drm/vmwgfx: unbind in vmw_ttm_unpopulateChristian König2021-08-231-6/+3
|/ /
* | drm/vmwgfx: inline access to the pages from the piterZack Rusin2021-06-121-16/+0
* | drm/vmwgfx: remove code that was using physical page addressesZack Rusin2021-06-121-19/+0
|/
* drm/vmwgfx: use ttm_bo_move_null() when there is nothing to moveNirmoy Das2021-06-091-1/+1
* drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-1/+1
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-5/+5
* drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann2021-05-261-9/+0
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-3/+6
* drm/vmwgfx: clean up vmw_move_notify v2Christian König2021-03-161-19/+8
* drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-091-1/+27
* drm/ttm: device naming cleanupChristian König2021-01-211-7/+7
* drm/vmwgfx/vmwgfx_ttm_buffer: Supply some missing parameter descriptionsLee Jones2021-01-191-0/+2
* drm/vmwgfx: Switch to a managed drm deviceZack Rusin2021-01-141-3/+3
* 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
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-19/+13
|\
| * 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-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-41/+78
| |\ \
| * \ \ 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
| | | |/ | | |/|
* | | | drm/vmwgfx: switch to new allocatorChristian König2020-10-291-33/+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: 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/vmwgfx: add a move callback.Dave Airlie2020-10-071-1/+19
* | | | drm/vmwgfx: move null mem checks outside move notifiesDave Airlie2020-10-071-0/+2
* | | | drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-241-42/+0
* | | | drm/vmwgfx: stop using ttm_bo_create v2Christian König2020-09-241-5/+3