aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Conditionally reset RAS counters on bootJohn Clements2021-05-201-6/+1
* drm/amdgpu: split gfx callbacks into ras and non-ras onesHawking Zhang2021-04-091-2/+3
* drm/amd/pm: unify the interface for gfx state settingEvan Quan2021-04-091-10/+6
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-3/+2
* drm/amdgpu: wrap kiq ring ops with kiq spinlockNirmoy Das2021-04-091-4/+11
* drm/amdgpu: add codes to capture invalid hardware access when recoveryDennis Li2021-04-091-2/+2
* drm/amdgpu: harvest edc status when connected to host via xGMIDennis Li2021-03-241-1/+8
* drm/amdgpu: enable only one high prio compute queueNirmoy Das2021-02-091-7/+8
* drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang2020-11-131-9/+9
* drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)Prike Liang2020-11-131-0/+20
* drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das2020-11-131-3/+7
* 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-28/+17
* 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-131-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-211-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