summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher2020-10-161-0/+11
* drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky2020-09-151-0/+6
* drm/amdgpu: refine message print for devices of hiveDennis Li2020-08-241-2/+2
* drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-2/+2
* drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-3/+3
* drm/amdgpu: reconfigure spm golden settings on Navi1x after GFXOFF exit(v3)Tianci.Yin2020-08-141-1/+7
* drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu2020-08-041-30/+19
* drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-3/+3
* drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su2020-07-211-0/+14
* drm/amdgpu: Rename amdgpu_gfx_kcq_queue_mask_transform()Yong Zhao2020-05-011-8/+8
* drm/amdgpu: update the method to set kcq queue maskLikun Gao2020-05-011-1/+14
* drm/amdgpu: protect ring overrunYintian Tao2020-04-241-4/+18
* drm/amdgpu: request reg_val_offs each kiq read regYintian Tao2020-04-231-8/+11
* drm/amdgpu/kiq: add no_scheduler flag to KIQAlex Deucher2020-04-131-0/+1
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-1/+2
* drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou2020-03-101-1/+0
* drm/amdgpu: set compute queue priority at mqd_initNirmoy Das2020-03-091-0/+8
* drm/amdgpu: use amdgpu_ring_test_helper when possibleNirmoy Das2020-02-261-1/+1
* drm/amdgpu: provide a generic function interface for reading/writing register...chen gong2020-01-221-2/+94
* drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan2020-01-141-6/+0
* drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen2019-12-181-1/+1
* drm/amdgpu/gfx10: fix out-of-bound mqd_backup array accessXiaojie Yuan2019-11-221-2/+0
* drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2)Xiaojie Yuan2019-11-221-1/+1
* drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das2019-10-251-2/+1
* drm/amdgpu: remove set but not used variable 'pipe'yu kuai2019-10-031-3/+1
* drm/amdgpu: add comments in ras interrupt callbackTao Zhou2019-10-031-1/+6
* drm/amdgpu: remove ih_info parameter of gfx_ras_late_initTao Zhou2019-10-031-9/+7
* drm/amdgpu: add common gfx_ras_fini functionTao Zhou2019-10-031-0/+15
* drm/amdgpu: move gfx ecc functions to generic gfx fileTao Zhou2019-10-031-0/+33
* drm/amdgpu/gfx: switch to amdgpu_gfx_ras_late_init helper functionHawking Zhang2019-09-141-0/+49
* drm/amdgpu: enable async gfx ring for navi14Xiaojie Yuan2019-07-181-3/+3
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+1
|\
| * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+1
* | drm/amd: add gfxoff support on navi10Kenneth Feng2019-06-221-1/+3
* | drm/amdgpu: create mqd for gfx queues on navi10Hawking Zhang2019-06-211-1/+34
* | drm/amdgpu/gfx10: add special unmap_queues packet for preemptionJack Xiao2019-06-211-1/+2
* | drm/amdgpu: Move common code to amdgpu_gfx.cHawking Zhang2019-06-211-0/+47
* | drm/amdgpu: Add common gfx func Disable kcq via kiqRex Zhu2019-06-211-0/+19
* | drm/amdgpu: rename amdgpu_gfx_compute_mqd_sw_initHawking Zhang2019-06-211-4/+4
* | drm/amdgpu: add helper function for gfx queue/bitmap transitionHawking Zhang2019-06-211-6/+36
* | drm/amdgpu: acquire available gfx queuesHawking Zhang2019-06-211-0/+24
|/
* drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao2019-03-191-1/+1
* drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng2018-11-281-1/+1
* drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao2018-11-091-0/+1
* drm/amdgpu: Fix null point errorRex Zhu2018-10-251-1/+1
* drm/amdgpu: Delay 100ms to enable gfx off featureRex Zhu2018-08-271-2/+2
* drm/amdgpu: move gfx definitions into amdgpu_gfx headerHuang Rui2018-08-271-1/+33
* drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu2018-08-271-2/+6
* drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu2018-08-271-0/+36
* drm/amdgpu: use queue 0 for kiq ringHuang Rui2018-01-301-2/+6