summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-3/+6
2025-11-01Merge tag 'amd-drm-next-6.19-2025-10-29' of https://gitlab.freedesktop.org/ag...Simona Vetter30-201/+305
2025-10-31Merge tag 'amd-drm-next-6.19-2025-10-24' of https://gitlab.freedesktop.org/ag...Simona Vetter53-717/+1633
2025-10-31drm/amdgpu: Configure max beneficial TTM pool allocation orderTvrtko Ursulin1-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-2/+4
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin1-1/+1
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus12-53/+4
2025-10-28drm/amdgpu: Use DC by default for BonaireTimur Kristóf1-1/+0
2025-10-28drm/amdkfd: Fix use-after-free of HMM range in svm_range_validate_and_map()Srinivasan Shanmugam1-0/+1
2025-10-28drm/amdgpu/userq: fix SDMA and compute validationAlex Deucher1-5/+14
2025-10-28drm/amdgpu: Convert amdgpu userqueue management from IDR to XArrayJesse.Zhang7-111/+101
2025-10-28drm/amd: Re-introduce property to control adaptive backlight modulationMario Limonciello3-1/+68
2025-10-28drm/amdgpu: Fix pointer casts when reading dynamic region sizesSrinivasan Shanmugam4-5/+5
2025-10-28drm/amdgpu: null check for hmm_pfns ptr before freeing itSunil Khatri1-1/+3
2025-10-28drm/amdgpu: Make SR-IOV critical region checks overflow-safeSrinivasan Shanmugam1-4/+5
2025-10-28drm/amdgpu: fix SPDX header on cyan_skillfish_reg_init.cAlex Deucher1-1/+1
2025-10-28drm/amdgpu: fix SPDX headers on amdgpu_cper.c/hAlex Deucher2-2/+2
2025-10-28drm/amdgpu/userqueue: Fix use after free in amdgpu_userq_buffer_vas_list_clea...Dan Carpenter1-1/+1
2025-10-28drm/amdgpu: Add uniras version in sysfsJinzhou Su1-1/+31
2025-10-28drm/amdgpu: get rev_id from strap register or IP-discovery tablePerry Yuan2-11/+17
2025-10-28drm/amdgpu: clear bad page info of ras moduleJinzhou Su1-0/+22
2025-10-28drm/amd: Check that VPE has reached DPM0 in idle handlerMario Limonciello1-4/+30
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-4/+4
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-1/+1
2025-10-21drm/amdgpu: Remove unused members in amdgpu_mmanLijo Lazar1-3/+0
2025-10-21drm/amdgpu: query block error count of ras moduleYiPeng Chai1-1/+28
2025-10-21drm/amdgpu: Add logic for VF data exchange region to init from dynamic crit_r...Ellen Pan1-19/+85
2025-10-21drm/amdgpu: Add logic for VF ipd and VF bios to init from dynamic crit_region...Ellen Pan4-14/+85
2025-10-21drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOVEllen Pan3-18/+30
2025-10-21drm/amdgpu: Introduce SRIOV critical regions v2 during VF initEllen Pan4-0/+220
2025-10-21drm/amdgpu: Add SRIOV crit_region_version supportEllen Pan4-9/+32
2025-10-21drm/amdgpu: Updated naming of SRIOV critical region offsets/sizes with _V1 su...Ellen Pan2-24/+46
2025-10-21drm/amdgpu: query bad page info of ras moduleYiPeng Chai1-44/+98
2025-10-21drm/amdgpu: ras module supports error injectionYiPeng Chai1-0/+24
2025-10-21drm/amd: Fix set but not used warningsTiezhu Yang2-5/+5
2025-10-21drm/amdgpu: Add ras module ip block to amdgpu discoveryYiPeng Chai2-1/+21
2025-10-21drm/amdgpu: check save count before RAS bad page savingTao Zhou1-1/+1
2025-10-21drm/amdgpu: add the kernel docs for alloc/free/valid rangeSunil Khatri1-0/+33
2025-10-21drm/amdgpu: use GPU_HDP_FLUSH for sriovVictor Zhao5-3/+95
2025-10-21drm/amdgpu: Add kiq hdp flush callbacksVictor Zhao6-2/+8
2025-10-21drm/amd: Add a helper to tell whether an IP block HW is enabledMario Limonciello2-1/+24
2025-10-21drm/amdgpu: Fix vram_usage underflowAlysa Liu1-3/+1
2025-10-21drm/amdgpu: Use memset32 for IB paddingTvrtko Ursulin1-2/+10
2025-10-21drm/amdgpu: Add ras module eeprom safety watermark checkYiPeng Chai1-0/+4
2025-10-21drm/amdgpu: Avoid hive seqno increment in legacy rasYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: Avoid loading bad pages into legacy rasYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: add ras module rma checkYiPeng Chai1-0/+3
2025-10-21drm/amdgpu: Improve ras fatal error handling functionYiPeng Chai2-9/+9
2025-10-21drm/amdgpu: Intercept ras interrupts to ras moduleYiPeng Chai2-0/+31
2025-10-18drm/client: Remove holds_console_lock parameter from suspend/resumeThomas Zimmermann1-4/+4