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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_resource.h 103 struct pp_smu_nv_clock_table max_clocks);
105 struct pp_smu_nv_clock_table *max_clocks, unsigned int *uclk_states, unsigned int num_states);
171 struct pp_smu_nv_clock_table max_clocks);
amdgpu_dcn20_resource.c 3142 struct pp_smu_nv_clock_table max_clocks)
3148 if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.dcfClockInKhz / 1000))
3149 && max_clocks.dcfClockInKhz != 0)
3150 bb->clock_limits[i].dcfclk_mhz = (max_clocks.dcfClockInKhz / 1000);
3152 if ((bb->clock_limits[i].dram_speed_mts > (max_clocks.uClockInKhz / 1000) * 16)
3153 && max_clocks.uClockInKhz != 0)
3154 bb->clock_limits[i].dram_speed_mts = (max_clocks.uClockInKhz / 1000) * 16;
3156 if ((bb->clock_limits[i].fabricclk_mhz > (max_clocks.fabricClockInKhz / 1000))
3157 && max_clocks.fabricClockInKhz != 0)
3158 bb->clock_limits[i].fabricclk_mhz = (max_clocks.fabricClockInKhz / 1000)
3446 struct pp_smu_nv_clock_table max_clocks = {0}; local in function:init_soc_bounding_box
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_pp_smu.h 226 struct pp_smu_nv_clock_table *max_clocks);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1601 struct pp_smu_nv_clock_table *max_clocks)
1606 if (!max_clocks || !table_context->max_sustainable_clocks)
1611 max_clocks->dcfClockInKhz =
1613 max_clocks->displayClockInKhz =
1615 max_clocks->phyClockInKhz =
1617 max_clocks->pixelClockInKhz =
1619 max_clocks->uClockInKhz =
1621 max_clocks->socClockInKhz =
1623 max_clocks->dscClockInKhz = 0;
1624 max_clocks->dppClockInKhz = 0
    [all...]
amdgpu_smu.c 2565 struct pp_smu_nv_clock_table *max_clocks)
2572 ret = smu->ppt_funcs->get_max_sustainable_clocks_by_dc(smu, max_clocks);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_v11_0.h 246 struct pp_smu_nv_clock_table *max_clocks);
amdgpu_smu.h 560 int (*get_max_sustainable_clocks_by_dc)(struct smu_context *smu, struct pp_smu_nv_clock_table *max_clocks);
735 struct pp_smu_nv_clock_table *max_clocks);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_pp_smu.c 862 struct pp_smu *pp, struct pp_smu_nv_clock_table *max_clocks)
874 if (!smu_get_max_sustainable_clocks_by_dc(smu, max_clocks))

Completed in 53 milliseconds