summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-04drm/amdgpu: Enable doorbell selfring after resize FB BARShane Xiao1-10/+15
2023-04-14drm/amdgpu: add common early init support for GC 9.4.3Hawking Zhang1-0/+5
2023-04-14drm/amdgpu: change the reference clock for raven/raven2Jesse Zhang1-4/+3
2023-03-16drm/amdgpu: Retire pcie_gen3_enable functionHawking Zhang1-20/+0
2023-03-16drm/amdgpu: Move to common helper to query soc rev_idHawking Zhang1-6/+1
2023-03-16drm/amdgpu: Move to common indirect reg access helperHawking Zhang1-45/+4
2023-03-07drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15Alex Deucher1-2/+3
2022-11-29amdgpu/nv.c: Corrected typo in the video capabilities resolutionVeerabadhran Gopalakrishnan1-12/+12
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-29drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.cAlex Deucher1-13/+0
2022-04-09drm/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-03drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai1-3/+0
2022-03-03drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-1/+1
2022-03-03drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-2/+2
2022-02-24drm/amdgpu: do not enable asic reset for raven2Chen Gong1-2/+2
2022-02-22drm/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-17drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-01-26drm/amdgpu: switch to common helper to read bios from romHawking Zhang1-35/+2
2022-01-15drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai1-10/+8
2021-12-15amdgpu: fix some comment typosYann Dirson1-1/+1
2021-12-14drm/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-06drm/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-20drm/amdgpu: add video_codecs query support for aldebaranJames Zhu1-0/+1
2021-05-20drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hangChangfeng1-2/+0
2021-05-20drm/amd/pm: enable ASPM by defaultKenneth Feng1-1/+1
2021-05-11drm/amdgpu: Rename to ras_*_enabledLuben Tuikov1-3/+3
2021-05-11drm/amdgpu: Remove redundant ras->supportedLuben Tuikov1-3/+4
2021-05-11drm/amdgpu: set vcn mgcg flag for picassoSathishkumar S1-1/+2
2021-05-11drm/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