summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-1/+1
* drm/amdgpu: Initialize xcc maskLijo Lazar2023-06-091-0/+1
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-3/+3
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-12/+12
* drm/amdgpu: Increase GFX6 graphics ring size.Bas Nieuwenhuizen2023-04-181-1/+1
* drm/amd: Use `amdgpu_ucode_*` helpers for GFX6Mario Limonciello2023-01-101-22/+8
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-1/+2
* drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König2022-05-061-40/+14
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-4/+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-2/+2
* drm/amd/amdgpu/gfx_v6_0: Supply description for 'gfx_v6_0_ring_test_ib()'s 't...Lee Jones2020-11-241-0/+1
* drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher2020-10-161-1/+2
* drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák2020-05-181-1/+3
* drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky2020-05-181-1/+15
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-2/+5
* drm/amdgpu: stop disable the scheduler during HW finiChristian König2020-04-011-5/+0
* drm/amdgpu: implement more ib pools (v2)xinhui pan2020-04-011-1/+2
* drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...yu kuai2019-11-131-2/+1
* drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis2019-07-161-1/+1
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+3
|\
| * drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-101-0/+2
| * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+1
* | drm/amdgpu: enable gfx eop interrupt per gfx pipeHawking Zhang2019-06-201-2/+2
|/
* drm/amdgpu: add thick tile mode settings for Oland of gfx6Tao Zhou2019-03-191-0/+19
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-2/+2
* drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao2018-11-091-20/+4
* drm/amdgpu: separate amdgpu_rlc into a single fileLikun Gao2018-11-091-11/+3
* drm/amdgpu: unify rlc function into structureLikun Gao2018-11-091-9/+19
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-1/+3
* drm/amdgpu: remove messages from IB testsChristian König2018-11-051-14/+6
* drm/amdgpu: further ring test cleanupsChristian König2018-11-051-15/+10
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-11/+5
* drm/amdgpu: use scheduler fault instead of reset workChristian König2018-11-051-2/+21
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-261-3/+3
* drm/amdgpu: Refine function nameRex Zhu2018-09-261-2/+2
* drm/amdgpu: switch firmware path for SI partsAlex Deucher2018-07-051-28/+28
* drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky2018-04-031-0/+7
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-191-3/+2
* drm/amdgpu: remove now superflous *_hdp operationChristian König2018-02-191-37/+2
* drm/amdgpu: implement gmc_v6_0_emit_flush_gpu_tlbChristian König2018-02-191-21/+4
* drm/amdgpu: wire up emit_wreg for gfx v6Christian König2018-02-191-0/+14
* drm/amdgpu: forward pasid to backend flush implementationsChristian König2018-02-191-1/+2
* drm/amdgpu: rename vm_id to vmidChristian König2017-12-271-7/+7
* drm/amdgpu/gfx6: use cached values for raster config in clear stateAlex Deucher2017-12-061-19/+1
* drm/amdgpu: change redundant init logs to debug levelpding2017-12-041-2/+2
* drm/amdgpu: revert tile table update for olandJean Delvare2017-09-141-1/+188
* drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König2017-08-151-34/+3
* drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König2017-08-151-56/+14
* drm/amdgpu: fix the incorrect scratch reg number on gfx v6Huang Rui2017-07-251-1/+1