Lines Matching refs:dfixed_div

983 	sclk.full = dfixed_div(sclk, a);  in rv515_crtc_bandwidth_compute()
992 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1009 a.full = dfixed_div(a, b); in rv515_crtc_bandwidth_compute()
1010 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
1017 b.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
1018 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
1023 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute()
1042 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1050 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute()
1095 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1100 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
1105 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1127 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1131 b.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1135 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1140 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1148 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1154 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1162 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1180 a.full = dfixed_div(wm0->dbpp, wm0->num_line_pair); in rv515_compute_mode_priority()
1183 fill_rate.full = dfixed_div(wm0->sclk, a); in rv515_compute_mode_priority()
1188 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1196 priority_mark02.full = dfixed_div(a, b); in rv515_compute_mode_priority()
1207 a.full = dfixed_div(wm1->dbpp, wm1->num_line_pair); in rv515_compute_mode_priority()
1210 fill_rate.full = dfixed_div(wm1->sclk, a); in rv515_compute_mode_priority()
1215 b.full = dfixed_div(b, a); in rv515_compute_mode_priority()
1223 priority_mark12.full = dfixed_div(a, b); in rv515_compute_mode_priority()