summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2025-04-08drm/amd/amdgpu: decouple ASPM with pcie dpmKenneth Feng-2/+0
2025-04-08amd/amdgpu: Init vcn hardware per instance for vcn 4.0.3Ruili Ji-22/+29
2025-04-08drm/amdgpu: Disable ACA on VFsVictor Skvortsov-6/+8
2025-04-08drm/amdgpu: use "irq" in place of "interrupt" in DCE6/8 as in DCE10/11Alexandre Demers-12/+12
2025-04-08drm/amdgpu: fix typos in DCEsAlexandre Demers-16/+15
2025-04-08drm/amdgpu/mes12: optimize MES pipe FW version fetchingAlex Deucher-9/+12
2025-04-08drm/amdgpu: cancel gfx idle work in device suspend for s0ixAlex Deucher-0/+7
2025-04-08drm/amdgpu/gfx12: dump full CP packet header FIFOsAlex Deucher-6/+35
2025-04-08drm/amdgpu/gfx11: dump full CP packet header FIFOsAlex Deucher-10/+49
2025-04-08drm/amdgpu/gfx10: dump full CP packet header FIFOsAlex Deucher-13/+51
2025-04-07drm/amdgpu/gfx9.4.3: dump full CP packet header FIFOsAlex Deucher-15/+37
2025-04-07drm/amdgpu/gfx9: dump full CP packet header FIFOsAlex Deucher-13/+49
2025-04-07drm/amdgpu: Fix CPER error handling on VFsVictor Skvortsov-4/+12
2025-04-07drm/amdgpu: Fix the comment to avoid warningSunil Khatri-0/+1
2025-04-07drm/amdgpu: Fix xgmi v6.4.1 link status reportingLijo Lazar-6/+18
2025-04-07drm/amdgpu: Add basic validation for RAS headerLijo Lazar-3/+19
2025-04-07drm/amdkfd: Drop workaround for GC v9.4.3 revID 0Apurv Mishra-13/+9
2025-04-07drm/amdgpu: huge sid.h cleanup, drop substituted defines.Alexandre Demers-1209/+2
2025-04-07drm/amdgpu: move si.c away from sid.hAlexandre Demers-182/+183
2025-04-07drm/amdgpu: enable FW workaround for VCN 4_0_5Boyuan Zhang-0/+4
2025-04-07drm/amdgpu: Add indirect L1_TLB_CNTL reg programming for VFsVictor Skvortsov-21/+93
2025-04-07drm/amdgpu/gfx12: Implement the gfx12 kgq pipe resetPrike Liang-2/+67
2025-04-07drm/amdgpu/gfx11: Implement the GFX11 KCQ pipe resetPrike Liang-2/+134
2025-04-07drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe resetPrike Liang-2/+72
2025-04-07drm/amdgpu/gfx11: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx10: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx9: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx8: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx7: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx6: fix CSIB handlingAlex Deucher-2/+0
2025-04-07drm/amdgpu/gfx: assign the actual me0 queues per pipeAlex Deucher-5/+5
2025-04-07drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher-9/+13
2025-04-07drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() staticAlex Deucher-4/+2
2025-04-07drm/amdgpu/gfx10: Add Cleaner Shader Support for GFX10.3.x GPUsSrinivasan Shanmugam-0/+30
2025-04-07drm/amdgpu: drop some dead codeAlex Deucher-61/+0
2025-04-07drm/amdgpu: continue cleaning up sid.h and si_enums.hAlexandre Demers-92/+14
2025-04-07drm/amd/amdgpu: Fix typoAnanta Srikar-1/+1
2025-04-07drm/amdgpu: Replace deprecated function strcpy() with strscpy()Andres Urian Florez-34/+34
2025-04-07drm/amdgpu: add rebar parameterAlex Deucher-0/+15
2025-04-07drm/amdgpu: cleanup DCE6 a bit moreAlexandre Demers-6/+2
2025-04-07drm/amdgpu: keep removing sid.h dependency from si_dma.cAlexandre Demers-5/+3
2025-04-07drm/amdgpu: move si_dma.c away from sid.h and si_enums.hAlexandre Demers-85/+63
2025-04-07drm/amdgpu: make GFX6 easier to readAlexandre Demers-4/+8
2025-04-07drm/amdgpu: move DCE6 away from sid.h and si_enums.h definesAlexandre Demers-262/+176
2025-04-07drm/amdgpu: use GRPH_SECONDARY_SURFACE_ADDRESS_MASK with GRPH_SECONDARY_SURFA...Alexandre Demers-1/+1
2025-04-07drm/amdgpu: move si_ih.c away from sid.h definesAlexandre Demers-8/+8
2025-04-07drm/amdgpu: remove PACKET3 duplicated defines from si_enums.hAlexandre Demers-123/+0
2025-04-07drm/amdgpu: use proper defines, shifts and masks in DCE6 codeAlexandre Demers-35/+10
2025-04-07drm/amdgpu: wire up defines, shifts and masks through SI codeAlexandre Demers-2/+19
2025-04-07drm/amdgpu: move GFX6 defines into gfx_v6_0.cAlexandre Demers-2/+3