Age | Commit message (Expand) | Author |
2018-07-16 | drm/amdgpu: add amdgpu_job_submit_direct helper | Christian König |
2018-07-16 | drm/amdgpu: remove ring parameter from amdgpu_job_submit | Christian König |
2018-07-13 | drm/scheduler: modify args of drm_sched_entity_init | Nayan Deshmukh |
2018-07-13 | drm/amdgpu: fix TTM move entity init order | Christian König |
2018-07-10 | drm/amdgpu: separate gpu address from bo pin | Junwei Zhang |
2018-07-05 | drm/scheduler: Rename cleanup functions v2. | Andrey Grodzovsky |
2018-06-15 | drm/amdgpu: Consolidate visible vs. real vram check v2. | Andrey Grodzovsky |
2018-05-18 | drm/amd/amdgpu: Code comments for the amdgpu_ttm.c driver. (v2) | Tom St Denis |
2018-05-16 | Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie |
2018-05-15 | drm/scheduler: remove unused parameter | Nayan Deshmukh |
2018-05-15 | drm/amdgpu: Add support to change mtype for 2nd part of gart BOs on GFX9 | Yong Zhao |
2018-05-15 | drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2 | Chunming Zhou |
2018-05-15 | drm/amdgpu: Free VGA stolen memory as soon as possible. | Andrey Grodzovsky |
2018-05-15 | drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3) | Alex Deucher |
2018-05-15 | drm/amdgpu: fix and cleanup cpu visible VRAM handling | Christian König |
2018-03-23 | drm/amdgpu: Enable amdgpu_ttm_tt_get_user_pages in worker threads | Felix Kuehling |
2018-03-20 | drm/amd/amdgpu: fix offset into page with amdgpu_iomem debugfs file | Tom St Denis |
2018-03-14 | drm/amdgpu: explicit give BO type to amdgpu_bo_create | Christian König |
2018-03-14 | drm/amdgpu: drop the backing store when DMA-buf imports are evicted | Christian König |
2018-03-14 | drm/ttm: add bo as parameter to the ttm_tt_create callback | Christian König |
2018-03-14 | drm/amdgpu: stop allocating a page array for prime shared BOs | Christian König |
2018-02-06 | drm/amdgpu: Add GPUVM memory management functions for KFD | Felix Kuehling |
2018-02-06 | drm/amdgpu: Add KFD eviction fence | Felix Kuehling |
2018-03-07 | drm/amdgpu: replace iova debugfs file with iomem (v3) | Tom St Denis |
2018-03-07 | drm/amdgpu: drop gtt->adev | Christian König |
2018-03-05 | drm/amdgpu: use separate status for buffer funcs availability v2 | Christian König |
2018-03-05 | drm/amdgpu: ignore changes of buffer function status because of GPU resets | Christian König |
2018-03-05 | drm/amdgpu: change amdgpu_ttm_set_active_vram_size | Christian König |
2018-02-28 | drm/amdgpu: Map all visible VRAM at startup | Amber Lin |
2018-02-26 | drm/ttm: drop ttm->dummy_read_page | Christian König |
2018-02-19 | drm/amdgpu: remove extra TT unpopulated check | Christian König |
2018-02-19 | drm/amdgpu: revert "Add support for filling a buffer with 64 bit value" | Christian König |
2018-02-19 | drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()" | Christian König |
2018-02-19 | drm/amdgpu: Use new TTM flag to avoid OOM triggering. | Andrey Grodzovsky |
2018-02-19 | drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h | Christian König |
2018-02-13 | drm/amdgpu: only enable swiotlb alloc when need v2 | Chunming Zhou |
2017-12-28 | drm/ttm: use an operation ctx for ttm_tt_bind | Roger He |
2017-12-28 | drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2) | Roger He |
2017-12-18 | Revert "drm/amd/amdgpu: set gtt size according to system memory size only" | Andrey Grodzovsky |
2017-12-18 | drm/amdgpu: move fw_reserve functions to amdgpu_ttm.c | Alex Deucher |
2017-12-15 | drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx | Roger He |
2017-12-07 | drm: move amd_gpu_scheduler into common location | Lucas Stach |
2017-12-06 | drm/amd/amdgpu: set gtt size according to system memory size only | Roger He |
2017-12-06 | drm/amdgpu: forward operation context to ttm_bo_mem_space | Christian König |
2017-12-06 | drm/ttm: add context to driver move callback as well | Christian König |
2017-12-06 | drm/ttm: use an operation context for ttm_bo_mem_space v2 | Christian König |
2017-12-06 | drm/amdgpu:fix NULL pointer access during drv remove | Monk Liu |
2017-12-06 | drm/amdgpu:cleanup GMC & gart garbage function | Monk Liu |
2017-12-06 | drm/amdgpu:cleanup stolen vga memory finish | Monk Liu |
2017-12-06 | drm/amd/amdgpu: not allow gtt size exceed 75%*system memory size | Roger He |