Lines Matching refs:dfixed_div

951 	sclk.full = dfixed_div(sclk, a);  in rv515_crtc_bandwidth_compute()
960 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
977 a.full = dfixed_div(a, b); in rv515_crtc_bandwidth_compute()
978 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
985 b.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
986 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
991 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute()
1010 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1018 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute()
1063 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1068 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
1073 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1095 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1099 b.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1103 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1108 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1116 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1122 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1130 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1148 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1151 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1156 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1164 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1175 a.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1178 fill_rate.full = dfixed_div(wm1->sclk, a); in rv515_compute_mode_priority()
1183 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1191 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()