Searched refs:deprogbwlimit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bw.c345 u8 deburst, deprogbwlimit, derating; member in struct:intel_sa_info
350 .deprogbwlimit = 25, /* GB/s */
357 .deprogbwlimit = 34, /* GB/s */
364 .deprogbwlimit = 20, /* GB/s */
371 .deprogbwlimit = 38, /* GB/s */
378 .deprogbwlimit = 38, /* GB/s */
385 .deprogbwlimit = 38, /* GB/s */
409 maxdebw = min(sa->deprogbwlimit * 1000, dclk_max * 16 * 6 / 10);
496 maxdebw = min(sa->deprogbwlimit * 1000, peakbw * 6 / 10); /* 60% */

Completed in 105 milliseconds