Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2057 unsigned int time_per_byte = 0; in dcn20_calc_max_scaled_time() local
2065 time_per_byte = time_per_pixel/4; in dcn20_calc_max_scaled_time()
2067 time_per_byte = time_per_pixel; in dcn20_calc_max_scaled_time()
2069 time_per_byte = time_per_pixel * 819/1024; in dcn20_calc_max_scaled_time()
2071 if (time_per_byte == 0) in dcn20_calc_max_scaled_time()
2072 time_per_byte = 1; in dcn20_calc_max_scaled_time()
2076 buf_lh_capability = max_free_entry*time_per_byte*32/16; /* there is 4bit fraction */ in dcn20_calc_max_scaled_time()