summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcsHoratio Zhang1-3/+5
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-0/+1
2023-03-14drm/amdgpu: Correct gfx ras_late_init callbackHawking Zhang1-1/+1
2023-01-19drm/amdgpu: allow multipipe policy on ASICs with one MECLang Yu1-0/+3
2023-01-18drm/amdgpu: Perform gpu reset after gfx finishes processing ras poison consum...YiPeng Chai1-0/+9
2023-01-18drm/amdgpu: Add gfx ras function on gfx v11_0_3YiPeng Chai1-0/+35
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-2/+5
2022-11-10drm/amdgpu: complete gfxoff allow signal during suspend without delayHarsh Jain1-3/+7
2022-09-29drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcodeLikun Gao1-1/+1
2022-09-29drm/amdgpu: add function to init CP microcodeLikun Gao1-0/+140
2022-08-17drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida1-0/+39
2022-08-17drm/amdgpu: reduce reset timeVictor Zhao1-1/+1
2022-06-30drm/amdgpu: enable mes to access registers v2Jack Xiao1-0/+8
2022-06-08drm/amd/amdgpu: Fix alignment issueArunpravin Paneer Selvam1-1/+1
2022-06-06drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam1-11/+44
2022-06-01drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li1-3/+6
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-36/+0
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao1-3/+5
2022-05-04drm/amdgpu: kiq takes charge of all queuesJack Xiao1-0/+3
2022-03-25drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter1-1/+1
2022-03-03drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras b...yipechai1-7/+0
2022-03-03drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-2/+2
2022-03-03drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-3/+3
2022-02-17drm/amdgpu: Modify .ras_late_init function pointer parameteryipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_gfx_ras_late_init/amdgpu_gfx_ras_fini function codeyipechai1-37/+5
2022-01-15drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai1-4/+4
2022-01-15drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-17/+1
2021-10-05drm/amdgpu: During s0ix don't wait to signal GFXOFFLijo Lazar1-2/+12
2021-08-20drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer1-11/+25
2021-08-16drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li1-1/+0
2021-05-20drm/amdgpu: Conditionally reset RAS counters on bootJohn Clements1-6/+1
2021-04-09drm/amdgpu: split gfx callbacks into ras and non-ras onesHawking Zhang1-2/+3
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan1-10/+6
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-3/+2
2021-04-09drm/amdgpu: wrap kiq ring ops with kiq spinlockNirmoy Das1-4/+11
2021-04-09drm/amdgpu: add codes to capture invalid hardware access when recoveryDennis Li1-2/+2
2021-03-24drm/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-14drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)Prike Liang1-9/+9
2020-11-14drm/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-16drm/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-05drm/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