Searched refs:worst_case_latency (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 262 fixed20_12 worst_case_latency; member in struct:rs690_watermark 409 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); rs690_crtc_bandwidth_compute() 410 wm->worst_case_latency.full += read_delay_latency.full; rs690_crtc_bandwidth_compute() 413 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); rs690_crtc_bandwidth_compute() 414 wm->worst_case_latency.full += read_delay_latency.full; rs690_crtc_bandwidth_compute() 447 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rs690_crtc_bandwidth_compute() 487 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 493 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 501 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 507 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 535 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 541 a.full = dfixed_mul(wm0->worst_case_latency, rs690_compute_mode_priority() 562 a.full = dfixed_mul(wm1->worst_case_latency, rs690_compute_mode_priority() 568 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 168 milliseconds