Searched refs:dfixed_trunc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_fixed.h43 #define dfixed_trunc(A) ((A).full >> 12) macro
48 u32 non_frac = dfixed_trunc(A);
55 u32 non_frac = dfixed_trunc(A);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Drs690.c259 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
349 if (dfixed_trunc(wm->num_line_pair) > 1) {
369 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
391 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
450 if (dfixed_trunc(wm0.dbpp) > 64)
454 if (dfixed_trunc(wm1.dbpp) > 64)
496 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
497 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
503 if (dfixed_trunc(wm0.dbpp) > 64)
526 d1mode_priority_a_cnt = dfixed_trunc(priority_mark0
[all...]
H A Drv515.c968 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
1031 if (dfixed_trunc(wm->num_line_pair) > 1) {
1049 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
1071 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
1107 if (dfixed_trunc(wm0.dbpp) > 64)
1111 if (dfixed_trunc(wm1.dbpp) > 64)
1153 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1154 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1160 if (dfixed_trunc(wm0.dbpp) > 64)
1183 d1mode_priority_a_cnt = dfixed_trunc(priority_mark0
[all...]
H A Dsi.c565 return dfixed_trunc(bandwidth);
585 return dfixed_trunc(bandwidth);
605 return dfixed_trunc(bandwidth);
637 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
642 return dfixed_trunc(bandwidth);
676 return dfixed_trunc(bandwidth);
718 tmp = min(dfixed_trunc(a), dfixed_trunc(b));
726 lb_fill_bw = min(tmp, dfixed_trunc(
[all...]
H A Devergreen.c855 return dfixed_trunc(bandwidth);
875 return dfixed_trunc(bandwidth);
895 return dfixed_trunc(bandwidth);
915 return dfixed_trunc(bandwidth);
949 return dfixed_trunc(bandwidth);
989 lb_fill_bw = min(dfixed_trunc(a), dfixed_trunc(b));
996 line_fill_time = dfixed_trunc(a);
1115 priority_a_mark = dfixed_trunc(c);
1127 priority_b_mark = dfixed_trunc(
[all...]
H A Dr100.c3580 critical_point = dfixed_trunc(crit_point_ff);
3690 critical_point2 = dfixed_trunc(crit_point_ff);

Completed in 86 milliseconds