Searched refs:time_per_byte (Results 1 – 2 of 2) sorted by relevance
1562 unsigned int time_per_byte = 0; in dcn30_calc_max_scaled_time() local1568 time_per_byte = time_per_pixel/4; in dcn30_calc_max_scaled_time()1570 time_per_byte = time_per_pixel/8; in dcn30_calc_max_scaled_time()1572 if (time_per_byte == 0) in dcn30_calc_max_scaled_time()1573 time_per_byte = 1; in dcn30_calc_max_scaled_time()1575 buf_lh_capability = (total_free_entry*time_per_byte*32) >> 6; /* time_per_byte is in u6.6*/ in dcn30_calc_max_scaled_time()
2396 unsigned int time_per_byte = 0; local2404 time_per_byte = time_per_pixel/4;2406 time_per_byte = time_per_pixel;2408 time_per_byte = time_per_pixel * 819/1024;2410 if (time_per_byte == 0)2411 time_per_byte = 1;2415 buf_lh_capability = max_free_entry*time_per_byte*32/16; /* there is 4bit fraction */