aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/gfx: Use CSB helpers in gfx_v6_0_get_csb_bufferRodrigo Siqueira2025-04-301-25/+4
* drm/amdgpu/gfx6: fix CSIB handlingAlex Deucher2025-04-071-2/+0
* drm/amdgpu: make GFX6 easier to readAlexandre Demers2025-04-071-4/+8
* drm/amdgpu: move GFX6 defines into gfx_v6_0.cAlexandre Demers2025-04-071-0/+3
* drm/amdgpu: fix SI's GB_ADDR_CONFIG_GOLDEN values and wire up sid.h in GFX6Alexandre Demers2025-03-111-2/+13
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-3/+3
* drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer2024-12-181-1/+1
* drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello2024-12-101-0/+4
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-2/+2
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-2/+2
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-3/+0
* drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+3
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: refine gfx6 firmware loadingYang Wang2024-06-191-10/+9
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* 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-061-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-211-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