Searched refs:total_dcc_active_dpp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h443 float total_dcc_active_dpp; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c1286 v->total_dcc_active_dpp = 0.0;
1290 v->total_dcc_active_dpp = v->total_dcc_active_dpp + v->dpp_per_plane[k];
1318 v->urgent_extra_latency = v->urgent_round_trip_and_out_of_order_latency + (v->total_active_dpp * v->pixel_chunk_size_in_kbyte + v->total_dcc_active_dpp * v->meta_chunk_size) * 1024.0 / v->return_bw;

Completed in 92 milliseconds