aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2023-02-23drm/amdgpu: add more fields into device info, caches sizes, etc.Marek Olšák4-1/+22
2023-02-23drm/amdgpu/vcn: set and use harvest configJane Jian1-11/+15
2023-02-23drm/amd: Don't allow s0ix on APUs older than RavenMario Limonciello2-1/+9
2023-02-23drm/amdgpu: fix incorrect active rb bitmap for gfx11Hawking Zhang1-26/+52
2023-02-23drm/amdgpu: optimize VRAM allocation when using drm buddyShane Xiao1-1/+2
2023-02-23drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar systemShane Xiao1-1/+1
2023-02-23drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpuHarry Wentland1-0/+1
2023-02-23drm/amdgpu: add tmz support for GC 10.3.6Jesse Zhang1-0/+1
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds120-2057/+2595
2023-02-15drm/amd/amdgpu: fix warning during suspendJack Xiao2-1/+4
2023-02-15drm/amd/display: Fix excess arguments on kernel-docArthur Grillo1-8/+7
2023-02-15drm/amd/amdgpu: Add function prototypes to headersArthur Grillo1-0/+1
2023-02-15drm/amd/amdgpu: fix warning during suspendJack Xiao2-1/+4
2023-02-14drm/amdgpu: Revert programming GRBM_GFX_* in RLCG interface to support GFX9Yifan Zha1-0/+4
2023-02-14drm/amd/amdgpu: implement mode2 reset on smu_v13_0_10Kenneth Feng4-1/+343
2023-02-14drm/amdgpu: Fix the warning info when unload or remove amdgpuMa Jun1-1/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10Merge tag 'amd-drm-fixes-6.2-2023-02-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2-0/+12
2023-02-10Merge tag 'drm-misc-fixes-2023-02-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+4
2023-02-09drm/amdgpu: add S/G display parameterAlex Deucher2-0/+12
2023-02-09drm/amdgpu: add S/G display parameterAlex Deucher2-0/+12
2023-02-09drm/amdgpu/gmc11: fix system aperture set when AGP is enabledAlex Deucher5-12/+12
2023-02-09drm/amdgpu: Remove TTM resource->start visible VRAM condition v2Somalapuram Amaranath1-6/+3
2023-02-08amd/amdgpu: remove test ib on hw ringJesseZhang2-2/+1
2023-02-08drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiGuilherme G. Piccoli1-1/+7
2023-02-08drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptesFriedrich Vock1-1/+1
2023-02-08drm/amd/amdgpu: enable athub cg 11.0.3Kenneth Feng1-1/+3
2023-02-08amd/amdgpu: remove test ib on hw ringJesseZhang2-2/+1
2023-02-08drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiGuilherme G. Piccoli1-1/+7
2023-02-08drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptesFriedrich Vock1-1/+1
2023-02-08drm/amd/amdgpu: add complete header search pathRandy Dunlap1-0/+1
2023-02-08drm/amdgpu: Fix incorrect filenames in sysfs commentsKent Russell1-2/+2
2023-02-08drm/amd/amdgpu: enable athub cg 11.0.3Kenneth Feng1-1/+3
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König1-4/+0
2023-02-03Revert "Revert "drm/amdgpu/gmc11: enable AGP aperture""Alex Deucher4-9/+12
2023-02-03drm/amdgpu: Remove writing GRBM_GFX_CNTL in RLCG interface under SRIOVYifan Zha1-2/+0
2023-02-03drm/amdgpu: always sending PSP messages LOAD_ASD and UNLOAD_TAVitaly Prosyak1-3/+13
2023-02-03drm/amdgpu: Fix a typo ("boradcast")Jonathan Neuschäfer1-1/+1
2023-02-03drm/amdgpu: fix memory leak in amdgpu_cs_sync_ringsBert Karwatzki1-1/+4
2023-02-01drm/amd: Fix initialization for nbio 4.3.0Mario Limonciello1-1/+7
2023-02-01drm/amdgpu: enable HDP SD for gfx 11.0.3Evan Quan1-1/+2
2023-02-01drm/amdgpu: update wave data type to 3 for gfx11Graham Sider1-2/+2
2023-01-31drm/amd: Fix initialization for nbio 4.3.0Mario Limonciello1-1/+7
2023-01-31drm/amdgpu: enable HDP SD for gfx 11.0.3Evan Quan1-1/+2
2023-01-31drm/amdgpu: update wave data type to 3 for gfx11Graham Sider1-2/+2
2023-01-31drm/amd: Allow s0ix without BIOS supportMario Limonciello1-6/+2
2023-01-31Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak2-3/+4
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter2-18/+37
2023-01-30Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie6-19/+64
2023-01-25drm/amdgpu: declare firmware for new MES 11.0.4Li Ma1-0/+2