aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10drm/amdgpu: add missed support for UVD IP_VERSION(3, 0, 64)Guchun Chen1-0/+1
2021-11-10drm/amdgpu: drop jpeg IP initialization in SRIOV caseGuchun Chen1-1/+2
2021-10-28drm/amdgpu/discovery: add SDMA IP instance info for soc15 partsAlex Deucher1-0/+14
2021-10-28drm/amdgpu/discovery: add UVD/VCN IP instance info for soc15 partsAlex Deucher1-0/+3
2021-10-22drm/amdgpu/nbio7.4: use original HDP_FLUSH bitsAlex Deucher1-1/+4
2021-10-21drm/amdgpu: Workaround harvesting info for some navy flounder boardsAlex Deucher1-0/+4
2021-10-19drm/amdgpu/discovery: parse hw_id_name for SDMA instance 2 and 3Guchun Chen1-0/+2
2021-10-13drm/amdgpu: enable display for cyan skillfishLang Yu1-2/+1
2021-10-13drm/amdgpu/nbio2.3: don't use GPU_HDP_FLUSH bit 12Alex Deucher1-1/+4
2021-10-08drm/amdgpu: add missing case for HDP for renoirAlex Deucher1-0/+1
2021-10-08drm/amdgpu/discovery: add missing case for SMU 11.0.5Alex Deucher1-0/+1
2021-10-04drm/amdgpu: remove some repeated includingsGuo Zhengkui1-2/+0
2021-10-04drm/amdgpu: add an option to override IP discovery table from a fileAlex Deucher1-4/+20
2021-10-04drm/amdgpu: add support for SRIOV in IP discovery pathAlex Deucher1-9/+25
2021-10-04drm/amdgpu: clean up set IP functionAlex Deucher1-335/+387
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-131/+140
2021-10-04drm/amdgpu: get VCN harvest information from IP discovery tableAlex Deucher1-0/+4
2021-10-04drm/amdgpu: get VCN and SDMA instances from IP discovery tableAlex Deucher1-0/+14
2021-10-04drm/amdgpu: add initial IP discovery support for vega based partsAlex Deucher1-30/+387
2021-10-04drm/amdgpu: add DCI HWIPAlex Deucher1-0/+1
2021-10-04drm/amdgpu: add initial IP enumeration via IP discovery tableAlex Deucher1-0/+333
2021-10-04drm/amdgpu: add XGMI HWIPAlex Deucher1-0/+1
2021-10-04drm/amdgpu: fill in IP versions from IP discovery tableAlex Deucher1-1/+2
2021-10-04drm/amdgpu: store HW IP versions in the driver structureAlex Deucher1-1/+0
2021-10-04drm/amdgpu: move headless sku check into harvest functionAlex Deucher1-0/+7
2021-09-29drm/amd/amdgpu: Validate ip discovery blobErnst Sjöstrand1-0/+21
2021-08-10drm/amdgpu: handle VCN instances when harvesting (v2)Alex Deucher1-3/+9
2021-06-18drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCHBokun Zhang1-0/+8
2021-06-11drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_versionPeng Ju Zhou1-2/+2
2021-05-13drm/amdgpu: add judgement when add ip blocks (v2)Likun GAO1-0/+28
2020-11-13drm/amdgpu: add UMC to ip discovery mapJohn Clements1-0/+1
2020-08-04drm/amdgpu: move IP discovery data to mmanAlex Deucher1-27/+27
2020-07-02drm/amdgpu: reduce ip discovery data reading sizeWenhui Sheng1-1/+1
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-1/+1
2020-05-01drm/amdgpu: re-structue members for ip discoveryHawking Zhang1-27/+29
2020-04-01drm/amdgpu: adjust sequence of ip_discovery init and timeout_settingMonk Liu1-4/+6
2020-04-01drm/amdgpu: purge ip_discovery headersMonk Liu1-2/+0
2020-02-25drm/amdgpu/discovery: make the discovery code less chattyAlex Deucher1-1/+1
2019-10-17drm/amdgpu: add a generic fb accessing helper function(v3)Tianci.Yin1-11/+1
2019-10-17drm/amdgpu: update amdgpu_discovery to handle revisionTianci.Yin1-1/+3
2019-10-15drm/amdgpu/discovery: reserve discovery data at the top of VRAMXiaojie Yuan1-2/+2
2019-07-11drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map arraytiancyin1-1/+1
2019-06-21drm/amdgpu/discovery: refactor ip list traversalXiaojie Yuan1-29/+42
2019-06-21drm/amdgpu/discovery: stop converting the units of base addressesXiaojie Yuan1-3/+3
2019-06-21drm/amdgpu/discovery: stop taking psp header into accountXiaojie Yuan1-6/+5
2019-06-21drm/amdgpu/discovery: fix hwid for nbioXiaojie Yuan1-1/+1
2019-06-21drm/amdgpu/discovery: use hardcoded mmRCC_CONFIG_MEMSIZEXiaojie Yuan1-6/+6
2019-06-21drm/amdgpu/discovery: fix calculations of some gfx infoXiaojie Yuan1-4/+6
2019-06-21drm/amdgpu/discovery: add ip discovery initial supportXiaojie Yuan1-0/+401