aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher1-0/+21
2022-09-14drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher1-22/+0
2022-09-14drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaAlex Deucher1-3/+0
2022-04-28drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.cAlex Deucher1-13/+0
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-15drm/amd: fix gfx hang on renoir in IGT reload testTianci.Yin1-0/+4
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai1-3/+0
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-1/+1
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-2/+2
2022-02-23drm/amdgpu: do not enable asic reset for raven2Chen Gong1-2/+2
2022-02-21drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai1-5/+1
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-1/+1
2022-02-16drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-01-25drm/amdgpu: switch to common helper to read bios from romHawking Zhang1-35/+2
2022-01-14drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai1-10/+8
2021-12-14amdgpu: fix some comment typosYann Dirson1-1/+1
2021-12-13drm/amdgpu: check df_funcs and its callback pointersHawking Zhang1-2/+7
2021-11-22drm/amdgpu: Fix MMIO HDP flush on SRIOVFelix Kuehling1-3/+5
2021-10-20drm/amdgpu: drop soc15_set_ip_blocks()Alex Deucher1-179/+0
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-12/+12
2021-10-04drm/amdgpu/soc15: convert to IP version checkingAlex Deucher1-71/+88
2021-10-04drm/amdgpu/soc15: get rev_id in soc15_common_early_initAlex Deucher1-1/+1
2021-10-04drm/amdgpu/soc15: export common IP functionsAlex Deucher1-1/+1
2021-09-23drm/amdgpu: make soc15_common_ip_funcs staticAlex Deucher1-1/+3
2021-08-26drm/amdgpu: disable GFX CGCG in aldebaranHawking Zhang1-2/+0
2021-08-05drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor1-5/+5
2021-07-23drm/amd/amdgpu: add consistent PSP FW loading size checkingCandice Li1-2/+2
2021-07-16amdgpu/nv.c - Optimize code for video codec support structureVeerabadhran Gopalakrishnan1-154/+22
2021-07-01drm/amdgpu: move apu flags initialization to the start of device initHuang Rui1-9/+1
2021-05-21drm/amdgpu: Modify GC register access from MMIO to RLCG in file soc15.cPeng Ju Zhou1-2/+5
2021-05-19drm/amdgpu: add video_codecs query support for aldebaranJames Zhu1-0/+1
2021-05-19drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hangChangfeng1-2/+0
2021-05-19drm/amd/pm: enable ASPM by defaultKenneth Feng1-1/+1
2021-05-10drm/amdgpu: Rename to ras_*_enabledLuben Tuikov1-3/+3
2021-05-10drm/amdgpu: Remove redundant ras->supportedLuben Tuikov1-3/+4
2021-05-10drm/amdgpu: set vcn mgcg flag for picassoSathishkumar S1-1/+2
2021-05-10drm/amdgpu: enable ras error count query and reset for HDPHawking Zhang1-3/+0
2021-04-15drm/amd/amdgpu: enable ASPM on vegaKenneth Feng1-3/+4
2021-04-09drm/amdgpu: split nbio callbacks into ras and non-ras onesHawking Zhang1-5/+10
2021-04-09drm/amd/pm: label these APIs used internally as staticEvan Quan1-1/+0
2021-04-09drm/amdgpu: Enable VCN/JPEG CG on aldebaranLijo Lazar1-2/+2
2021-03-23drm/amdgpu: Add clock gating support for aldebaranLijo Lazar1-9/+22
2021-03-23drm/amdgpu: enable vcn dpg mode on aldebaranJames Zhu1-1/+1
2021-03-23drm/amdgpu: enable vcn and jpeg on aldebaranJames Zhu1-2/+2
2021-03-23drm/amdgpu: Enable swsmu block on aldebaranLijo Lazar1-0/+1
2021-03-23drm/amdgpu: switch to vega20 ih block for aldebaranHawking Zhang1-2/+2
2021-03-23drm/amdgpu:add smu mode1/2 support for aldebaranFeifei Xu1-37/+19