summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-07-01drm/amdgpu: Add IP block soft reset as a GPU recovery methodTimur Kristóf7-0/+354
2026-07-01drm/amdgpu: Delete pre/post_soft_reset() from amd_ip_funcsTimur Kristóf11-213/+15
2026-07-01drm/amd/pm: fix amdgpu_pm_info power display unitsYang Wang1-9/+12
2026-07-01drm/amd/pm: make pp_features read-only when scpm is enabledYang Wang1-0/+5
2026-07-01drm/amdgpu/sdma7.1: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/sdma7.0: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()Alex Deucher1-2/+2
2026-07-01drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON()Alex Deucher1-7/+4
2026-07-01drm/amdgpu/gfx12: replace BUG_ON() with WARN_ON()Alex Deucher1-8/+5
2026-07-01drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()Alex Deucher1-8/+5
2026-07-01drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()Alex Deucher1-8/+5
2026-07-01drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()Alex Deucher1-7/+4
2026-07-01drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()Alex Deucher1-5/+5
2026-07-01drm/amdgpu: do not release the root bo after vm validateSunil Khatri1-13/+7
2026-07-01drm/amdgpu: move suballoc defines into own headerChristian König3-71/+78
2026-07-01drm/amdgpu/gfx8: drop unecessary BUG_ON()Alex Deucher1-3/+0
2026-07-01drm/amdgpu: Delete check_soft_reset() from amd_ip_funcsTimur Kristóf16-258/+0
2026-07-01drm/amdgpu: Delete soft reset code from legacy display driverTimur Kristóf3-180/+0
2026-07-01drm/amdgpu: Delete GMC 8 soft resetTimur Kristóf2-126/+0
2026-07-01drm/amdgpu: Clean up defunct soft reset from ASIC reset code pathTimur Kristóf10-258/+2
2026-07-01drm/amdgpu: Clarify name of soft recovery to avoid confusionTimur Kristóf4-6/+6
2026-07-01drm/amdgpu: bounds check xcp_id in release_schedLijo Lazar1-1/+2
2026-07-01drm/amdgpu/gmc9: make all vmids available to KFD if KQs are disabledAlex Deucher1-4/+12
2026-07-01drm/amd/pm: validate vega10 profile mode inputsLijo Lazar1-0/+9
2026-07-01drm/amdgpu: bounds check xcp ip block indexLijo Lazar1-1/+2
2026-07-01drm/amdgpu/soc24: reset dGPU if suspend got abortedJakob Linke1-0/+28
2026-07-01drm/amdgpu: Validate ATPX buffer length before useLijo Lazar1-12/+21
2026-07-01drm/amdgpu: Validate ATIF buffer length before useLijo Lazar1-34/+34
2026-07-01drm/amd/pm: Use helper to get pptable in SMUv15Lijo Lazar2-87/+2
2026-07-01drm/amd/pm: Use helper to get pptable in SMUv14Lijo Lazar2-87/+2
2026-07-01drm/amd/pm: Use helper to get pptable in SMUv13Lijo Lazar2-87/+2
2026-07-01drm/amd/pm: Use helper to get pptable in SMUv11Lijo Lazar1-68/+9
2026-07-01drm/amd/pm: Add helper functions to fetch pptableLijo Lazar2-0/+143
2026-07-01drm/amdgpu: guard zero divisors in soc_v1_0 partition codeAsad Kamal2-3/+10
2026-07-01drm/amdgpu: validate XCP topology counts before divisionAsad Kamal1-1/+3
2026-07-01drm/amd/pm: Add helper for parameter parsingLijo Lazar1-68/+48
2026-07-01drm/amdgpu: Fix mes remove_hw_queue lockAmber Lin2-18/+10
2026-07-01drm/amdgpu: Add checks to vbios fetch through ATRMLijo Lazar1-2/+8
2026-07-01drm/amdgpu: Fix kobject cleanup in xcp sysfsLijo Lazar1-3/+5
2026-07-01drm/amdgpu: Remove output parameter in bo list handlingTvrtko Ursulin3-84/+74
2026-07-01drm/amdgpu: Replace idr with xarray in amdgpu_bo_listTvrtko Ursulin4-56/+41
2026-07-01drm/amdgpu: Remove the bo list mutexTvrtko Ursulin3-17/+5
2026-07-01drm/amdgpu: Drop support for variable struct drm_amdgpu_bo_list_entry sizeTvrtko Ursulin1-22/+5
2026-07-01drm/amdgpu/gfx9.4.3: add support for disabling kernel queuesAlex Deucher1-16/+99
2026-07-01drm/amdgpu: dump RAS EEPROM table via debugfsXiang Liu1-0/+84
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König8-9/+9
2026-07-01drm/i915/cmtg: Warn on invalid CMTG transcoder in intel_cmtg_disable()Animesh Manna1-0/+3