summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-10drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König1-8/+15
2018-04-24drm/amdgpu: Fix always_valid bos multiple LRU insertions.Bas Nieuwenhuizen1-1/+1
2018-02-03drm/amdgpu: don't try to move pinned BOsChristian König1-0/+4
2017-09-13Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-4/+3
2017-09-13drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Christian König1-4/+0
2017-08-28drm/syncobj: Rename fence_get to find_fenceJason Ekstrand1-1/+1
2017-08-24drm/amdgpu: check memory allocation failureChristophe JAILLET1-0/+3
2017-08-17drm/amdgpu: rename VM invalidated to movedChristian König1-1/+1
2017-08-17drm/amdgpu: separate bo_va structureChristian König1-2/+2
2017-08-17drm/amdgpu: cleanup static CSA handlingChristian König1-1/+2
2017-08-17drm/amdgpu: move vram usage tracking into the vram manager v2Christian König1-2/+3
2017-08-17drm/amdgpu: only move VM BOs in the LRU during validation v2Christian König1-10/+5
2017-08-15drm/amdgpu: Fix preferred typoKent Russell1-2/+2
2017-08-15drm/amdgpu: switch to drm_*{get,put} helpersCihangir Akturk1-1/+1
2017-08-15drm/amdgpu: consistent use u64_to_user_ptrChristian König1-4/+4
2017-07-14drm/amdgpu: Throttle visible VRAM moves separatelyJohn Brooks1-19/+73
2017-07-06drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()Chris Wilson1-4/+2
2017-06-29drm/amdgpu: Make amdgpu_cs_parser_init static (v2)Alex Xie1-1/+1
2017-06-29drm/amdgpu/cs: fix a typo in a commentAlex Xie1-1/+1
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie1-1/+87
2017-06-16amdgpu/cs: split out fence dependency checking (v2)Dave Airlie1-42/+51
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-91/+36
2017-06-09drm/amdgpu: fix a typo in commentAlex Xie1-1/+1
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez1-102/+26
2017-05-25drm/amdgpu: return -ENODEV to user space when vram is lost v2Chunming Zhou1-0/+9
2017-05-25drm/amdgpu: get cs support for AMDGPU_HW_IP_VCN_ENCLeo Liu1-0/+9
2017-05-25drm/amdgpu: get cs support of AMDGPU_HW_IP_VCN_DECLeo Liu1-0/+3
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-9/+10
2017-04-29drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou1-0/+4
2017-04-07drm/amdgpu: fix fence memory leak in wait_all_fence V2Chunming Zhou1-0/+1
2017-04-06drm/amdgpu: use uintptr_t instead of unsigned long to store pointerAlex Xie1-4/+4
2017-04-04drm/amdgpu: use a 64bit interval tree for VM management v2Christian König1-6/+6
2017-03-30drm/amdgpu: Couple small warning fixesHarry Wentland1-1/+2
2017-03-30drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu1-1/+1
2017-03-30drm/amdgpu:fix the check in cs_ib_fill for SRIOVMonk Liu1-9/+10
2017-03-30drm/amdgpu:protect cs submitMonk Liu1-1/+12
2017-03-30drm/amdgpu:fix cs_ib_fillMonk Liu1-1/+1
2017-03-30drm/amdgpu: handle multi level PD updates V2Christian König1-1/+1
2017-03-30drm/amdgpu: generalize page table levelChristian König1-1/+1
2017-03-30drm/amdgpu: rename page_directory_fence to last_dir_updateChristian König1-1/+1
2017-03-30drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freedNicolai Hähnle1-1/+1
2017-03-30drm/amdgpu: get cs support of AMDGPU_HW_IP_UVD_ENCLeo Liu1-0/+9
2017-03-30drm/amdgpu: IOCTL interface for PRT support v4Junwei Zhang1-3/+13
2017-03-10drm/amdgpu: fix parser init error path to avoid crash in parser finiDave Airlie1-0/+2
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-0/+7
2017-02-09drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset1-2/+1
2017-01-27drm/amdgpu: use the num_rings variable for checking vce ringsAlex Deucher1-2/+2
2017-01-27drm/amdgpu:invoke CSA functions (v2)Monk Liu1-0/+14
2017-01-24drm/amdgpu: check ring being ready before usingDing Pixel1-0/+7
2016-12-07drm/amd/amdgpu: validate the shadow BO.Alex Xie1-1/+1