summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-04-28drm/amdgpu/discovery: handle UMC harvesting in IP discoveryAlex Deucher-2/+12
2022-04-28drm/amdgpu/discovery: store the number of UMC IPs on the asicAlex Deucher-0/+11
2022-04-28drm/amdgpu: store the mall size in the gmc structureAlex Deucher-0/+21
2022-04-28drm/amdgpu/discovery: fix byteswapping in gc info parsingAlex Deucher-3/+3
2022-04-28drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)Guchun Chen-0/+14
2022-04-28drm/amdgpu/discovery: populate additional GC infoAlex Deucher-0/+28
2022-04-28drm/amdgpu: add function to decode ip versionLikun Gao-0/+38
2022-04-28drm/amdgpu: increase HWIP MAX INSTANCELikun Gao-1/+1
2022-04-28drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki-1/+3
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/ag...Dave Airlie-96/+532
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie-1319/+1552
2022-04-27drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang-0/+10
2022-04-27drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher-35/+70
2022-04-26drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()Dan Carpenter-1/+1
2022-04-26drm/amdgpu: debugfs: fix error codes in write functionsDan Carpenter-6/+14
2022-04-26drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang-0/+10
2022-04-26drm/amdgpu: Fix out-of-bound access for gfx_v10_0_ring_test_ib()Haohui Mai-2/+1
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai-11/+10
2022-04-26drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsHaohui Mai-10/+10
2022-04-25drm/amdgpu: Remove useless kfreeHaowen Bai-1/+0
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann-4/+5
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-6/+18
2022-04-22drm/amdgpu: Ta fw needs to be loaded for SRIOV aldebaranDavid Yu-0/+1
2022-04-22drm/amdgpu: add RAS fatal error interrupt handlerTao Zhou-14/+22
2022-04-22drm/amdgpu: add RAS poison consumption handler (v2)Tao Zhou-0/+35
2022-04-22drm/amdgpu: add RAS poison creation handler (v2)Tao Zhou-26/+44
2022-04-21drm/amd/amdgpu: Update PF2VF headerBokun Zhang-5/+7
2022-04-21drm/amd/amdgpu: Properly indent PF2VF headerBokun Zhang-35/+31
2022-04-21drm/amd/amdgpu: Update MIT license in SRIOV msg headerBokun Zhang-13/+12
2022-04-21drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher-35/+70
2022-04-21drm/amdgpu: Add debugfs TA load/unload/invoke supportCandice Li-1/+341
2022-04-21drm/amdgpu: Use indirect buffer and save response status for TA load/invokeCandice Li-8/+72
2022-04-21drm/amdgpu: partial revert "remove ctx->lock" v2Christian König-6/+18
2022-04-21drm/amdgpu: remove pointless ttm_eu usage from vkmsChristian König-15/+17
2022-04-20drm/amdgpu: Use TTM builtin resource manager debugfs codeZack Rusin-70/+16
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil-18/+115
2022-04-14drm/amd/amdgpu: Remove static from variable in RLCG Reg RWGavin Wan-5/+5
2022-04-14drm/amdgpu: Fix one use-after-free of VMxinhui pan-3/+16
2022-04-13drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń-0/+2
2022-04-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng-6/+12
2022-04-13drm/amdgpu: fix VCN 3.1.2 firmware nameAlex Deucher-1/+1
2022-04-13drm/amd/amdgpu: Not request init data for MS_HYPERV with vega10Yongqiang Sun-2/+10
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-170/+60
2022-04-11drm/amdgpu: add umc query error status functionStanley.Yang-58/+48
2022-04-11drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev-3/+3
2022-04-11drm/amd/amdgpu: Update debugfs GCA dataTom St Denis-3/+4
2022-04-11drm/amd/amdgpu: Fix asm/hypervisor.h build error.Yongqiang Sun-0/+4
2022-04-11drm/amdgpu: Use flexible array memberLijo Lazar-4/+4
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan-55/+58
2022-04-08drm/amdgpu: add drm buddy support to amdgpuArunpravin Paneer Selvam-176/+379