aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_vram_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-3/+3
2022-05-19drm/gem-vram: Ignore planes that are unused by framebuffer formatThomas Zimmermann1-7/+12
2022-05-19drm/gem-vram: Share code between GEM VRAM's _{prepare, cleanup}_fb()Thomas Zimmermann1-14/+23
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-11/+14
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-11/+14
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-2/+2
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-1/+0
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-07-05drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()Thomas Zimmermann1-6/+3
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-1/+2
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+2
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-2/+2
2021-04-11drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann1-48/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-27/+15
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-02-12drm/vram-helper: cleanup drm_gem_vram_bo_driver_move_notifyChristian König1-14/+4
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-4/+2
2021-01-21drm/ttm: device naming cleanupChristian König1-7/+7
2021-01-19drm/vram-helper: Reuse existing page mappings in vmapThomas Zimmermann1-3/+11
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-53/+54
2020-11-09drm/vram-helper: Remove invariant parameters from internal kmap functionThomas Zimmermann1-14/+4
2020-10-29drm/vram_helpers: drop ttm_page_alloc.h includeChristian König1-1/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-5/+3
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-1/+10
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-5/+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-1/+1
2020-10-07drm/vram_helper: implement a ttm move callback.Dave Airlie1-0/+21
2020-09-25drm/vram-helper: Don't put new BOs into VRAMThomas Zimmermann1-2/+1
2020-09-25drm/vram-helper: Set object function iff they are not provided by driverThomas Zimmermann1-4/+12
2020-09-25drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()Thomas Zimmermann1-48/+29
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König1-28/+9
2020-09-22drm/vram-helper: Fix use of top-down placementThomas Zimmermann1-1/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-1/+0
2020-09-15drm/ttm: remove default cachingChristian König1-2/+1
2020-09-14drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang1-12/+16
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann1-54/+2
2020-09-11drm/ttm: nuke memory type flagsChristian König1-9/+6
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König1-5/+9
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie1-7/+2
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+1
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-1/+1
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-3/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-2/+2