Home
last modified time | relevance | path

Searched refs:ASICID_IS_P23 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cgs.c384 if (ASICID_IS_P23(adev->pdev->device, adev->pdev->revision)) { in amdgpu_cgs_get_firmware_info()
Damdgpu.h723 #define ASICID_IS_P23(did, rid) (((did == 0x6987) && \ macro
Dgmc_v8_0.c247 if (ASICID_IS_P23(adev->pdev->device, adev->pdev->revision)) { in gmc_v8_0_init_microcode()
Dvi.c1302 !(ASICID_IS_P23(adev->pdev->device, adev->pdev->revision))) || in vi_program_aspm()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dpolaris10_smumgr.c1801 …((hwmgr->chip_id == CHIP_POLARIS12) && !ASICID_IS_P23(adev->pdev->device, adev->pdev->revision)) || in polaris10_populate_avfs_parameters()
1819 …} else if (hwmgr->chip_id == CHIP_POLARIS12 && !ASICID_IS_P23(adev->pdev->device, adev->pdev->revi… in polaris10_populate_avfs_parameters()