Lines Matching refs:dfixed_div

981 	sclk.full = dfixed_div(sclk, a);  in rv515_crtc_bandwidth_compute()
990 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1007 a.full = dfixed_div(a, b); in rv515_crtc_bandwidth_compute()
1008 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
1015 b.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1016 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
1021 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute()
1040 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1048 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute()
1093 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1098 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
1103 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1125 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1129 b.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1133 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1138 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1146 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1152 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1160 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1178 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1181 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1186 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1194 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1205 a.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1208 fill_rate.full = dfixed_div(wm1->sclk, a); in rv515_compute_mode_priority()
1213 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1221 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()