summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2023-04-11drm/amdgpu: Fix sdma v4 sw fini errorlyndonli-1/+1
2023-04-11drm/amdgpu: DROP redundant drm_prime_sg_to_dma_addr_arrayShane Xiao-3/+0
2023-04-11drm/amdgpu: optimize redundant code in umc_v8_10YiPeng Chai-120/+115
2023-04-11amd/amdgpu: Inherit coherence flags base on original BO flagsShane Xiao-4/+8
2023-04-11drm/amdgpu: Add userptr bo support for mGPUs when iommu is onShane Xiao-4/+23
2023-04-11drm/amd/amdgpu: Drop the hang limit parameterSrinivasan Shanmugam-10/+1
2023-04-11drm/amdgpu: Add MES KIQ clear to tell RLC that KIQ is dequeuedYifan Zha-2/+12
2023-04-11drm/amdgpu: Add MES KIQ dequeue in MES hw finiYifan Zha-6/+11
2023-04-11drm/amd/amdgpu: introduce gc_*_mes_2.bin v2Jack Xiao-9/+27
2023-04-11drm/amdgpu: allow more APUs to do mode2 reset when go to S4Tim Huang-1/+6
2023-03-31drm/amdkfd: Set noretry/xnack for GC 9.4.3Amber Lin-0/+1
2023-03-31drm/amdgpu: Correct xgmi_wafl block nameHawking Zhang-1/+1
2023-03-31drm/amdgpu: Add JPEG IP block to SRIOV reinitYifan Zha-1/+2
2023-03-31drm/amd/amdgpu: Remove initialisation of globals to 0 or NULLSrinivasan Shanmugam-2/+2
2023-03-31drm/amdgpu: add GMC ip block for GC 9.4.3Hawking Zhang-0/+1
2023-03-31drm/amdgpu: initialize gfxhub v1_2 and mmhub v1_8 funcsLe Ma-1/+9
2023-03-31drm/amdgpu: add mmhub v1_8 supportLe Ma-1/+506
2023-03-31drm/amdgpu: add gfxhub v1_2 supportLe Ma-1/+501
2023-03-31drm/amdgpu: add gmc ip block support for GC 9.4.3Hawking Zhang-4/+10
2023-03-31drm/amdgpu: Set family for GC 9.4.3Hawking Zhang-0/+1
2023-03-31drm/amdgpu: init nbio v7_9 callbacksHawking Zhang-0/+5
2023-03-31drm/amdgpu: add nbio v7_9 supportHawking Zhang-1/+403
2023-03-31drm/amd/amdgpu: Fix error do not initialise globals to 0Srinivasan Shanmugam-1/+1
2023-03-31drm/amdgpu: Return from switch early for EEPROM I2C addressLuben Tuikov-5/+3
2023-03-31drm/amdgpu: Remove second moot switch to set EEPROM I2C addressLuben Tuikov-9/+0
2023-03-31drm/amdgpu: print ras drv fw debug infoStanley.Yang-0/+6
2023-03-31drm/amdgpu: Add fatal error handling in nbio v4_3Hawking Zhang-1/+105
2023-03-30drm/amdgpu: allow more APUs to do mode2 reset when go to S4Tim Huang-1/+6
2023-03-27drm/amdgpu: skip unload tmr when tmr is not loadedTong Liu01-1/+9
2023-03-23drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng-17/+18
2023-03-23drm/amdgpu/gfx: set cg flags to enter/exit safe modeJane Jian-0/+5
2023-03-23drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsYuBiao Wang-0/+9
2023-03-23drm/amdgpu: add mes resume when do gfx post soft resetTong Liu01-0/+9
2023-03-23drm/amdgpu: skip ASIC reset for APUs when go to S4Tim Huang-1/+4
2023-03-23drm/amdgpu: reposition the gpu reset checking for reuseTim Huang-20/+25
2023-03-22drm/amd/amdgpu: limit one queue per gangJack Xiao-6/+3
2023-03-22drm/amdgpu: resume ras for gfx v11_0_3 during reset on SRIOVYiPeng Chai-2/+3
2023-03-22drm/amdgpu: reinit mes ip block during reset on SRIOVYiPeng Chai-0/+1
2023-03-22drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOVYiPeng Chai-0/+1
2023-03-22drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng-17/+18
2023-03-22drm/amdgpu: Initialize umc ras callbackHawking Zhang-1/+1
2023-03-22drm/amd/amdgpu/amdgpu_vce: Provide description for amdgpu_vce_validate_bo()'s...Lee Jones-0/+1
2023-03-22drm/amd/amdgpu/amdgpu_mes: Ensure amdgpu_bo_create_kernel()'s return value is...Lee Jones-0/+5
2023-03-22drm/amd/amdgpu/ih_v6_0: Repair misspelling and provide descriptions for 'ih'Lee Jones-1/+4
2023-03-22drm/amd/amdgpu/gmc_v11_0: Provide a few missing param descriptions relating t...Lee Jones-0/+4
2023-03-22drm/amd/amdgpu/amdgpu_vm_pt: Supply description for amdgpu_vm_pt_free_dfs()'s...Lee Jones-0/+1
2023-03-22drm/amd/amdgpu/amdgpu_ucode: Remove unused function ‘amdgpu_ucode_print_imu...Lee Jones-13/+0
2023-03-22drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_cont...Lee Jones-0/+1
2023-03-22drm/amdgpu/jpeg: enable jpeg v4_0 for sriovJane Jian-26/+169
2023-03-22drm/amdgpu: Adding CAP firmware initializationBill Liu-0/+3