summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorLines
2017-07-06drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()Chris Wilson-4/+2
2017-06-29drm/amdgpu: Make amdgpu_cs_parser_init static (v2)Alex Xie-1/+1
2017-06-29drm/amdgpu/cs: fix a typo in a commentAlex Xie-1/+1
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie-1/+87
2017-06-16amdgpu/cs: split out fence dependency checking (v2)Dave Airlie-42/+51
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-91/+36
2017-06-09drm/amdgpu: fix a typo in commentAlex Xie-1/+1
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez-102/+26
2017-05-24drm/amdgpu: return -ENODEV to user space when vram is lost v2Chunming Zhou-0/+9
2017-05-24drm/amdgpu: get cs support for AMDGPU_HW_IP_VCN_ENCLeo Liu-0/+9
2017-05-24drm/amdgpu: get cs support of AMDGPU_HW_IP_VCN_DECLeo Liu-0/+3
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko-9/+10
2017-04-28drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou-0/+4
2017-04-07drm/amdgpu: fix fence memory leak in wait_all_fence V2Chunming Zhou-0/+1
2017-04-06drm/amdgpu: use uintptr_t instead of unsigned long to store pointerAlex Xie-4/+4
2017-04-04drm/amdgpu: use a 64bit interval tree for VM management v2Christian König-6/+6
2017-03-29drm/amdgpu: Couple small warning fixesHarry Wentland-1/+2
2017-03-29drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu-1/+1
2017-03-29drm/amdgpu:fix the check in cs_ib_fill for SRIOVMonk Liu-9/+10
2017-03-29drm/amdgpu:protect cs submitMonk Liu-1/+12
2017-03-29drm/amdgpu:fix cs_ib_fillMonk Liu-1/+1
2017-03-29drm/amdgpu: handle multi level PD updates V2Christian König-1/+1
2017-03-29drm/amdgpu: generalize page table levelChristian König-1/+1
2017-03-29drm/amdgpu: rename page_directory_fence to last_dir_updateChristian König-1/+1
2017-03-29drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freedNicolai Hähnle-1/+1
2017-03-29drm/amdgpu: get cs support of AMDGPU_HW_IP_UVD_ENCLeo Liu-0/+9
2017-03-29drm/amdgpu: IOCTL interface for PRT support v4Junwei Zhang-3/+13
2017-03-10drm/amdgpu: fix parser init error path to avoid crash in parser finiDave Airlie-0/+2
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie-0/+7
2017-02-09drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset-2/+1
2017-01-27drm/amdgpu: use the num_rings variable for checking vce ringsAlex Deucher-2/+2
2017-01-27drm/amdgpu:invoke CSA functions (v2)Monk Liu-0/+14
2017-01-23drm/amdgpu: check ring being ready before usingDing Pixel-0/+7
2016-12-06drm/amd/amdgpu: validate the shadow BO.Alex Xie-1/+1
2016-11-11drm/amdgpu: remove amdgpu_cs_handle_lockupHuang Rui-11/+0
2016-11-11drm/amdgpu: cleanup amdgpu_cs_ioctl to make code logicality clearHuang Rui-16/+16
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie-0/+174
2016-11-09drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang-0/+174
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie-1/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-8/+8
2016-10-25drm/amdgpu: improve parse_cs handling a bitChristian König-4/+5
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König-2/+2
2016-10-25drm/amdgpu: move PT validation back into VM code v2Christian König-14/+28
2016-10-25drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König-4/+6
2016-10-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König-0/+9
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-8/+8
2016-10-21drm/amdgpu: avoid drm error log during S3 on RHEL7.3jimqu-1/+2
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König-2/+2
2016-09-14drm/amdgpu: validate size and offset of user fence BOChristian König-0/+6
2016-09-14drm/amdgpu: mark symbols static where possibleBaoyou Xie-1/+1