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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_pp_smu.h 165 unsigned int dcfClockInKhz;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 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);
3245 calculated_states[i].dcfclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->dcfClockInKhz / 1000) ?
3246 max_clocks->dcfClockInKhz / 1000 : calculated_states[i].fabricclk_mhz;
3259 calculated_states[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000;
3465 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz)
3466 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1611 max_clocks->dcfClockInKhz =

Completed in 19 milliseconds