summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie2024-04-121-2/+2
* drm/amdgpu: differentiate external rev id for gfx 11.5.0Yifan Zhang2024-04-101-1/+4
* drm/amd/display: Adjust dprefclk by down spread percentage.Zhongwei2024-04-092-4/+54
* drm/amd/display: Set VSC SDP Colorimetry same way for MST and SSTHarry Wentland2024-04-091-9/+3
* drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4Harry Wentland2024-04-091-2/+5
* drm/amd/display: fix disable otg wa logic in DCN316Fudongwang2024-04-091-7/+12
* drm/amd/display: Do not recursively call manual trigger programmingDillon Varone2024-04-091-3/+0
* drm/amd/display: always reset ODM mode in context when adding first planeWenjing Liu2024-04-091-0/+9
* drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang2024-04-091-1/+1
* drm/amd/display: Return max resolution supported by DWBAlex Hung2024-04-091-4/+2
* amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo2024-04-091-11/+6
* drm/amdgpu: clear set_q_mode_offs when VM changedZhenGuo Yin2024-04-091-0/+1
* drm/amdgpu: Fix VCN allocation in CPX partitionLijo Lazar2024-04-091-4/+11
* drm/amd/pm: fix the high voltage issue after unloadKenneth Feng2024-04-094-14/+48
* drm/amd/display: Skip on writeback when it's not applicableAlex Hung2024-04-091-1/+8
* drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2Tao Zhou2024-04-091-13/+3
* drm/amdgpu: add smu 14.0.1 discovery supportYifan Zhang2024-04-091-0/+1
* drm/amd/swsmu: Update smu v14.0.0 headers to be 14.0.1 compatiblelima10022024-04-096-43/+413
* drm/amdgpu : Increase the mes log buffer size as per new MES FW versionshaoyunl2024-04-092-3/+3
* drm/amdgpu : Add mes_log_enable to control mes log featureshaoyunl2024-04-094-3/+20
* drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Tim Huang2024-04-091-1/+11
* drm/amd/display: add DCN 351 version for microcode loadLi Ma2024-04-091-1/+6
* drm/amdgpu: Reset dGPU if suspend got abortedLijo Lazar2024-04-091-0/+25
* drm/amdgpu/umsch: reinitialize write pointer in hw initLang Yu2024-04-091-0/+2
* drm/amdgpu: Refine IB schedule error loggingLijo Lazar2024-04-091-2/+5
* drm/amdgpu: always force full reset for SOC21Alex Deucher2024-04-091-2/+0
* drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan2024-04-091-0/+1
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-315-5/+5
|\
| * kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-315-5/+5
* | drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner2024-03-271-17/+29
* | drm/amdgpu: enable UMSCH 4.0.6Lang Yu2024-03-273-4/+16
* | drm/amdgpu/umsch: update UMSCH 4.0 FW interfaceLang Yu2024-03-272-12/+21
* | drm/amd/display: Set DCN351 BB and IP the same as DCN35Xi Liu2024-03-271-5/+1
* | drm/amd/display: Fix bounds check for dcn35 DcfClocksRoman Li2024-03-271-1/+1
* | drm/amd/display: Remove MPC rate control logic from DCN30 and aboveGeorge Shen2024-03-276-155/+41
* | drm/amd/display: fix a dereference of a NULL pointerWenjing Liu2024-03-271-2/+4
* | drm/amd/display: Send DTBCLK disable message on first commitTaimur Hassan2024-03-271-0/+5
* | drm/amd/display: Update dcn351 to latest dcn35 configSung Joon Kim2024-03-273-7/+15
* | drm/amd/display: fix IPX enablementHamza Mahfooz2024-03-272-4/+6
* | drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello2024-03-271-0/+2
* | drm/amdkfd: range check cp bad op exception interruptsJonathan Kim2024-03-273-3/+6
* | Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP d...Harry Wentland2024-03-272-13/+8
* | drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang2024-03-271-1/+1
* | drm/amdgpu/vpe: power on vpe when hw_initPeyton Lee2024-03-271-0/+6
* | drm/amd/display: increase bb clock for DCN351Xi Liu2024-03-271-14/+76
* | drm/amd/display: Prevent crash when disable streamChris Park2024-03-271-1/+2
* | drm/amd/display: Increase Z8 watermark times.Natanel Roizenman2024-03-272-4/+4
* | drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi2024-03-271-2/+2
* | drm/amd/swsmu: add smu 14.0.1 vcn and jpeg msglima10022024-03-274-27/+82
|/
* Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-2163-213/+452
|\