Home
last modified time | relevance | path

Searched refs:def2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dmmhub_v1_0.c437 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_0_update_medium_grain_clock_gating() local
443 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating()
493 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smumgr.c1857 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local
1891 def2 = defaults->bapmti_rc; in iceland_populate_bapm_parameters_in_dpm_table()
1897 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in iceland_populate_bapm_parameters_in_dpm_table()
1899 def2++; in iceland_populate_bapm_parameters_in_dpm_table()
Dci_smumgr.c721 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local
746 def2 = defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
752 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in ci_populate_bapm_parameters_in_dpm_table()
754 def2++; in ci_populate_bapm_parameters_in_dpm_table()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dci_dpm.c441 const u16 *def2; in ci_populate_bapm_parameters_in_dpm_table() local
463 def2 = pt_defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
469 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2); in ci_populate_bapm_parameters_in_dpm_table()
471 def2++; in ci_populate_bapm_parameters_in_dpm_table()