summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_vram_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25drm/vram-helper: don't use ttm bo->offset v4Nirmoy Das1-1/+10
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-5/+5
2020-04-09drm/vram-helpers: Merge code into a single fileThomas Zimmermann1-5/+90
2020-04-09drm/vram-helpers: Set plane fence for display updateThomas Zimmermann1-3/+8
2020-03-23drm/vram-helper: remove unneeded #if defined/endif guards.Wambui Karuga1-4/+0
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-5/+1
2020-03-18drm/vram-helper: make drm_vram_mm_debugfs_init() return 0Wambui Karuga1-6/+4
2020-02-06drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann1-0/+61
2020-01-07drm/vram-helper: Support struct drm_driver.gem_create_objectThomas Zimmermann1-3/+12
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann1-9/+9
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann1-11/+6
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann1-3/+10
2019-10-25drm/ttm: remove pointers to globalsChristian König1-3/+2
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann1-0/+126
2019-10-17drm/vram: drop verify_accessGerd Hoffmann1-22/+0
2019-10-17drm/vram: switch vram helper to &drm_gem_object_funcs.mmap()Gerd Hoffmann1-33/+1
2019-09-27drm/vram: Support top-down placement flagThomas Zimmermann1-3/+15
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann1-31/+75
2019-09-12drm/vram: Unconditonally set BO call-back functionsThomas Zimmermann1-2/+1
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann1-33/+5
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann1-85/+34
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann1-1/+348
2019-09-10drm/vram: use drm_gem_ttm_print_infoGerd Hoffmann1-1/+3
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann1-8/+41
2019-09-09drm/vram: Acquire lock only once per call to vmap()/vunmap()Thomas Zimmermann1-46/+73
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann1-18/+57
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-1/+1
2019-08-06drm/vram: use embedded gem objectGerd Hoffmann1-9/+9
2019-07-03drm/vram: Don't export driver callback functions for PRIMEThomas Zimmermann1-49/+28
2019-07-03drm/vram: Set GEM object functions for PRIMEThomas Zimmermann1-0/+17
2019-06-13drm: Remove functions with kmap-object argument from GEM VRAM helpersThomas Zimmermann1-42/+8
2019-06-13drm: Remove lock interfaces from GEM VRAM helpersThomas Zimmermann1-109/+0
2019-06-13drm/gem-vram: Support pinning buffers to current locationThomas Zimmermann1-4/+16
2019-06-06drm: Ignore drm_gem_vram_mm_funcs in generated documentationThomas Zimmermann1-1/+1
2019-05-22drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked()Thomas Zimmermann1-0/+4
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann1-16/+16
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann1-50/+0
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann1-12/+42
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann1-0/+75
2019-05-15drm: Integrate VRAM MM into struct drm_deviceThomas Zimmermann1-0/+28
2019-05-15drm: Add default instance for VRAM MM callback functionsThomas Zimmermann1-0/+14
2019-05-15drm: Add simple PRIME helpers for GEM VRAMThomas Zimmermann1-0/+98
2019-05-15drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffersThomas Zimmermann1-0/+62
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|Thomas Zimmermann1-0/+49
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|Thomas Zimmermann1-0/+50
2019-05-15drm: Add |struct drm_gem_vram_object| and helpersThomas Zimmermann1-0/+412