Home
last modified time | relevance | path

Searched refs:GBps (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/x86/
Dintel_rdt_ui.txt347 where L2 external is 10GBps (hence aggregate L2 external bandwidth is
348 240GBps) and L3 external bandwidth is 100GBps. Now a workload with '20
349 threads, having 50% bandwidth, each consuming 5GBps' consumes the max L3
350 bandwidth of 100GBps although the percentage value specified is only 50%
360 thread, with 10% bandwidth' can consume upto 10GBps and 40GBps although
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_drv.h150 #define GBps(x) ((u64)1000 * MBps((x))) macro
Dintel_pm.c3795 if (total_data_bw >= GBps(12) || num_active > 1) { in intel_get_ddb_size()