Lines Matching refs:dfixed_mul

993 	request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);  in rv515_crtc_bandwidth_compute()
1015 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
1032 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
1041 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute()
1063 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute()
1084 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute()
1138 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1141 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1145 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1152 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1155 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1159 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1186 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1189 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1193 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1213 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1216 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1220 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()