summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-3/+3
* drm/amdgpu: Replace in_task() in gfx_v8_0_parse_sq_irq()Sebastian Andrzej Siewior2021-03-231-4/+5
* drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das2021-02-091-1/+49
* drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das2021-02-091-1/+17
* drm/amdgpu: enable only one high prio compute queueNirmoy Das2021-02-091-4/+2
* drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das2020-12-081-1/+1
* drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headersLee Jones2020-12-011-1/+1
* drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das2020-11-131-2/+4
* drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma2020-11-021-1/+1
* drm/amdgpu: correct CG_ACLK_CNTL settingEvan Quan2020-10-271-3/+11
* drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher2020-10-161-1/+2
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-34/+27
|\
| * drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-3/+3
| * drm/amd/powerplay: drop unnecessary pp_funcs checkerEvan Quan2020-08-141-3/+2
| * drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan2020-08-141-14/+7
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-3/+3
| * drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu2020-08-041-14/+15
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-3/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-4/+2
* drm/amdgpu: label internally used symbols as staticNirmoy Das2020-07-011-1/+1
* drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák2020-05-181-1/+18
* drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky2020-05-181-1/+16
* drm/amdgpu: request reg_val_offs each kiq read regYintian Tao2020-04-231-4/+4
* drm/amdgpu: change how we update mmRLC_SPM_MC_CNTLChristian König2020-04-221-2/+8
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-5/+6
* drm/amdgpu: stop disable the scheduler during HW finiChristian König2020-04-011-7/+0
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-2/+4
* drm/amdgpu: remove unused functionsNirmoy Das2020-03-091-99/+0
* drm/amdgpu: set compute queue priority at mqd_initNirmoy Das2020-03-091-3/+20
* drm/amdgpu: fix IB test MCBP bugMonk Liu2020-03-051-1/+1
* drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He2020-02-281-1/+18
* drm/amdgpu: Add num_banks and num_ranks to gfx config structureYong Zhao2020-02-281-0/+5
* drm/amdgpu: provide a generic function interface for reading/writing register...chen gong2020-01-221-2/+3
* drm/amdgpu: only set cp active field for kiq queueHuang Rui2020-01-161-2/+5
* drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer2019-12-051-3/+19
* drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu2019-12-021-39/+1
* drm/amdgpu: remove set but not used variable 'mc_shared_chmap'yu kuai2019-11-131-2/+1
* drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das2019-10-251-1/+1
* Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher2019-08-091-0/+9
|\
| * drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse2019-07-181-0/+9
* | drm/amdgpu: pin the csb buffer on hw init for gfx v8Likun Gao2019-08-061-0/+40
* | drm/amdgpu: Default disable GDS for compute+gfxJoseph Greathouse2019-07-301-7/+17
* | drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse2019-07-181-0/+9
|/
* drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis2019-07-161-2/+2
* drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-051-3/+2
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-2/+6
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-2/+6
| |\
| | * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+2
| | * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+4