Lines Matching refs:dfixed_mul
961 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
983 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
1000 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
1009 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute()
1031 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute()
1052 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute()
1106 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1109 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1113 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1120 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1123 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1127 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1154 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1157 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1161 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1181 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1184 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1188 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()