Searched refs:def1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | mmhub_v1_0.c | 619 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_0_update_medium_grain_clock_gating() local 624 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating() 627 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2_RV); in mmhub_v1_0_update_medium_grain_clock_gating() 668 if (def1 != data1) { in mmhub_v1_0_update_medium_grain_clock_gating()
|
D | ci_dpm.c | 563 const u16 *def1; in ci_populate_bapm_parameters_in_dpm_table() local 585 def1 = pt_defaults->bapmti_r; in ci_populate_bapm_parameters_in_dpm_table() 591 dpm_table->BAPMTI_R[i][j][k] = cpu_to_be16(*def1); in ci_populate_bapm_parameters_in_dpm_table() 593 def1++; in ci_populate_bapm_parameters_in_dpm_table()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | iceland_smumgr.c | 1856 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local 1889 def1 = defaults->bapmti_r; in iceland_populate_bapm_parameters_in_dpm_table() 1895 dpm_table->BAPMTI_R[i][j][k] = PP_HOST_TO_SMC_US(*def1); in iceland_populate_bapm_parameters_in_dpm_table() 1897 def1++; in iceland_populate_bapm_parameters_in_dpm_table()
|
D | ci_smumgr.c | 720 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local 744 def1 = defaults->bapmti_r; in ci_populate_bapm_parameters_in_dpm_table() 750 dpm_table->BAPMTI_R[i][j][k] = PP_HOST_TO_SMC_US(*def1); in ci_populate_bapm_parameters_in_dpm_table() 752 def1++; in ci_populate_bapm_parameters_in_dpm_table()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | ci_dpm.c | 438 const u16 *def1; in ci_populate_bapm_parameters_in_dpm_table() local 460 def1 = pt_defaults->bapmti_r; in ci_populate_bapm_parameters_in_dpm_table() 466 dpm_table->BAPMTI_R[i][j][k] = cpu_to_be16(*def1); in ci_populate_bapm_parameters_in_dpm_table() 468 def1++; in ci_populate_bapm_parameters_in_dpm_table()
|