summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23drm/amdgpu: harvest edc status when connected to host via xGMIDennis Li1-1/+8
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das1-7/+8
2020-11-13drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang1-9/+9
2020-11-13drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)Prike Liang1-0/+20
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das1-3/+7
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-0/+11
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky1-0/+6
2020-08-24drm/amdgpu: refine message print for devices of hiveDennis Li1-2/+2
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-2/+2
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-3/+3
2020-08-14drm/amdgpu: reconfigure spm golden settings on Navi1x after GFXOFF exit(v3)Tianci.Yin1-1/+7
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu1-30/+19
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+3
2020-07-21drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su1-0/+14
2020-05-01drm/amdgpu: Rename amdgpu_gfx_kcq_queue_mask_transform()Yong Zhao1-8/+8
2020-05-01drm/amdgpu: update the method to set kcq queue maskLikun Gao1-1/+14
2020-04-24drm/amdgpu: protect ring overrunYintian Tao1-4/+18
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao1-8/+11
2020-04-13drm/amdgpu/kiq: add no_scheduler flag to KIQAlex Deucher1-0/+1
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou1-1/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-0/+8
2020-02-26drm/amdgpu: use amdgpu_ring_test_helper when possibleNirmoy Das1-1/+1
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register...chen gong1-2/+94
2020-01-14drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan1-6/+0
2019-12-18drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen1-1/+1
2019-11-22drm/amdgpu/gfx10: fix out-of-bound mqd_backup array accessXiaojie Yuan1-2/+0
2019-11-22drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2)Xiaojie Yuan1-1/+1
2019-10-25drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das1-2/+1
2019-10-03drm/amdgpu: remove set but not used variable 'pipe'yu kuai1-3/+1
2019-10-03drm/amdgpu: add comments in ras interrupt callbackTao Zhou1-1/+6
2019-10-03drm/amdgpu: remove ih_info parameter of gfx_ras_late_initTao Zhou1-9/+7
2019-10-03drm/amdgpu: add common gfx_ras_fini functionTao Zhou1-0/+15
2019-10-03drm/amdgpu: move gfx ecc functions to generic gfx fileTao Zhou1-0/+33
2019-09-13drm/amdgpu/gfx: switch to amdgpu_gfx_ras_late_init helper functionHawking Zhang1-0/+49
2019-07-18drm/amdgpu: enable async gfx ring for navi14Xiaojie Yuan1-3/+3
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+1
2019-06-21drm/amd: add gfxoff support on navi10Kenneth Feng1-1/+3
2019-06-20drm/amdgpu: create mqd for gfx queues on navi10Hawking Zhang1-1/+34
2019-06-20drm/amdgpu/gfx10: add special unmap_queues packet for preemptionJack Xiao1-1/+2
2019-06-20drm/amdgpu: Move common code to amdgpu_gfx.cHawking Zhang1-0/+47
2019-06-20drm/amdgpu: Add common gfx func Disable kcq via kiqRex Zhu1-0/+19
2019-06-20drm/amdgpu: rename amdgpu_gfx_compute_mqd_sw_initHawking Zhang1-4/+4
2019-06-20drm/amdgpu: add helper function for gfx queue/bitmap transitionHawking Zhang1-6/+36
2019-06-20drm/amdgpu: acquire available gfx queuesHawking Zhang1-0/+24
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+1
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao1-1/+1
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-1/+1
2018-11-09drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao1-0/+1
2018-10-24drm/amdgpu: Fix null point errorRex Zhu1-1/+1