Lines Matching refs:dfixed_div
978 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
987 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1004 a.full = dfixed_div(a, b); in rv515_crtc_bandwidth_compute()
1005 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
1012 b.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1013 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
1018 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute()
1037 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1045 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute()
1090 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1095 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
1100 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1122 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1126 b.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1130 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1135 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1143 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1149 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1157 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1175 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1178 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1183 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1191 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1202 a.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1205 fill_rate.full = dfixed_div(wm1->sclk, a); in rv515_compute_mode_priority()
1210 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1218 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()