summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds292-3757/+7004
2022-12-09Merge tag 'amd-drm-next-6.2-2022-12-07' of https://gitlab.freedesktop.org/agd...Dave Airlie37-94/+156
2022-12-09Merge tag 'amd-drm-next-6.2-2022-12-02' of https://gitlab.freedesktop.org/agd...Dave Airlie63-361/+1670
2022-12-07drm/amd/display: fix array index out of bound error in DCN32 DMLAurabindo Pillai1-1/+1
2022-12-07drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang1-9/+15
2022-12-06drm/amdgpu: fix mmhub register base coding errorYang Wang5-5/+5
2022-12-06drm/amdgpu: add tmz support for GC IP v11.0.4Tim Huang1-0/+1
2022-12-06drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4Tim Huang1-0/+1
2022-12-06drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4Tim Huang1-0/+2
2022-12-06drm/amdgpu: enable GFX IP v11.0.4 CG supportTim Huang1-1/+17
2022-12-06drm/amdgpu: Make amdgpu_ring_mux functions as staticJiadong Zhu1-5/+3
2022-12-06drm/amdgpu: generally allow over-commit during BO allocationChristian König2-18/+4
2022-12-06drm/amd/display: fix array index out of bound error in DCN32 DMLAurabindo Pillai1-1/+1
2022-12-06drm/amd/display: 3.2.215Aric Cyr1-1/+1
2022-12-06drm/amd/display: set optimized required for comp buf changesDillon Varone1-2/+5
2022-12-06drm/amd/display: Add debug option to skip PSR CRTC disableNicholas Kazlauskas3-1/+3
2022-12-06drm/amd/display: correct DML calc error of UrgentLatencyZhongwei3-3/+3
2022-12-06drm/amd/display: correct static_screen_event_maskCharlene Liu7-7/+81
2022-12-06drm/amd/display: Ensure commit_streams returns the DC return codeAlvin Lee1-1/+1
2022-12-06drm/amd/display: read invalid ddc pin status cause engine busyPaul Hsieh1-2/+2
2022-12-06drm/amd/display: Bypass DET swath fill check for max clocksDillon Varone1-1/+2
2022-12-06drm/amd/display: Disable uclk pstate for subvp pipesDillon Varone1-5/+5
2022-12-06drm/amd/display: Fix DCN2.1 default DSC clocksMichael Strauss1-3/+3
2022-12-06drm/amd/display: Enable dp_hdmi21_pcon supportDavid Galiffi3-0/+6
2022-12-06drm/amd/display: prevent seamless boot on displays that don't have the prefer...Dmytro Laktyushkin1-0/+3
2022-12-06drm/amd/display: trigger timing sync only if TG is runningAurabindo Pillai1-0/+6
2022-12-06drm/amd/display: Remove DTB DTO on CLK updateChris Park2-38/+1
2022-12-03Merge tag 'drm-fixes-2022-12-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2022-12-02drm/amdgpu: expand on GPUVM documentationAlex Deucher1-10/+31
2022-12-02drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang1-9/+15
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu8-43/+422
2022-12-02drm/amdgpu: Modify unmap_queue format for gfx9 (v6)Jiadong.Zhu3-29/+156
2022-12-02drm/amdgpu: Add software ring callbacks for gfx9 (v8)Jiadong.Zhu5-1/+136
2022-12-02drm/amdgpu: Introduce gfx software ring (v9)Jiadong.Zhu5-1/+306
2022-12-02drm/amd/display: add FB_DAMAGE_CLIPS supportHamza Mahfooz2-46/+88
2022-12-01drm/amdgpu: improve GART and GTT documentationPeter Maucher1-4/+6
2022-12-01drm/amdgpu: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-01drm/amd/display: use the proper fb offset for DMAlex Deucher1-2/+2
2022-12-01drm/amdgpu: Add nv mailbox irq in soc21YuBiao Wang1-1/+17
2022-12-01drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu1-0/+3
2022-12-01drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu1-0/+3
2022-12-01drm/amdgpu: enable VCN RAS poison for VCN v4.0Tao Zhou1-0/+24
2022-12-01drm/amdgpu/mes11: enable reg active pollJack Xiao1-0/+1
2022-12-01drm/amd/amdgpu: update mes11 api defJack Xiao1-1/+5
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+7
2022-12-01drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones1-0/+7
2022-11-30Merge tag 'amd-drm-next-6.2-2022-11-25' of https://gitlab.freedesktop.org/agd...Dave Airlie65-216/+896
2022-11-29drm/amdgpu: Fix logic errorKonstantin Meskhidze1-2/+2