Symbol: dfixed_trunc
sys/dev/drm/amd/amdgpu/dce_v10_0.c
724
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
753
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
782
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
813
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
865
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
909
tmp = min(dfixed_trunc(a), tmp);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
918
line_fill_time = dfixed_trunc(a);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
750
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
779
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
808
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
839
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
891
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
935
tmp = min(dfixed_trunc(a), tmp);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
944
line_fill_time = dfixed_trunc(a);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
659
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
688
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
717
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
748
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
800
return dfixed_trunc(bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
844
tmp = min(dfixed_trunc(a), tmp);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
853
line_fill_time = dfixed_trunc(a);
sys/dev/drm/include/drm/drm_fixed.h
47
u32 non_frac = dfixed_trunc(A);
sys/dev/drm/include/drm/drm_fixed.h
54
u32 non_frac = dfixed_trunc(A);
sys/dev/drm/radeon/cik.c
8974
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/cik.c
9003
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/cik.c
9032
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/cik.c
9063
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/cik.c
9115
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/cik.c
9159
tmp = min(dfixed_trunc(a), tmp);
sys/dev/drm/radeon/cik.c
9168
line_fill_time = dfixed_trunc(a);
sys/dev/drm/radeon/evergreen.c
1946
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/evergreen.c
1966
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/evergreen.c
1986
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/evergreen.c
2006
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/evergreen.c
2040
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/evergreen.c
2074
lb_fill_bw = min(dfixed_trunc(a), wm->disp_clk * wm->bytes_per_pixel / 1000);
sys/dev/drm/radeon/evergreen.c
2081
line_fill_time = dfixed_trunc(a);
sys/dev/drm/radeon/evergreen.c
2246
priority_a_mark = dfixed_trunc(c);
sys/dev/drm/radeon/evergreen.c
2258
priority_b_mark = dfixed_trunc(c);
sys/dev/drm/radeon/r100.c
3497
critical_point = dfixed_trunc(crit_point_ff);
sys/dev/drm/radeon/r100.c
3607
critical_point2 = dfixed_trunc(crit_point_ff);
sys/dev/drm/radeon/rs690.c
317
wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
sys/dev/drm/radeon/rs690.c
407
if (dfixed_trunc(wm->num_line_pair) > 1) {
sys/dev/drm/radeon/rs690.c
427
if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
sys/dev/drm/radeon/rs690.c
449
if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
sys/dev/drm/radeon/rs690.c
474
if (dfixed_trunc(wm0->dbpp) > 64)
sys/dev/drm/radeon/rs690.c
478
if (dfixed_trunc(wm1->dbpp) > 64)
sys/dev/drm/radeon/rs690.c
520
*d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
sys/dev/drm/radeon/rs690.c
521
*d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
sys/dev/drm/radeon/rs690.c
527
if (dfixed_trunc(wm0->dbpp) > 64)
sys/dev/drm/radeon/rs690.c
550
*d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
sys/dev/drm/radeon/rs690.c
554
if (dfixed_trunc(wm1->dbpp) > 64)
sys/dev/drm/radeon/rs690.c
577
*d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
sys/dev/drm/radeon/rv515.c
1055
if (dfixed_trunc(wm->num_line_pair) > 1) {
sys/dev/drm/radeon/rv515.c
1073
if ((2+wm->lb_request_fifo_depth) >= dfixed_trunc(request_fifo_depth)) {
sys/dev/drm/radeon/rv515.c
1095
if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
sys/dev/drm/radeon/rv515.c
1120
if (dfixed_trunc(wm0->dbpp) > 64)
sys/dev/drm/radeon/rv515.c
1124
if (dfixed_trunc(wm1->dbpp) > 64)
sys/dev/drm/radeon/rv515.c
1166
*d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
sys/dev/drm/radeon/rv515.c
1167
*d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
sys/dev/drm/radeon/rv515.c
1173
if (dfixed_trunc(wm0->dbpp) > 64)
sys/dev/drm/radeon/rv515.c
1196
*d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
sys/dev/drm/radeon/rv515.c
1200
if (dfixed_trunc(wm1->dbpp) > 64)
sys/dev/drm/radeon/rv515.c
1223
*d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
sys/dev/drm/radeon/rv515.c
992
wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
sys/dev/drm/radeon/si.c
2076
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/si.c
2096
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/si.c
2116
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/si.c
2148
min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
sys/dev/drm/radeon/si.c
2153
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/si.c
2187
return dfixed_trunc(bandwidth);
sys/dev/drm/radeon/si.c
2222
tmp = min(dfixed_trunc(a), tmp);
sys/dev/drm/radeon/si.c
2231
line_fill_time = dfixed_trunc(a);
sys/dev/drm/radeon/si.c
2401
priority_a_mark = dfixed_trunc(c);
sys/dev/drm/radeon/si.c
2413
priority_b_mark = dfixed_trunc(c);