aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall1-2/+2
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai1-1/+1
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-20/+4
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-10/+10
2022-04-11drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev1-1/+1
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan1-0/+4
2021-08-05drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse1-0/+1
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-3/+3
2021-03-23drm/amdgpu: Replace in_task() in gfx_v8_0_parse_sq_irq()Sebastian Andrzej Siewior1-4/+5
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das1-1/+49
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das1-1/+17
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das1-4/+2
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-12-01drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headersLee Jones1-1/+1
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das1-2/+4
2020-11-02drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-10-27drm/amdgpu: correct CG_ACLK_CNTL settingEvan Quan1-3/+11
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-1/+2
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-34/+27
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-14drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan1-3/+2
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan1-14/+7
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-3/+3
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu1-14/+15
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+3
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-4/+2
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-1/+1
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák1-1/+18
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky1-1/+16
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao1-4/+4
2020-04-22drm/amdgpu: change how we update mmRLC_SPM_MC_CNTLChristian König1-2/+8
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-5/+6
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-7/+0
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-2/+4
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das1-99/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-3/+20
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu1-1/+1
2020-02-28drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He1-1/+18
2020-02-28drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao1-0/+5
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register by KIQchen gong1-2/+3
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui1-2/+5
2019-12-05drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer1-3/+19
2019-12-02drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu1-39/+1
2019-11-13drm/amdgpu: remove set but not used variable 'mc_shared_chmap'yu kuai1-2/+1
2019-10-25drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das1-1/+1
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-0/+9
2019-08-06drm/amdgpu: pin the csb buffer on hw init for gfx v8Likun Gao1-0/+40
2019-07-30drm/amdgpu: Default disable GDS for compute+gfxJoseph Greathouse1-7/+17