aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2026-05-19drm/amd/ras: add length check for ras command output bufferYiPeng Chai3-11/+24
2026-05-19drm/amd/ras: fix memory leak on ras sw_init failureYiPeng Chai1-4/+16
2026-05-19drm/amdgpu: fix handling in amdgpu_userq_createChristian König1-66/+52
2026-05-19drm/amd/ras: remove unused codeYiPeng Chai3-31/+1
2026-05-19drm/amd/ras: add error handling for seqno operationsYiPeng Chai2-4/+6
2026-05-19drm/amd/ras: use mutex to prevent concurrent access conflictsYiPeng Chai1-5/+14
2026-05-19drm/amdgpu: add first record offset checkGangliang Xie1-0/+8
2026-05-19drm/amdgpu: Bound GPIO I2C table entry count from VBIOSCandice Li1-6/+18
2026-05-19drm/amdgpu: cap ATOM command table nesting depthCandice Li2-0/+14
2026-05-19drm/amd/ras: bound CPER record fetch buffer sizeCandice Li3-2/+7
2026-05-19drm/amd/ras: Add more IP versions for unirasCe Sun1-0/+2
2026-05-19drm/amdgpu: Fix memory leak of i2s_pdata in ACP initializationCe Sun2-38/+39
2026-05-19drm/amd/ras: Fix SMU EEPROM record field decodingXiang Liu2-6/+10
2026-05-19drm/amd/ras: reset CPER ring on corrupt entry sizeXiang Liu1-4/+16
2026-05-19drm/amdgpu: userq_va_mapped should remain true once doneSunil Khatri3-14/+7
2026-05-19drm/amdgpu: avoid integer overflow in VA range checkCe Sun1-2/+2
2026-05-19drm/amd/ras: Fix UMC error address allocation leakXiang Liu1-0/+2
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang5-0/+55
2026-05-19drm/amd/display: Promote DC to 3.2.383Taimur Hassan1-1/+1
2026-05-19drm/amd/display: Add ADDR3 swizzle modesWenxian Wang2-1/+5
2026-05-19drm/amd/display: Validate payload length and link_index in dc_process_dmub_au...Harry Wentland1-1/+5
2026-05-19drm/amd/display: Add debug option for replay ESD recoveryWei-Guang Li2-6/+9
2026-05-19drm/amd/display: Add Auxless-ALPM support in VESA Panel ReplayLeon Huang1-0/+13
2026-05-19drm/amd/display: Validate GPIO pin LUT table size before iteratingHarry Wentland1-0/+9
2026-05-19drm/amd/display: Fix integer overflow in bios_get_image()Harry Wentland1-3/+6
2026-05-19drm/amd/display: Refactor Replay functionality into dedicated power_replay mo...Lohita Mudimela6-874/+921
2026-05-19drm/amd/display: Allow power up when PG disallowed in driverCharlene Liu1-19/+24
2026-05-19drm/amd/display: Exclude the MST overhead from BW deallocationCruise Hung1-21/+20
2026-05-19drm/amd/display: Use lockdep_assert_held() for dc_lock checkRay Wu1-2/+2
2026-05-19drm/amd/display: Fix ISM dc_lock deadlock during suspendRay Wu3-12/+70
2026-05-19drm/amd/display: Enable additional wait for pipe pending checksAric Cyr12-7/+21
2026-05-19drm/amd/display: Fix assertion due to disable/enable CM blocksAric Cyr3-0/+5
2026-05-19drm/amd/display: Refactor PSR functionality into dedicated power_psr moduleLohita Mudimela7-837/+785
2026-05-18drm/amd/display: Fix eDP receiver ready status check in T7 sequenceSung-huai Wang1-2/+2
2026-05-18Revert "drm/amd/display: dmub_cmd.h: add missing kernel-doc for enums"James Lin1-108/+48
2026-05-18drm/amd/display: Add some missing code for dcn42James Lin4-8/+16
2026-05-18drm/amd: Reduce code duplication in runtime PMMario Limonciello1-26/+24
2026-05-18drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_idDavid Francis1-0/+6
2026-05-18drm/amdgpu: use atomic operation to achieve lockless serializationSunil Khatri1-5/+8
2026-05-18drm/amdgpu/vce3: Fix VCE 3 firmware size and offsetsTimur Kristóf1-1/+1
2026-05-18drm/amdkfd: Check bounds on allocate_doorbellDavid Francis1-0/+3
2026-05-18drm/amdgpu/vce2: Fix VCE 2 firmware size and offsetsTimur Kristóf1-2/+7
2026-05-18drm/amdgpu/vce1: Stop using amdgpu_vce_resumeTimur Kristóf1-10/+6
2026-05-18drm/amdgpu/vce1: Fix VCE 1 firmware size and offsetsTimur Kristóf1-4/+15
2026-05-18drm/amdgpu/vce1: Don't repeat GTT MGR node allocationTimur Kristóf1-5/+7
2026-05-18drm/amdgpu/vce1: Check if VRAM address is lower than GART.Timur Kristóf1-0/+3
2026-05-18drm/amdgpu/vce1: Remove superfluous address checkTimur Kristóf1-2/+0
2026-05-18drm/amdgpu/vce1: Check that the GPU address is < 128 MiBTimur Kristóf1-4/+8
2026-05-18drm/amdgpu: Align amdgpu_gtt_mgr entries to TLB size on Tahiti (v2)Timur Kristóf1-1/+8
2026-05-18drm/amdkfd: Fix OOB memory exposure in get_wave_state()Sunday Clement1-3/+8