Searched refs:read_bandwidth (Results 1 – 10 of 10) sorted by relevance
| /drivers/cxl/core/ |
| 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() 539 if (c1->read_bandwidth && c2->read_bandwidth) in __cxl_coordinates_combine() 540 out->read_bandwidth = min(c1->read_bandwidth, in __cxl_coordinates_combine() 541 c2->read_bandwidth); in __cxl_coordinates_combine() 567 coord[i].read_bandwidth = c1[i].read_bandwidth + in cxl_bandwidth_add() 568 c2[i].read_bandwidth; in cxl_bandwidth_add() 969 cxlr->coord[i].read_bandwidth = coord[i].read_bandwidth; in cxl_region_update_bandwidth() 1074 cxlr->coord[i].read_bandwidth += perf->coord[i].read_bandwidth; in cxl_region_perf_data_calculate()
|
| A D | port.c | 2125 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid() 2138 c[i].read_bandwidth = min(c[i].read_bandwidth, bw); in set_min_bandwidth() 2168 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2172 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2253 c[i].read_bandwidth = dport->coord[i].read_bandwidth; in cxl_port_get_switch_dport_bandwidth()
|
| 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) \ 2444 if (cxlr->coord[i].read_bandwidth) { in cxl_region_update_coordinates()
|
| A D | pci.c | 1065 c[i].read_bandwidth = bw; in cxl_pci_get_bandwidth()
|
| /drivers/acpi/numa/ |
| A D | hmat.c | 357 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 361 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 391 coord->read_bandwidth, access); in hmat_update_target_coordinates()
|
| /drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| 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()
|
| A D | dcn_calcs.c | 478 total_active_bw += v->read_bandwidth[i]; in dcn_bw_calc_rq_dlg_ttu()
|
| /drivers/gpu/drm/amd/display/dc/inc/ |
| A D | dcn_calcs.h | 289 float read_bandwidth[number_of_planes_minus_one + 1]; member
|
| /drivers/cxl/ |
| A D | acpi.c | 208 [2].integer = { ACPI_TYPE_INTEGER, coord->read_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
|
| /drivers/base/ |
| A D | node.c | 197 ACCESS_ATTR(read_bandwidth);
|
Completed in 53 milliseconds