Searched refs:read_bandwidth (Results 1 – 10 of 10) 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() 536 if (c1->read_bandwidth && c2->read_bandwidth) in __cxl_coordinates_combine() 537 out->read_bandwidth = min(c1->read_bandwidth, in __cxl_coordinates_combine() 538 c2->read_bandwidth); in __cxl_coordinates_combine() 564 coord[i].read_bandwidth = c1[i].read_bandwidth + in cxl_bandwidth_add() 565 c2[i].read_bandwidth; in cxl_bandwidth_add() 966 cxlr->coord[i].read_bandwidth = coord[i].read_bandwidth; in cxl_region_update_bandwidth() 1071 cxlr->coord[i].read_bandwidth += perf->coord[i].read_bandwidth; in cxl_region_perf_data_calculate()
|
| H A D | port.c | 2319 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid() 2332 c[i].read_bandwidth = min(c[i].read_bandwidth, bw); in set_min_bandwidth() 2362 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2366 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2447 c[i].read_bandwidth = dport->coord[i].read_bandwidth; in cxl_port_get_switch_dport_bandwidth()
|
| H A D | region.c | 65 ACCESS_ATTR_RO(0, read_bandwidth); 74 ACCESS_ATTR_DECLARE(0, read_bandwidth), 81 ACCESS_ATTR_RO(1, read_bandwidth); 87 ACCESS_ATTR_DECLARE(1, read_bandwidth), 110 cxlr->coord[level].read_bandwidth == 0) \ 2601 if (cxlr->coord[i].read_bandwidth) { in cxl_region_update_coordinates()
|
| /linux/include/linux/ |
| H A D | node.h | 30 unsigned int read_bandwidth; member
|
| /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()
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 356 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 360 target->coord[access].read_bandwidth = value; in hmat_update_target_access()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 84 |-- read_bandwidth
|
| /linux/drivers/cxl/ |
| H A D | acpi.c | 237 [2].integer = { ACPI_TYPE_INTEGER, coord->read_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 1410 dpa_perf->coord[i].read_bandwidth = 1000; in dpa_perf_setup()
|
| /linux/mm/ |
| H A D | mempolicy.c | 227 bw_val = min(coords->read_bandwidth, coords->write_bandwidth); in mempolicy_set_node_perf()
|