Home
last modified time | relevance | path

Searched refs:read_bandwidth (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dnode.h31 unsigned int read_bandwidth; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c176 …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 Ddcn_calcs.c478 total_active_bw += v->read_bandwidth[i]; in dcn_bw_calc_rq_dlg_ttu()
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c240 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
244 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h289 float read_bandwidth[number_of_planes_minus_one + 1]; member
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst84 |-- read_bandwidth
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-node118 What: /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth
/openbmc/linux/drivers/base/
H A Dnode.c174 ACCESS_ATTR(read_bandwidth);