Searched refs:consumption_time (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | rs690.c | 278 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rs690_crtc_bandwidth_compute() local 336 consumption_time.full = dfixed_div(pclk, b); in rs690_crtc_bandwidth_compute() 338 consumption_time.full = pclk.full; in rs690_crtc_bandwidth_compute() 341 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rs690_crtc_bandwidth_compute() 447 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rs690_crtc_bandwidth_compute()
|
D | rv515.c | 958 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rv515_crtc_bandwidth_compute() local 1013 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute() 1015 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute() 1018 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute() 1095 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
|