Searched refs:consumption_time (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 279 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; rs690_crtc_bandwidth_compute() local 337 consumption_time.full = dfixed_div(pclk, b); rs690_crtc_bandwidth_compute() 339 consumption_time.full = pclk.full; rs690_crtc_bandwidth_compute() 342 wm->consumption_rate.full = dfixed_div(a, consumption_time); rs690_crtc_bandwidth_compute() 448 estimated_width.full = dfixed_div(estimated_width, consumption_time); rs690_crtc_bandwidth_compute()
|
H A D | rv515.c | 961 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; rv515_crtc_bandwidth_compute() local 1016 consumption_time.full = dfixed_div(pclk, b); rv515_crtc_bandwidth_compute() 1018 consumption_time.full = pclk.full; rv515_crtc_bandwidth_compute() 1021 wm->consumption_rate.full = dfixed_div(a, consumption_time); rv515_crtc_bandwidth_compute() 1098 estimated_width.full = dfixed_div(estimated_width, consumption_time); rv515_crtc_bandwidth_compute()
|
Completed in 274 milliseconds