HomeSort by: relevance | last modified time | path
    Searched refs:smu_11_0_overdrive_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_v11_0_pptable.h 105 struct smu_11_0_overdrive_table struct
162 struct smu_11_0_overdrive_table overdrive_table;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_navi10_ppt.c 748 static inline bool navi10_od_feature_is_supported(struct smu_11_0_overdrive_table *od_table, enum SMU_11_0_ODFEATURE_CAP cap)
753 static void navi10_od_setting_get_range(struct smu_11_0_overdrive_table *od_table,
779 struct smu_11_0_overdrive_table *od_settings = smu->od_settings;
1935 static int navi10_od_setting_check_range(struct smu_11_0_overdrive_table *od_table, enum SMU_11_0_ODSETTING_ID setting, uint32_t value)
1971 const struct smu_11_0_overdrive_table *overdrive_table = NULL;
1981 smu->od_settings = kmemdup(overdrive_table, sizeof(struct smu_11_0_overdrive_table), GFP_KERNEL);
1983 memcpy(smu->od_settings, overdrive_table, sizeof(struct smu_11_0_overdrive_table));
2049 struct smu_11_0_overdrive_table *od_settings;

Completed in 14 milliseconds