aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-05-04drm/amdgpu: add hdp version 6 functionsLikun Gao4-2/+134
2022-05-04drm/amdgpu: Free user pages if kvmalloc_array failsPhilip Yang1-1/+2
2022-05-04drm/amdgpu: simplify the return expression of navi10_ih_hw_init()Minghao Chi1-6/+1
2022-05-04drm/amdgpu: simplify the return expression of iceland_ih_hw_initMinghao Chi1-6/+1
2022-05-04drm/amdgpu/discovery: add IH v6Likun Gao1-0/+4
2022-05-04drm/amdgpu: add ih v6_0 ip block v2Stanley.Yang3-1/+775
2022-05-04drm/amdgpu/discovery: add NBIO 4.3 SupportLikun Gao1-0/+5
2022-05-04drm/amdgpu: add nbio v4_3_0 ip block v2Stanley.Yang4-1/+403
2022-05-04drm/amdgpu/discovery: add soc21 common SupportLikun Gao1-0/+4
2022-05-04drm/amdgpu: fix drm-next merge falloutChristian König1-1/+5
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie4-6/+28
2022-04-29Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-19/+22
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie2-35/+80
2022-04-28drm/amdgpu: Free user pages if amdgpu_cs_parser_bos failedPhilip Yang1-3/+15
2022-04-28drm/amdgpu: Fix build warning for TA debugfs interfaceCandice Li2-27/+14
2022-04-28drm/amdgpu: add soc21 common ip block v2Stanley.Yang3-1/+651
2022-04-28drm/amdgpu: add new write field for soc21Stanley.Yang1-0/+8
2022-04-28drm/amdgpu: add nbio callback to query rom offsetHawking Zhang2-2/+12
2022-04-28drm/amdgpu: update query ref clk from biosHawking Zhang1-10/+20
2022-04-28drm/amdgpu: update gc info from bios tableHawking Zhang1-36/+53
2022-04-28drm/amdgpu: support query vram_info v3_0Hawking Zhang1-80/+110
2022-04-28drm/amdgpu: switch to atomfirmware_asic_initHawking Zhang1-1/+4
2022-04-28drm/amdgpu: add helper to execute atomfirmware asic_initHawking Zhang2-0/+65
2022-04-28drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.cAlex Deucher4-38/+14
2022-04-28drm/amdgpu/discovery: add a function to parse the vcn info tableAlex Deucher3-0/+55
2022-04-28drm/amdgpu/discovery: add additional validationAlex Deucher1-26/+126
2022-04-28drm/amdgpu/discovery: add a function to get the mall_sizeAlex Deucher2-0/+47
2022-04-28drm/amdgpu/discovery: handle UMC harvesting in IP discoveryAlex Deucher1-2/+12
2022-04-28drm/amdgpu/discovery: store the number of UMC IPs on the asicAlex Deucher2-0/+11
2022-04-28drm/amdgpu: store the mall size in the gmc structureAlex Deucher2-0/+21
2022-04-28drm/amdgpu/discovery: fix byteswapping in gc info parsingAlex Deucher1-3/+3
2022-04-28drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)Guchun Chen1-0/+14
2022-04-28drm/amdgpu/discovery: populate additional GC infoAlex Deucher2-0/+28
2022-04-28drm/amdgpu: add function to decode ip versionLikun Gao3-0/+38
2022-04-28drm/amdgpu: increase HWIP MAX INSTANCELikun Gao1-1/+1
2022-04-28drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki1-1/+3
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/ag...Dave Airlie9-96/+532
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie83-1319/+1552
2022-04-27drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang1-0/+10
2022-04-27drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher1-35/+70
2022-04-26drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()Dan Carpenter1-1/+1
2022-04-26drm/amdgpu: debugfs: fix error codes in write functionsDan Carpenter1-6/+14
2022-04-26drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang1-0/+10
2022-04-26drm/amdgpu: Fix out-of-bound access for gfx_v10_0_ring_test_ib()Haohui Mai1-2/+1
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai4-11/+10
2022-04-26drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbellsHaohui Mai3-10/+10
2022-04-25drm/amdgpu: Remove useless kfreeHaowen Bai1-1/+0
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann3-4/+5
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-6/+18
2022-04-22drm/amdgpu: Ta fw needs to be loaded for SRIOV aldebaranDavid Yu1-0/+1