summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-03-02drm/amdgpu: Use IP versions in convert_tiling_flags_to_modifier()Alex Deucher-3/+3
2022-03-02drm/amdgpu: enable gfxoff routine for GC 10.3.7Prike Liang-0/+3
2022-03-02drm/amdgpu: enable gfx power gating for GC 10.3.7Prike Liang-1/+4
2022-03-02drm/amdgpu/nv: enable clock gating for GC 10.3.7 subblockPrike Liang-1/+11
2022-03-02drm/amdgpu: enable gfx clock gating control for GC 10.3.7Prike Liang-0/+1
2022-03-02drm/amdgpu: fix suspend/resume hang regressionQiang Yu-1/+2
2022-03-02drm/amdgpu: Move CAP firmware loading to the beginning of PSP firmware listYifan Zha-2/+2
2022-03-02drm/amdgpu: Bump minor version for hot plug tests enabling.Andrey Grodzovsky-1/+2
2022-03-02drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.Andrey Grodzovsky-2/+8
2022-03-02drm/amdgpu: convert code name to ip version for noretry setYifan Zhang-6/+5
2022-03-02drm/amdgpu: move amdgpu_gmc_noretry_set after ip_versions populatedYifan Zhang-1/+1
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai-26/+8
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in mca ras b...yipechai-27/+3
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in sdma ras ...yipechai-9/+1
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras b...yipechai-5/+2
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in xgmi ras ...yipechai-8/+1
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras b...yipechai-10/+2
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in nbio ras ...yipechai-9/+1
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in mmhub ras...yipechai-5/+2
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras b...yipechai-9/+1
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai-26/+14
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai-21/+21
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai-24/+24
2022-03-02drm/amdgpu: Fix realloc of ptrTom Rix-2/+7
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie-472/+462
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie-7/+14
2022-02-24drm/amdgpu: Exclude PCI reset method for now.Andrey Grodzovsky-2/+7
2022-02-24drm/amdgpu: Add use_xgmi_p2p module parameterAlex Sierra-1/+11
2022-02-24drm/amdgpu: config HDP_MISC_CNTL.READ_BUFFER_WATERMARKXiaogang Chen-0/+3
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-378/+420
2022-02-23drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu-2/+7
2022-02-23drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen-1/+1
2022-02-23Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()"Guchun Chen-2/+1
2022-02-23drm/amdgpu: do not enable asic reset for raven2Chen Gong-2/+2
2022-02-23drm/amd: Check if ASPM is enabled from PCIe subsystemMario Limonciello-0/+3
2022-02-23drm/amdgpu: fix typo in amdgpu_discovery.cAlex Deucher-3/+3
2022-02-23drm/amdgpu: add reset register dump trace on GPUSomalapuram Amaranath-0/+33
2022-02-23drm/amdgpu: add debugfs for reset registers listSomalapuram Amaranath-0/+86
2022-02-23drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu-2/+7
2022-02-23drm/amdgpu/nv: set mode2 reset for MP1 13.0.8Prike Liang-0/+1
2022-02-23drm/amdgpu/nv: enable gfx10.3.7 clock gating supportPrike Liang-1/+9
2022-02-23drm/amdgpu: add mode2 reset support for smu 13.0.5Yifan Zhang-0/+1
2022-02-23drm/amdgpu: Fixed warning reported by kernel test robotyipechai-1/+1
2022-02-23drm/amdgpu: Remove unused get_umc_v8_7_channel_index functionMaíra Canal-7/+0
2022-02-23drm/amdgpu: Change amdgpu_ras_block_late_init_default function scopeMaíra Canal-1/+1
2022-02-23drm/amdgpu: use ktime rather than jiffies for benchmark resultsAlex Deucher-14/+17
2022-02-23drm/amdgpu: use kernel BO API for benchmark buffer managementAlex Deucher-61/+17
2022-02-23drm/amdgpu: derive GTT display support from DMAlex Deucher-27/+4
2022-02-23drm/amdgpu: drop testing module parameterAlex Deucher-273/+1
2022-02-23drm/amdgpu: drop benchmark module parameterAlex Deucher-15/+0