Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 4 of 4) sorted by relevance

/drivers/acpi/numa/
Dhmat.c242 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
248 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h290 float write_bandwidth[number_of_planes_minus_one + 1]; member
/drivers/base/
Dnode.c176 ACCESS_ATTR(write_bandwidth);
/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c194 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0; in mode_support_and_system_configuration()
197 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5; in mode_support_and_system_configuration()
200 v->write_bandwidth[k] = 0.0; in mode_support_and_system_configuration()
202 …e_per_second = v->total_write_bandwidth_consumed_gbyte_per_second + v->write_bandwidth[k] / 1000.0; in mode_support_and_system_configuration()