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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_dc_dsc.c 134 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput)
138 *throughput = 0;
141 *throughput = 170;
144 *throughput = 340;
147 *throughput = 400;
150 *throughput = 450;
153 *throughput = 500;
156 *throughput = 550;
159 *throughput = 600;
162 *throughput = 650
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_benchmark.c 69 unsigned int throughput = (n * (size >> 10)) / time; local in function:amdgpu_benchmark_log_results
71 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
73 throughput * 8, throughput);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_benchmark.c 85 unsigned int throughput = (n * (size >> 10)) / time; local in function:radeon_benchmark_log_results
87 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
89 throughput * 8, throughput);

Completed in 14 milliseconds