Searched refs:read_bandwidth (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/cxl/core/ |
H A D | cdat.c | 105 coord->read_bandwidth = val; in __cxl_access_coordinate_set() 109 coord->read_bandwidth = val; in __cxl_access_coordinate_set() 252 dent->coord[ACCESS_COORDINATE_CPU].read_bandwidth, in update_perf_entry() 527 if (c1->read_bandwidth && c2->read_bandwidth) in __cxl_coordinates_combine() 528 out->read_bandwidth = min(c1->read_bandwidth, in __cxl_coordinates_combine() 529 c2->read_bandwidth); in __cxl_coordinates_combine() 555 coord[i].read_bandwidth = c1[i].read_bandwidth + in cxl_bandwidth_add() 556 c2[i].read_bandwidth; in cxl_bandwidth_add() 963 cxlr->coord[i].read_bandwidth = coord[i].read_bandwidth; in cxl_region_update_bandwidth() 1068 cxlr->coord[i].read_bandwidth += perf->coord[i].read_bandwidth; in cxl_region_perf_data_calculate()
|
H A D | port.c | 2132 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid() 2145 c[i].read_bandwidth = min(c[i].read_bandwidth, bw); in set_min_bandwidth() 2175 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2179 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2260 c[i].read_bandwidth = dport->coord[i].read_bandwidth; in cxl_port_get_switch_dport_bandwidth()
|
H A D | region.c | 57 ACCESS_ATTR_RO(0, read_bandwidth); 66 ACCESS_ATTR_DECLARE(0, read_bandwidth), 73 ACCESS_ATTR_RO(1, read_bandwidth); 79 ACCESS_ATTR_DECLARE(1, read_bandwidth), 102 cxlr->coord[level].read_bandwidth == 0) \ 2382 if (cxlr->coord[i].read_bandwidth) { in cxl_region_update_coordinates()
|
H A D | pci.c | 1051 c[i].read_bandwidth = bw; in cxl_pci_get_bandwidth()
|
/linux/mm/ |
H A D | memory-tiers.c | 733 coord->read_bandwidth, coord->write_bandwidth); in dump_hmem_attrs() 744 perf->read_bandwidth + perf->write_bandwidth == 0) in mt_set_default_dram_perf() 764 abs(perf->read_bandwidth - default_dram_perf.read_bandwidth) * 10 > in mt_set_default_dram_perf() 765 default_dram_perf.read_bandwidth || in mt_set_default_dram_perf() 792 perf->read_bandwidth + perf->write_bandwidth == 0) in mt_perf_to_adistance() 808 (default_dram_perf.read_bandwidth + default_dram_perf.write_bandwidth) / in mt_perf_to_adistance() 809 (perf->read_bandwidth + perf->write_bandwidth); in mt_perf_to_adistance()
|
/linux/include/linux/ |
H A D | node.h | 30 unsigned int read_bandwidth; member
|
/linux/drivers/acpi/numa/ |
H A D | hmat.c | 318 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 322 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 352 coord->read_bandwidth, access); in hmat_update_target_coordinates()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_auto.c | 176 …v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k],… in mode_support_and_system_configuration() 178 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256); in mode_support_and_system_configuration() 181 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 64); in mode_support_and_system_configuration() 184 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256); in mode_support_and_system_configuration() 187 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 512); in mode_support_and_system_configuration() 189 …yte_per_second = v->total_read_bandwidth_consumed_gbyte_per_second + v->read_bandwidth[k] / 1000.0; in mode_support_and_system_configuration() 837 …_immediate_flip = v->bw_available_for_immediate_flip -dcn_bw_max2(v->read_bandwidth[k], v->prefetc… in mode_support_and_system_configuration() 918 …mum_read_bandwidth_with_prefetch_with_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration() 921 …mum_read_bandwidth_with_prefetch_with_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration() 926 …_read_bandwidth_with_prefetch_without_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration()
|
H A D | dcn_calcs.c | 478 total_active_bw += v->read_bandwidth[i]; in dcn_bw_calc_rq_dlg_ttu()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 289 float read_bandwidth[number_of_planes_minus_one + 1]; member
|
/linux/Documentation/admin-guide/mm/ |
H A D | numaperf.rst | 84 |-- read_bandwidth
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-node | 118 What: /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth
|
/linux/drivers/cxl/ |
H A D | acpi.c | 210 [2].integer = { ACPI_TYPE_INTEGER, coord->read_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-cxl | 557 What: /sys/bus/cxl/devices/regionZ/accessY/read_bandwidth 567 /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth or
|
/linux/tools/testing/cxl/test/ |
H A D | cxl.c | 992 dpa_perf->coord[i].read_bandwidth = 1000; in dpa_perf_setup()
|