Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | drm/vram: Add helpers to validate a display mode's memory requirements | Thomas Zimmermann | 1 | -0/+61 |
2020-01-07 | drm/vram-helper: Support struct drm_driver.gem_create_object | Thomas Zimmermann | 1 | -3/+12 |
2020-01-07 | drm/vram-helper: Remove BO device from public interface | Thomas Zimmermann | 1 | -9/+9 |
2020-01-07 | drm/vram-helper: Remove interruptible flag from public interface | Thomas Zimmermann | 1 | -11/+6 |
2020-01-06 | drm/vram: Support scanline alignment for dumb buffers | Thomas Zimmermann | 1 | -3/+10 |
2019-10-25 | drm/ttm: remove pointers to globals | Christian König | 1 | -3/+2 |
2019-10-24 | drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb() | Thomas Zimmermann | 1 | -0/+126 |
2019-10-17 | drm/vram: drop verify_access | Gerd Hoffmann | 1 | -22/+0 |
2019-10-17 | drm/vram: switch vram helper to &drm_gem_object_funcs.mmap() | Gerd Hoffmann | 1 | -33/+1 |
2019-09-27 | drm/vram: Support top-down placement flag | Thomas Zimmermann | 1 | -3/+15 |
2019-09-17 | drm/vram: Provide vmap and vunmap operations for GEM VRAM objects | Thomas Zimmermann | 1 | -31/+75 |
2019-09-12 | drm/vram: Unconditonally set BO call-back functions | Thomas Zimmermann | 1 | -2/+1 |
2019-09-12 | drm/vram: Unexport internal functions of VRAM MM | Thomas Zimmermann | 1 | -33/+5 |
2019-09-12 | drm/vram: Have VRAM MM call GEM VRAM functions directly | Thomas Zimmermann | 1 | -85/+34 |
2019-09-12 | drm/vram: Move VRAM memory manager to GEM VRAM implementation | Thomas Zimmermann | 1 | -1/+348 |
2019-09-10 | drm/vram: use drm_gem_ttm_print_info | Gerd Hoffmann | 1 | -1/+3 |
2019-09-09 | drm/vram: Implement lazy unmapping for GEM VRAM buffers | Thomas Zimmermann | 1 | -8/+41 |
2019-09-09 | drm/vram: Acquire lock only once per call to vmap()/vunmap() | Thomas Zimmermann | 1 | -46/+73 |
2019-09-09 | drm/vram: Add kmap ref-counting to GEM VRAM objects | Thomas Zimmermann | 1 | -18/+57 |
2019-08-06 | drm/ttm: use gem vma_node | Gerd Hoffmann | 1 | -1/+1 |
2019-08-06 | drm/vram: use embedded gem object | Gerd Hoffmann | 1 | -9/+9 |
2019-07-03 | drm/vram: Don't export driver callback functions for PRIME | Thomas Zimmermann | 1 | -49/+28 |
2019-07-03 | drm/vram: Set GEM object functions for PRIME | Thomas Zimmermann | 1 | -0/+17 |
2019-06-13 | drm: Remove functions with kmap-object argument from GEM VRAM helpers | Thomas Zimmermann | 1 | -42/+8 |
2019-06-13 | drm: Remove lock interfaces from GEM VRAM helpers | Thomas Zimmermann | 1 | -109/+0 |
2019-06-13 | drm/gem-vram: Support pinning buffers to current location | Thomas Zimmermann | 1 | -4/+16 |
2019-06-06 | drm: Ignore drm_gem_vram_mm_funcs in generated documentation | Thomas Zimmermann | 1 | -1/+1 |
2019-05-22 | drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked() | Thomas Zimmermann | 1 | -0/+4 |
2019-05-22 | drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers | Thomas Zimmermann | 1 | -16/+16 |
2019-05-22 | drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin | Thomas Zimmermann | 1 | -50/+0 |
2019-05-17 | drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions | Thomas Zimmermann | 1 | -12/+42 |
2019-05-17 | drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200 | Thomas Zimmermann | 1 | -0/+75 |
2019-05-15 | drm: Integrate VRAM MM into struct drm_device | Thomas Zimmermann | 1 | -0/+28 |
2019-05-15 | drm: Add default instance for VRAM MM callback functions | Thomas Zimmermann | 1 | -0/+14 |
2019-05-15 | drm: Add simple PRIME helpers for GEM VRAM | Thomas Zimmermann | 1 | -0/+98 |
2019-05-15 | drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers | Thomas Zimmermann | 1 | -0/+62 |
2019-05-15 | drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver| | Thomas Zimmermann | 1 | -0/+49 |
2019-05-15 | drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver| | Thomas Zimmermann | 1 | -0/+50 |
2019-05-15 | drm: Add |struct drm_gem_vram_object| and helpers | Thomas Zimmermann | 1 | -0/+412 |