Age | Commit message (Expand) | Author | Files | Lines |
2017-04-28 | drm/amdgpu: validate shadow before restoring from it | Roger.He | 1 | -0/+21 |
2017-04-28 | drm/amdgpu: Fix use of interruptible waiting | Alex Xie | 1 | -1/+1 |
2017-04-07 | drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. ... | Christopher James Halse Rogers | 1 | -0/+4 |
2017-04-06 | drm/amdgpu: handle CPU access for split VRAM buffers (v2) | Christian König | 1 | -3/+1 |
2017-04-04 | drm/amdgpu: use TTM_PL_FLAG_CONTIGUOUS v2 | Christian König | 1 | -6/+5 |
2017-03-29 | drm/amd/amdgpu: fix performance drop when VRAM pressure | Roger.He | 1 | -3/+1 |
2017-03-29 | drm/amdgpu: don't validate TILE_SPLIT on GFX9 | Marek Olšák | 1 | -1/+4 |
2017-03-29 | drm/amdgpu: simplify reservation handling during buffer creation | Nicolai Hähnle | 1 | -13/+4 |
2017-03-29 | Revert "drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()" | Nicolai Hähnle | 1 | -4/+1 |
2017-02-09 | drm/amdgpu: report the number of bytes moved at buffer creation | Samuel Pitoiset | 1 | -0/+6 |
2017-02-09 | drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted() | Samuel Pitoiset | 1 | -1/+4 |
2017-02-09 | drm/amdgpu: shut up #warning for compile testing | Arnd Bergmann | 1 | -0/+2 |
2017-01-27 | drm/amdgpu: Bring bo creation in line with radeon driver (v2) | Nils Holland | 1 | -0/+20 |
2017-01-27 | drm/amdgpu: double the priority of kernel allocations | Christian König | 1 | -0/+2 |
2017-01-27 | drm/amdgpu: user BO priority instead of self coding it (v2) | Christian König | 1 | -0/+3 |
2017-01-27 | drm/amd/amdgpu: fix locking in bo creation error path | Nicolai Hähnle | 1 | -1/+2 |
2017-01-27 | drm/amd/amdgpu: lock reservation object while creating shadow bo | Nicolai Hähnle | 1 | -0/+9 |
2017-01-27 | drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify | Nicolai Hähnle | 1 | -0/+4 |
2017-01-27 | drm/ttm: add evict parameter to ttm_bo_driver::move_notify | Nicolai Hähnle | 1 | -0/+1 |
2016-11-23 | drm/amdgpu: improve AMDGPU_GEM_CREATE_VRAM_CLEARED handling (v2) | Christian König | 1 | -15/+14 |
2016-11-23 | drm/amdgpu: fix error handling in amdgpu_bo_create_restricted | Christian König | 1 | -7/+4 |
2016-11-11 | drm/amdgpu: remove extra placement for AMDGPU_GEM_CREATE_NO_CPU_ACCESS | Christian König | 1 | -11/+0 |
2016-11-07 | Backmerge tag 'v4.9-rc4' into drm-next | Dave Airlie | 1 | -0/+5 |
2016-10-28 | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 1 | -7/+7 |
2016-10-26 | drm/drivers: add support for using the arch wc mapping API. | Dave Airlie | 1 | -0/+5 |
2016-10-25 | drm/amdgpu: remove adev pointer from struct amdgpu_bo v2 | Christian König | 1 | -23/+27 |
2016-10-25 | drm/amdgpu: use explicit limit for VRAM_CONTIGUOUS | Christian König | 1 | -2/+7 |
2016-10-25 | drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3 | Christian König | 1 | -2/+10 |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson | 1 | -7/+7 |
2016-09-28 | drm/amdgpu: rename all rbo variable to abo v2 | Christian König | 1 | -8/+8 |
2016-09-28 | drm/amdgpu: remove unused member from struct amdgpu_bo | Christian König | 1 | -1/+0 |
2016-09-28 | drm/amdgpu: add a custom GTT memory manager v2 | Christian König | 1 | -1/+1 |
2016-09-16 | drm/amdgpu: clean function declarations in amdgpu_ttm.c up | Baoyou Xie | 1 | -2/+0 |
2016-09-14 | drm/amdgpu: add AMDGPU_BO_INVALID_OFFSET | Christian König | 1 | -0/+1 |
2016-09-14 | drm/amdgpu: update gart_pin_size if bo is in GTT | Flora Cui | 1 | -1/+1 |
2016-09-14 | drm/amdgpu: bind GTT on demand | Christian König | 1 | -0/+7 |
2016-09-14 | drm/amdgpu: add a new helper to free a BO in kernel allocations | Junwei Zhang | 1 | -0/+29 |
2016-08-22 | drm/amdgpu: stop adding dummy entry in amdgpu_ttm_placement_init | Christian König | 1 | -5/+3 |
2016-08-22 | drm/amdgpu: cleanup amdgpu_ttm_placement_init | Christian König | 1 | -52/+60 |
2016-08-22 | drm/amdgpu: link all shadow bo V2 | Chunming Zhou | 1 | -1/+11 |
2016-08-22 | drm/amdgpu: sync bo and shadow V3 | Chunming Zhou | 1 | -0/+64 |
2016-08-19 | drm/amdgpu: add need backup function V2 | Chunming Zhou | 1 | -1/+1 |
2016-08-19 | drm/amdgpu: use domain's gpu_offset for start addr | Flora Cui | 1 | -5/+1 |
2016-08-19 | drm/amdgpu: update gart_pin_size only if the bo is pined to GTT | Flora Cui | 1 | -1/+1 |
2016-08-19 | drm/amdgpu: check domain sanity in amdgpu_bo_pin_restricted() | Flora Cui | 1 | -0/+5 |
2016-08-16 | drm/amdgpu: fix coding style in amdgpu_object.c | Christian König | 1 | -37/+49 |
2016-08-16 | drm/amdgpu: add shadow bo support V2 | Chunming Zhou | 1 | -3/+45 |
2016-08-08 | drm/amdgpu: expose AMDGPU_GEM_CREATE_VRAM_CLEARED to user space | Flora Cui | 1 | -0/+33 |
2016-08-08 | drm/amdgpu: add more warning to amdgpu_bo_offset | Christian König | 1 | -0/+18 |
2016-08-08 | drm/amdgpu: add new helper for in kernel allocations | Christian König | 1 | -0/+63 |