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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs690.c278 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rs690_crtc_bandwidth_compute() local
428 tolerable_latency.full = line_time.full; rs690_crtc_bandwidth_compute()
430 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); rs690_crtc_bandwidth_compute()
431 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; rs690_crtc_bandwidth_compute()
432 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); rs690_crtc_bandwidth_compute()
433 tolerable_latency.full = line_time.full - tolerable_latency.full; rs690_crtc_bandwidth_compute()
447 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rs690_crtc_bandwidth_compute()
H A Drv515.c960 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rv515_crtc_bandwidth_compute() local
1078 tolerable_latency.full = line_time.full; rv515_crtc_bandwidth_compute()
1080 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2); rv515_crtc_bandwidth_compute()
1081 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full; rv515_crtc_bandwidth_compute()
1082 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); rv515_crtc_bandwidth_compute()
1083 tolerable_latency.full = line_time.full - tolerable_latency.full; rv515_crtc_bandwidth_compute()
1097 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rv515_crtc_bandwidth_compute()

Completed in 112 milliseconds