Searched refs:deprogbwlimit (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_bw.c | 350 u8 deburst, deprogbwlimit, derating; member 355 .deprogbwlimit = 25, /* GB/s */ 362 .deprogbwlimit = 34, /* GB/s */ 369 .deprogbwlimit = 20, /* GB/s */ 376 .deprogbwlimit = 38, /* GB/s */ 383 .deprogbwlimit = 38, /* GB/s */ 390 .deprogbwlimit = 38, /* GB/s */ 397 .deprogbwlimit = 53, 420 maxdebw = min(sa->deprogbwlimit * 1000, dclk_max * 16 * 6 / 10); in icl_get_bw_info() 507 maxdebw = min(sa->deprogbwlimit * 1000, peakbw * DEPROGBWPCLIMIT / 100); in tgl_get_bw_info() [all …]
|