Searched refs:worst_case_latency (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 252 fixed20_12 worst_case_latency; member in struct:rs690_watermark 399 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); rs690_crtc_bandwidth_compute() 400 wm->worst_case_latency.full += read_delay_latency.full; rs690_crtc_bandwidth_compute() 403 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); rs690_crtc_bandwidth_compute() 404 wm->worst_case_latency.full += read_delay_latency.full; rs690_crtc_bandwidth_compute() 437 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rs690_crtc_bandwidth_compute() 477 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 483 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 491 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 497 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 525 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 531 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 552 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 558 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority()
|
H A D | rv515.c | 944 fixed20_12 worst_case_latency; member in struct:rv515_watermark 1061 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); rv515_crtc_bandwidth_compute() 1062 wm->worst_case_latency.full += read_delay_latency.full; rv515_crtc_bandwidth_compute() 1064 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full; rv515_crtc_bandwidth_compute() 1097 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rv515_crtc_bandwidth_compute() 1139 a.full = dfixed_mul(wm0->worst_case_latency, rv515_compute_mode_priority() 1143 a.full = dfixed_mul(wm0->worst_case_latency, rv515_compute_mode_priority() 1153 a.full = dfixed_mul(wm1->worst_case_latency, rv515_compute_mode_priority() 1157 a.full = dfixed_mul(wm1->worst_case_latency, rv515_compute_mode_priority() 1187 a.full = dfixed_mul(wm0->worst_case_latency, rv515_compute_mode_priority() 1191 a.full = dfixed_mul(wm0->worst_case_latency, rv515_compute_mode_priority() 1214 a.full = dfixed_mul(wm1->worst_case_latency, rv515_compute_mode_priority() 1218 a.full = dfixed_mul(wm1->worst_case_latency, rv515_compute_mode_priority()
|
Completed in 93 milliseconds