Searched refs:pt_defaults (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dci_dpm.c319 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_svi_load_line() local
321 pi->smc_powertune_table.SviLoadLineEn = pt_defaults->svi_load_line_en; ci_populate_svi_load_line()
322 pi->smc_powertune_table.SviLoadLineVddC = pt_defaults->svi_load_line_vddc; ci_populate_svi_load_line()
332 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_tdc_limit() local
338 pt_defaults->tdc_vddc_throttle_release_limit_perc; ci_populate_tdc_limit()
339 pi->smc_powertune_table.TDC_MAWt = pt_defaults->tdc_mawt; ci_populate_tdc_limit()
347 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_dw8() local
359 pi->smc_powertune_table.TdcWaterfallCtl = pt_defaults->tdc_waterfall_ctl; ci_populate_dw8()
431 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_bapm_parameters_in_dpm_table() local
448 dpm_table->DTEAmbientTempBase = pt_defaults->dte_ambient_temp_base; ci_populate_bapm_parameters_in_dpm_table()
458 dpm_table->BAPM_TEMP_GRADIENT = cpu_to_be32(pt_defaults->bapm_temp_gradient); ci_populate_bapm_parameters_in_dpm_table()
459 def1 = pt_defaults->bapmti_r; ci_populate_bapm_parameters_in_dpm_table()
460 def2 = pt_defaults->bapmti_rc; ci_populate_bapm_parameters_in_dpm_table()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Dci_dpm.c437 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_svi_load_line() local
439 pi->smc_powertune_table.SviLoadLineEn = pt_defaults->svi_load_line_en; ci_populate_svi_load_line()
440 pi->smc_powertune_table.SviLoadLineVddC = pt_defaults->svi_load_line_vddc; ci_populate_svi_load_line()
450 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_tdc_limit() local
456 pt_defaults->tdc_vddc_throttle_release_limit_perc; ci_populate_tdc_limit()
457 pi->smc_powertune_table.TDC_MAWt = pt_defaults->tdc_mawt; ci_populate_tdc_limit()
465 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_dw8() local
477 pi->smc_powertune_table.TdcWaterfallCtl = pt_defaults->tdc_waterfall_ctl; ci_populate_dw8()
549 const struct ci_pt_defaults *pt_defaults = pi->powertune_defaults; ci_populate_bapm_parameters_in_dpm_table() local
566 dpm_table->DTEAmbientTempBase = pt_defaults->dte_ambient_temp_base; ci_populate_bapm_parameters_in_dpm_table()
576 dpm_table->BAPM_TEMP_GRADIENT = cpu_to_be32(pt_defaults->bapm_temp_gradient); ci_populate_bapm_parameters_in_dpm_table()
577 def1 = pt_defaults->bapmti_r; ci_populate_bapm_parameters_in_dpm_table()
578 def2 = pt_defaults->bapmti_rc; ci_populate_bapm_parameters_in_dpm_table()

Completed in 180 milliseconds