HomeSort by: relevance | last modified time | path
    Searched refs:dfixed_trunc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 44 #define dfixed_trunc(A) ((A).full >> 12) macro
49 u32 non_frac = dfixed_trunc(A);
56 u32 non_frac = dfixed_trunc(A);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 323 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
413 if (dfixed_trunc(wm->num_line_pair) > 1) {
433 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
455 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
480 if (dfixed_trunc(wm0->dbpp) > 64)
484 if (dfixed_trunc(wm1->dbpp) > 64)
526 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
527 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
533 if (dfixed_trunc(wm0->dbpp) > 64)
556 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02)
    [all...]
radeon_rv515.c 1003 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
1066 if (dfixed_trunc(wm->num_line_pair) > 1) {
1084 if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
1106 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
1131 if (dfixed_trunc(wm0->dbpp) > 64)
1135 if (dfixed_trunc(wm1->dbpp) > 64)
1177 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1178 *d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1184 if (dfixed_trunc(wm0->dbpp) > 64)
1207 *d1mode_priority_a_cnt = dfixed_trunc(priority_mark02)
    [all...]
radeon_si.c 2097 return dfixed_trunc(bandwidth);
2117 return dfixed_trunc(bandwidth);
2137 return dfixed_trunc(bandwidth);
2169 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
2174 return dfixed_trunc(bandwidth);
2208 return dfixed_trunc(bandwidth);
2243 tmp = min(dfixed_trunc(a), tmp);
2252 line_fill_time = dfixed_trunc(a);
2422 priority_a_mark = dfixed_trunc(c)
    [all...]
radeon_evergreen.c 1969 return dfixed_trunc(bandwidth);
1989 return dfixed_trunc(bandwidth);
2009 return dfixed_trunc(bandwidth);
2029 return dfixed_trunc(bandwidth);
2063 return dfixed_trunc(bandwidth);
2097 lb_fill_bw = min(dfixed_trunc(a), wm->disp_clk * wm->bytes_per_pixel / 1000);
2104 line_fill_time = dfixed_trunc(a);
2269 priority_a_mark = dfixed_trunc(c);
2281 priority_b_mark = dfixed_trunc(c);
radeon_cik.c 9023 return dfixed_trunc(bandwidth);
9052 return dfixed_trunc(bandwidth);
9081 return dfixed_trunc(bandwidth);
9112 return dfixed_trunc(bandwidth);
9164 return dfixed_trunc(bandwidth);
9208 tmp = min(dfixed_trunc(a), tmp);
9217 line_fill_time = dfixed_trunc(a);
radeon_r100.c 3509 critical_point = dfixed_trunc(crit_point_ff);
3619 critical_point2 = dfixed_trunc(crit_point_ff);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v6_0.c 540 return dfixed_trunc(bandwidth);
569 return dfixed_trunc(bandwidth);
598 return dfixed_trunc(bandwidth);
629 return dfixed_trunc(bandwidth);
681 return dfixed_trunc(bandwidth);
725 tmp = min(dfixed_trunc(a), tmp);
734 line_fill_time = dfixed_trunc(a);
943 priority_a_mark = dfixed_trunc(c);
955 priority_b_mark = dfixed_trunc(c);
amdgpu_dce_v10_0.c 742 return dfixed_trunc(bandwidth);
771 return dfixed_trunc(bandwidth);
800 return dfixed_trunc(bandwidth);
831 return dfixed_trunc(bandwidth);
883 return dfixed_trunc(bandwidth);
927 tmp = min(dfixed_trunc(a), tmp);
936 line_fill_time = dfixed_trunc(a);
amdgpu_dce_v11_0.c 768 return dfixed_trunc(bandwidth);
797 return dfixed_trunc(bandwidth);
826 return dfixed_trunc(bandwidth);
857 return dfixed_trunc(bandwidth);
909 return dfixed_trunc(bandwidth);
953 tmp = min(dfixed_trunc(a), tmp);
962 line_fill_time = dfixed_trunc(a);
amdgpu_dce_v8_0.c 677 return dfixed_trunc(bandwidth);
706 return dfixed_trunc(bandwidth);
735 return dfixed_trunc(bandwidth);
766 return dfixed_trunc(bandwidth);
818 return dfixed_trunc(bandwidth);
862 tmp = min(dfixed_trunc(a), tmp);
871 line_fill_time = dfixed_trunc(a);

Completed in 40 milliseconds