summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)Author
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan
2021-08-05drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König
2021-03-23drm/amdgpu: Replace in_task() in gfx_v8_0_parse_sq_irq()Sebastian Andrzej Siewior
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das
2020-12-08drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das
2020-12-01drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headersLee Jones
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das
2020-11-02drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma
2020-10-27drm/amdgpu: correct CG_ACLK_CNTL settingEvan Quan
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky
2020-04-23drm/amdgpu: request reg_val_offs each kiq read regYintian Tao
2020-04-22drm/amdgpu: change how we update mmRLC_SPM_MC_CNTLChristian König
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu
2020-02-28drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He
2020-02-28drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register...chen gong
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui
2019-12-05drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer
2019-12-02drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu
2019-11-13drm/amdgpu: remove set but not used variable 'mc_shared_chmap'yu kuai
2019-10-25drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher
2019-08-06drm/amdgpu: pin the csb buffer on hw init for gfx v8Likun Gao
2019-07-30drm/amdgpu: Default disable GDS for compute+gfxJoseph Greathouse
2019-07-18drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse
2019-07-18drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis
2019-07-05drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-20drm/amdgpu: enable gfx eop interrupt per gfx pipeHawking Zhang