summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
AgeCommit message (Expand)Author
2018-03-05drm/amd/amdgpu: Mask rptr as well in ring debugfsTom St Denis
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-11-08drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez
2017-09-28drm/amdgpu: map compute rings by least recently used pipeAndres Rodriguez
2017-08-29drm/amdgpu: set sched_hw_submission higher for KIQ (v3)Alex Deucher
2017-08-15drm/amdgpu: don't finish the ring if not initializedTrigger Huang
2017-08-15drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher
2017-08-15drm/amdgpu: make wb 256bit function names consistentAlex Deucher
2017-07-25drm/amdgpu:fix gfx fence allocate sizeMonk Liu
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez
2017-05-31drm/amdgpu: Optimize a function called by every IB shedulingAlex Xie
2017-03-29drm/amd/amdgpu: Correct ring wptr address in debugfs (v2)Tom St Denis
2017-03-29drm/amdgpu:fix ring init sequenceMonk Liu
2017-03-29drm/amdgpu: add 64bit wb functionsKen Wang
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang
2017-03-29drm/amdgpu:use clear_ring to clr RBMonk Liu
2017-01-27drm/amdgpu:set cond_exec polling value to 1 in ring_initMonk Liu
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-04don't open-code file_inode()Al Viro
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König
2016-10-13drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter
2016-09-27drm/amdgpu: clear ring pointer in amdgpu_device on teardownGrazvydas Ignotas
2016-09-14drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang
2016-08-08drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.cChristian König
2016-07-29drm/amdgpu: add begin/end_use ring callbacksChristian König
2016-07-29drm/amdgpu: remove fence_lockChristian König
2016-07-07drm/amdgpu: remove more of the ring backup codeAlex Deucher
2016-07-07drm/amdgpu: clean up ring_backup code, no need moreChunming Zhou
2016-07-07drm/amdgpu: fix ring debugfs bugMonk Liu
2016-07-07drm/amd/amdgpu: ring debugfs is read in increments of 4 bytesTom St Denis
2016-07-07drm/amd/amdgpu: Convert ring debugfs entries to binaryTom St Denis
2016-07-07drm/amdgpu: clear RB at ring initMonk Liu
2016-06-09drm/amdgpu: fix missing free wb for cond_execMonk Liu
2016-05-04drm/amdgpu: fix the coding style in amdgpu_ring.cChristian König
2016-05-04drm/amdgpu: use the ring name for debugfs (v2)Christian König
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König
2016-05-04drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius
2016-05-02drm/amdgpu: support cond execMonk Liu
2016-03-16drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ringChristian König
2016-03-14drm/amdgpu: remove amdgpu_ring_from_fenceChristian König
2016-02-10drm/amdgpu: make pad_ib a ring function v3Christian König
2016-02-10drm/amdgpu: remove rptr checkingChristian König
2016-02-10drm/amdgpu: remove the ring lock v2Christian König
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher
2016-01-22drm/amdgpu: fix next_rptr handling for debugfsChristian König