Searched refs:urgent_out_of_order_return_per_channel (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h133 float urgent_out_of_order_return_per_channel; member in struct:dcn_bw_internal_vars
575 int urgent_out_of_order_return_per_channel; /*bytes*/ member in struct:dcn_soc_bounding_box
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c116 .urgent_out_of_order_return_per_channel = 256, /*bytes*/
811 v->urgent_out_of_order_return_per_channel = dc->dcn_soc->urgent_out_of_order_return_per_channel;
1593 "urgent_out_of_order_return_per_channel: %d Bytes\n"
1627 dc->dcn_soc->urgent_out_of_order_return_per_channel,
1712 dc->dcn_soc->urgent_out_of_order_return_per_channel;
H A Ddcn_calc_auto.c252 v->urgent_round_trip_and_out_of_order_latency_per_state[i] = (v->round_trip_ping_latency_cycles + 32.0) / v->dcfclk_per_state[i] + v->urgent_out_of_order_return_per_channel * v->number_of_channels / v->return_bw_per_state[i];
1293 v->urgent_round_trip_and_out_of_order_latency = (v->round_trip_ping_latency_cycles + 32.0) / v->dcfclk + v->urgent_out_of_order_return_per_channel * v->number_of_channels / v->return_bw;

Completed in 432 milliseconds