Home
last modified time | relevance | path

Searched refs:TdcWaterfallCtl (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dfiji_smumgr.h36 uint8_t TdcWaterfallCtl; member
Dpolaris10_smumgr.h40 uint8_t TdcWaterfallCtl; member
Dvegam_smumgr.h49 uint8_t TdcWaterfallCtl; member
Dvegam_smumgr.c1771 offsetof(SMU75_Discrete_PmFuses, TdcWaterfallCtl), in vegam_populate_dw8()
1777 smu_data->power_tune_table.TdcWaterfallCtl = defaults->TdcWaterfallCtl; in vegam_populate_dw8()
Dfiji_smumgr.c612 offsetof(SMU73_Discrete_PmFuses, TdcWaterfallCtl), in fiji_populate_dw8()
618 smu_data->power_tune_table.TdcWaterfallCtl = defaults->TdcWaterfallCtl; in fiji_populate_dw8()
Dpolaris10_smumgr.c512 offsetof(SMU74_Discrete_PmFuses, TdcWaterfallCtl), in polaris10_populate_dw8()
518 smu_data->power_tune_table.TdcWaterfallCtl = defaults->TdcWaterfallCtl; in polaris10_populate_dw8()
Diceland_smumgr.c343 offsetof(SMU71_Discrete_PmFuses, TdcWaterfallCtl), in iceland_populate_dw8()
349 smu_data->power_tune_table.TdcWaterfallCtl = defaults->tdc_waterfall_ctl; in iceland_populate_dw8()
Dtonga_smumgr.c1918 offsetof(SMU72_Discrete_PmFuses, TdcWaterfallCtl), in tonga_populate_dw8()
1925 smu_data->power_tune_table.TdcWaterfallCtl = defaults->tdc_waterfall_ctl; in tonga_populate_dw8()
Dci_smumgr.c549 offsetof(SMU7_Discrete_PmFuses, TdcWaterfallCtl), in ci_populate_dw8()
555 smu_data->power_tune_table.TdcWaterfallCtl = defaults->tdc_waterfall_ctl; in ci_populate_dw8()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_powertune.h65 uint8_t TdcWaterfallCtl; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu7_discrete.h482 uint8_t TdcWaterfallCtl; member
Dsmu71_discrete.h529 uint8_t TdcWaterfallCtl; member
Dsmu74_discrete.h584 uint8_t TdcWaterfallCtl; member
Dsmu72_discrete.h596 uint8_t TdcWaterfallCtl; member
Dsmu73_discrete.h613 uint8_t TdcWaterfallCtl; member
Dsmu75_discrete.h610 uint8_t TdcWaterfallCtl; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dsmu7_discrete.h481 uint8_t TdcWaterfallCtl; member
Dci_dpm.c341 offsetof(SMU7_Discrete_PmFuses, TdcWaterfallCtl), in ci_populate_dw8()
342 (u32 *)&pi->smc_powertune_table.TdcWaterfallCtl, in ci_populate_dw8()
347 pi->smc_powertune_table.TdcWaterfallCtl = pt_defaults->tdc_waterfall_ctl; in ci_populate_dw8()