summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Add a missing tabDan Carpenter2023-01-171-1/+1
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX8Mario Limonciello2023-01-101-61/+33
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-1/+2
* drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao2022-11-041-0/+2
* drm/amdgpu/gfx: fix typos in commentsJulia Lawall2022-05-261-2/+2
* drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai2022-05-261-1/+1
* drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König2022-05-061-20/+4
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-10/+10
* drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev2022-04-111-1/+1
* drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2022-04-081-1/+1
* drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan2021-11-051-0/+4
* drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse2021-08-051-0/+1
* 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