Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dmmhub_v1_0.c619 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_0_update_medium_grain_clock_gating() local
625 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating()
675 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
Dci_dpm.c564 const u16 *def2; in ci_populate_bapm_parameters_in_dpm_table() local
586 def2 = pt_defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
592 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2); in ci_populate_bapm_parameters_in_dpm_table()
594 def2++; in ci_populate_bapm_parameters_in_dpm_table()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smumgr.c1856 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local
1890 def2 = defaults->bapmti_rc; in iceland_populate_bapm_parameters_in_dpm_table()
1896 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in iceland_populate_bapm_parameters_in_dpm_table()
1898 def2++; in iceland_populate_bapm_parameters_in_dpm_table()
Dci_smumgr.c720 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local
745 def2 = defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
751 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in ci_populate_bapm_parameters_in_dpm_table()
753 def2++; in ci_populate_bapm_parameters_in_dpm_table()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dci_dpm.c439 const u16 *def2; in ci_populate_bapm_parameters_in_dpm_table() local
461 def2 = pt_defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
467 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2); in ci_populate_bapm_parameters_in_dpm_table()
469 def2++; in ci_populate_bapm_parameters_in_dpm_table()