summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcsHoratio Zhang2023-05-171-3/+5
* drm/amdgpu: allow multipipe policy on ASICs with one MECLang Yu2023-01-181-0/+3
* drm/amdgpu: Perform gpu reset after gfx finishes processing ras poison consum...YiPeng Chai2023-01-171-0/+9
* drm/amdgpu: Add gfx ras function on gfx v11_0_3YiPeng Chai2023-01-171-0/+35
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-2/+5
* drm/amdgpu: complete gfxoff allow signal during suspend without delayHarsh Jain2022-11-091-3/+7
* drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcodeLikun Gao2022-09-291-1/+1
* drm/amdgpu: add function to init CP microcodeLikun Gao2022-09-291-0/+140
* drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida2022-08-161-0/+39
* drm/amdgpu: reduce reset timeVictor Zhao2022-08-161-1/+1
* drm/amdgpu: enable mes to access registers v2Jack Xiao2022-06-301-0/+8
* drm/amd/amdgpu: Fix alignment issueArunpravin Paneer Selvam2022-06-081-1/+1
* drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam2022-06-061-11/+44
* drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li2022-06-011-3/+6
* drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König2022-05-061-36/+0
* drm/amdgpu: add mes unmap legacy queue routineJack Xiao2022-05-041-3/+5
* drm/amdgpu: kiq takes charge of all queuesJack Xiao2022-05-041-0/+3
* drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter2022-03-251-1/+1
* drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras b...yipechai2022-03-021-7/+0
* drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai2022-03-021-2/+2
* drm/amdgpu: Modify .ras_fini function pointer parameteryipechai2022-03-021-1/+1
* drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai2022-02-171-3/+3
* drm/amdgpu: Modify .ras_late_init function pointer parameteryipechai2022-02-171-1/+1
* drm/amdgpu: Optimize amdgpu_gfx_ras_late_init/amdgpu_gfx_ras_fini function codeyipechai2022-02-141-37/+5
* drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai2022-01-141-4/+4
* drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan2022-01-141-17/+1
* drm/amdgpu: During s0ix don't wait to signal GFXOFFLijo Lazar2021-10-051-2/+12
* drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer2021-08-201-11/+25
* drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li2021-08-161-1/+0
* drm/amdgpu: Conditionally reset RAS counters on bootJohn Clements2021-05-191-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-231-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-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