Lines Matching refs:dfixed_mul

991 	request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);  in rv515_crtc_bandwidth_compute()
1013 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
1030 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
1039 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute()
1061 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute()
1082 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute()
1136 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1139 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1143 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1150 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1153 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1157 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1184 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority()
1187 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1191 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority()
1211 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority()
1214 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()
1218 a.full = dfixed_mul(wm1->worst_case_latency, in rv515_compute_mode_priority()