Symbol: dfixed_mul
sys/dev/drm/amd/amdgpu/dce_v10_0.c
721
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
722
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
750
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
751
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
779
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
780
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
805
b.full = dfixed_mul(a, disp_clk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
811
bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
861
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
862
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
747
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
748
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
776
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
777
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
805
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
806
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
831
b.full = dfixed_mul(a, disp_clk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
837
bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
887
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
888
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
656
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
657
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
685
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
686
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
714
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
715
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
740
b.full = dfixed_mul(a, disp_clk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
746
bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
796
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
797
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/radeon/cik.c
8971
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/cik.c
8972
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/radeon/cik.c
9000
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/cik.c
9001
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/radeon/cik.c
9029
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/radeon/cik.c
9030
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/radeon/cik.c
9055
b.full = dfixed_mul(a, disp_clk);
sys/dev/drm/radeon/cik.c
9061
bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency);
sys/dev/drm/radeon/cik.c
9111
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/radeon/cik.c
9112
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/radeon/evergreen.c
1943
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/evergreen.c
1944
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/radeon/evergreen.c
1963
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/evergreen.c
1964
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/radeon/evergreen.c
1983
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/radeon/evergreen.c
1984
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/radeon/evergreen.c
2003
bandwidth.full = dfixed_mul(a, disp_clk);
sys/dev/drm/radeon/evergreen.c
2004
bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency);
sys/dev/drm/radeon/evergreen.c
2036
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/radeon/evergreen.c
2037
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/radeon/evergreen.c
2241
c.full = dfixed_mul(c, b);
sys/dev/drm/radeon/evergreen.c
2242
c.full = dfixed_mul(c, radeon_crtc->hsc);
sys/dev/drm/radeon/evergreen.c
2253
c.full = dfixed_mul(c, b);
sys/dev/drm/radeon/evergreen.c
2254
c.full = dfixed_mul(c, radeon_crtc->hsc);
sys/dev/drm/radeon/r100.c
3276
mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3286
peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff);
sys/dev/drm/radeon/r100.c
3293
peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff);
sys/dev/drm/radeon/r100.c
3296
mem_bw.full = dfixed_mul(mem_bw, min_mem_eff);
sys/dev/drm/radeon/r100.c
3397
sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3434
mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3436
mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3438
mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3439
mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3494
crit_point_ff.full = dfixed_mul(disp_drain_rate, disp_latency);
sys/dev/drm/radeon/r100.c
3591
temp_ff.full = dfixed_mul(mclk_ff, temp_ff);
sys/dev/drm/radeon/r100.c
3604
crit_point_ff.full = dfixed_mul(crit_point_ff, disp_drain_rate2);
sys/dev/drm/radeon/rs690.c
127
rdev->pm.k8_bandwidth.full = dfixed_mul(rdev->pm.igp_system_mclk, tmp);
sys/dev/drm/radeon/rs690.c
132
rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk,
sys/dev/drm/radeon/rs690.c
143
rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp);
sys/dev/drm/radeon/rs690.c
312
request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
sys/dev/drm/radeon/rs690.c
334
b.full = dfixed_mul(b, crtc->hsc);
sys/dev/drm/radeon/rs690.c
351
line_time.full = dfixed_mul(a, pclk);
sys/dev/drm/radeon/rs690.c
360
wm->active_time.full = dfixed_mul(line_time, b);
sys/dev/drm/radeon/rs690.c
373
read_delay_latency.full = dfixed_mul(read_delay_latency, a);
sys/dev/drm/radeon/rs690.c
386
sclk.full = dfixed_mul(max_bandwidth, a);
sys/dev/drm/radeon/rs690.c
395
chunk_time.full = dfixed_mul(sclk, a);
sys/dev/drm/radeon/rs690.c
409
wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
sys/dev/drm/radeon/rs690.c
413
wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
sys/dev/drm/radeon/rs690.c
432
tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
sys/dev/drm/radeon/rs690.c
475
a.full = dfixed_mul(wm0->dbpp, wm0->num_line_pair);
sys/dev/drm/radeon/rs690.c
479
b.full = dfixed_mul(wm1->dbpp, wm1->num_line_pair);
sys/dev/drm/radeon/rs690.c
486
b.full = dfixed_mul(b, wm0->active_time);
sys/dev/drm/radeon/rs690.c
487
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rs690.c
493
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rs690.c
500
b.full = dfixed_mul(b, wm1->active_time);
sys/dev/drm/radeon/rs690.c
501
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rs690.c
507
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rs690.c
528
a.full = dfixed_mul(wm0->dbpp, wm0->num_line_pair);
sys/dev/drm/radeon/rs690.c
534
b.full = dfixed_mul(b, wm0->active_time);
sys/dev/drm/radeon/rs690.c
535
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rs690.c
541
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rs690.c
555
a.full = dfixed_mul(wm1->dbpp, wm1->num_line_pair);
sys/dev/drm/radeon/rs690.c
561
b.full = dfixed_mul(b, wm1->active_time);
sys/dev/drm/radeon/rs690.c
562
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rs690.c
568
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1009
b.full = dfixed_mul(b, crtc->hsc);
sys/dev/drm/radeon/rv515.c
1026
line_time.full = dfixed_mul(a, pclk);
sys/dev/drm/radeon/rv515.c
1035
wm->active_time.full = dfixed_mul(line_time, b);
sys/dev/drm/radeon/rv515.c
1057
wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
sys/dev/drm/radeon/rv515.c
1078
tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
sys/dev/drm/radeon/rv515.c
1132
b.full = dfixed_mul(b, wm0->active_time);
sys/dev/drm/radeon/rv515.c
1135
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1139
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1146
b.full = dfixed_mul(b, wm1->active_time);
sys/dev/drm/radeon/rv515.c
1149
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1153
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1180
b.full = dfixed_mul(b, wm0->active_time);
sys/dev/drm/radeon/rv515.c
1183
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1187
a.full = dfixed_mul(wm0->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1207
b.full = dfixed_mul(b, wm1->active_time);
sys/dev/drm/radeon/rv515.c
1210
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rv515.c
1214
a.full = dfixed_mul(wm1->worst_case_latency,
sys/dev/drm/radeon/rv515.c
987
request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
sys/dev/drm/radeon/si.c
2073
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/si.c
2074
bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
sys/dev/drm/radeon/si.c
2093
bandwidth.full = dfixed_mul(dram_channels, yclk);
sys/dev/drm/radeon/si.c
2094
bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation);
sys/dev/drm/radeon/si.c
2113
bandwidth.full = dfixed_mul(a, sclk);
sys/dev/drm/radeon/si.c
2114
bandwidth.full = dfixed_mul(bandwidth, return_efficiency);
sys/dev/drm/radeon/si.c
2136
b1.full = dfixed_mul(a, disp_clk);
sys/dev/drm/radeon/si.c
2142
b2.full = dfixed_mul(a, sclk);
sys/dev/drm/radeon/si.c
2151
bandwidth.full = dfixed_mul(a, disp_clk_request_efficiency);
sys/dev/drm/radeon/si.c
2183
bandwidth.full = dfixed_mul(src_width, bpp);
sys/dev/drm/radeon/si.c
2184
bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
sys/dev/drm/radeon/si.c
2396
c.full = dfixed_mul(c, b);
sys/dev/drm/radeon/si.c
2397
c.full = dfixed_mul(c, radeon_crtc->hsc);
sys/dev/drm/radeon/si.c
2408
c.full = dfixed_mul(c, b);
sys/dev/drm/radeon/si.c
2409
c.full = dfixed_mul(c, radeon_crtc->hsc);