Symbol: dfixed_const
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1501
a.full = dfixed_const(src_v);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1502
b.full = dfixed_const(dst_v);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1504
a.full = dfixed_const(src_h);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1505
b.full = dfixed_const(dst_h);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1508
amdgpu_crtc->vsc.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
1509
amdgpu_crtc->hsc.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
727
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
728
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
730
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
731
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
732
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
756
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
757
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
759
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
760
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
761
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
785
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
786
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
788
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
789
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
791
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
814
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
815
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
817
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
820
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
821
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
869
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
870
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
872
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
873
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
908
a.full = dfixed_const(2);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
909
b.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
918
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
919
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
926
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
927
b.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
928
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
997
a.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
1003
a.full = dfixed_const(16);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
580
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
581
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
583
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
584
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
585
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
609
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
610
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
612
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
613
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
614
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
638
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
639
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
641
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
642
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
644
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
667
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
668
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
670
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
673
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
674
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
722
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
723
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
725
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
726
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
761
a.full = dfixed_const(2);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
762
b.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
771
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
772
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
779
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
780
b.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
781
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
850
a.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
984
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
985
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
987
c.full = dfixed_const(latency_watermark_a);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
991
a.full = dfixed_const(16);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
996
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
997
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
999
c.full = dfixed_const(latency_watermark_b);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
680
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
681
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
683
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
684
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
685
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
709
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
710
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
712
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
713
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
714
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
738
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
739
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
741
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
742
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
744
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
767
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
768
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
770
a.full = dfixed_const(32);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
773
a.full = dfixed_const(10);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
774
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
822
a.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
823
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
825
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
826
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
861
a.full = dfixed_const(2);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
862
b.full = dfixed_const(1);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
871
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
872
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
879
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
880
b.full = dfixed_const(1000);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
881
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
950
a.full = dfixed_const(1);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
870
return dfixed_const(pbn_div_x100) / 100;
sys/dev/pci/drm/display/drm_dp_mst_topology.c
4481
req_slots = DIV_ROUND_UP(dfixed_const(pbn), topology_state->pbn_div.full);
sys/dev/pci/drm/display/drm_dp_mst_topology.c
5405
mst_state->pbn_div.full = dfixed_const(0);
sys/dev/pci/drm/i915/display/intel_dp_mst.c
370
pbn.full = dfixed_const(intel_dp_mst_calc_pbn(adjusted_mode->crtc_clock,
sys/dev/pci/drm/include/drm/drm_fixed.h
42
#define dfixed_init(A) { .full = dfixed_const((A)) }
sys/dev/pci/drm/include/drm/drm_fixed.h
51
return dfixed_const(non_frac);
sys/dev/pci/drm/include/drm/drm_fixed.h
58
if (A.full > dfixed_const(non_frac))
sys/dev/pci/drm/include/drm/drm_fixed.h
59
return dfixed_const(non_frac + 1);
sys/dev/pci/drm/include/drm/drm_fixed.h
61
return dfixed_const(non_frac);
sys/dev/pci/drm/radeon/cik.c
8950
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
8951
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/cik.c
8953
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/cik.c
8954
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/cik.c
8955
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/radeon/cik.c
8979
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
8980
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/cik.c
8982
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/cik.c
8983
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/cik.c
8984
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/radeon/cik.c
9008
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
9009
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/radeon/cik.c
9011
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/cik.c
9012
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/cik.c
9014
a.full = dfixed_const(32);
sys/dev/pci/drm/radeon/cik.c
9037
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
9038
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/radeon/cik.c
9040
a.full = dfixed_const(32);
sys/dev/pci/drm/radeon/cik.c
9043
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/cik.c
9044
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/cik.c
9092
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
9093
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/radeon/cik.c
9095
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/cik.c
9096
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/radeon/cik.c
9131
a.full = dfixed_const(2);
sys/dev/pci/drm/radeon/cik.c
9132
b.full = dfixed_const(1);
sys/dev/pci/drm/radeon/cik.c
9141
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/radeon/cik.c
9142
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/radeon/cik.c
9149
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/cik.c
9150
b.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/cik.c
9151
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/radeon/cik.c
9220
a.full = dfixed_const(1);
sys/dev/pci/drm/radeon/evergreen.c
1957
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
1958
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/evergreen.c
1960
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/evergreen.c
1961
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/evergreen.c
1962
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/radeon/evergreen.c
1977
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
1978
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/evergreen.c
1980
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/evergreen.c
1981
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/evergreen.c
1982
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/radeon/evergreen.c
1997
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
1998
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/radeon/evergreen.c
2000
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/evergreen.c
2001
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/evergreen.c
2003
a.full = dfixed_const(32);
sys/dev/pci/drm/radeon/evergreen.c
2017
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
2018
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/radeon/evergreen.c
2020
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/evergreen.c
2021
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/evergreen.c
2023
a.full = dfixed_const(32);
sys/dev/pci/drm/radeon/evergreen.c
2052
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
2053
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/radeon/evergreen.c
2055
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/evergreen.c
2056
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/radeon/evergreen.c
2081
a.full = dfixed_const(2);
sys/dev/pci/drm/radeon/evergreen.c
2082
b.full = dfixed_const(1);
sys/dev/pci/drm/radeon/evergreen.c
2091
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/radeon/evergreen.c
2092
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/radeon/evergreen.c
2097
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/evergreen.c
2098
b.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
2099
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/radeon/evergreen.c
2137
a.full = dfixed_const(1);
sys/dev/pci/drm/radeon/evergreen.c
2258
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
2259
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/evergreen.c
2261
c.full = dfixed_const(latency_watermark_a);
sys/dev/pci/drm/radeon/evergreen.c
2265
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/evergreen.c
2270
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/evergreen.c
2271
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/evergreen.c
2273
c.full = dfixed_const(latency_watermark_b);
sys/dev/pci/drm/radeon/evergreen.c
2277
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/r100.c
3284
temp_ff.full = dfixed_const(temp);
sys/dev/pci/drm/radeon/r100.c
3291
temp_ff.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/r100.c
3292
pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */
sys/dev/pci/drm/radeon/r100.c
3294
temp_ff.full = dfixed_const(pixel_bytes1);
sys/dev/pci/drm/radeon/r100.c
3298
temp_ff.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/r100.c
3299
pix_clk2.full = dfixed_const(mode2->clock); /* convert to fixed point */
sys/dev/pci/drm/radeon/r100.c
3301
temp_ff.full = dfixed_const(pixel_bytes2);
sys/dev/pci/drm/radeon/r100.c
3347
trcd_ff.full = dfixed_const(mem_trcd);
sys/dev/pci/drm/radeon/r100.c
3348
trp_ff.full = dfixed_const(mem_trp);
sys/dev/pci/drm/radeon/r100.c
3349
tras_ff.full = dfixed_const(mem_tras);
sys/dev/pci/drm/radeon/r100.c
3367
tcas_ff.full += dfixed_const(data);
sys/dev/pci/drm/radeon/r100.c
3404
agpmode_ff.full = dfixed_const(radeon_agpmode);
sys/dev/pci/drm/radeon/r100.c
3411
sclk_delay_ff.full = dfixed_const(250);
sys/dev/pci/drm/radeon/r100.c
3416
sclk_delay_ff.full = dfixed_const(41);
sys/dev/pci/drm/radeon/r100.c
3418
sclk_delay_ff.full = dfixed_const(33);
sys/dev/pci/drm/radeon/r100.c
3421
sclk_delay_ff.full = dfixed_const(57);
sys/dev/pci/drm/radeon/r100.c
3423
sclk_delay_ff.full = dfixed_const(41);
sys/dev/pci/drm/radeon/r100.c
3431
k1.full = dfixed_const(40);
sys/dev/pci/drm/radeon/r100.c
3434
k1.full = dfixed_const(20);
sys/dev/pci/drm/radeon/r100.c
3438
k1.full = dfixed_const(40);
sys/dev/pci/drm/radeon/r100.c
3442
temp_ff.full = dfixed_const(2);
sys/dev/pci/drm/radeon/r100.c
3444
temp_ff.full = dfixed_const(c);
sys/dev/pci/drm/radeon/r100.c
3446
temp_ff.full = dfixed_const(4);
sys/dev/pci/drm/radeon/r100.c
3457
temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1))));
sys/dev/pci/drm/radeon/r100.c
3463
temp_ff.full = dfixed_const(cur_size);
sys/dev/pci/drm/radeon/r100.c
3468
disp_latency_overhead.full = dfixed_const(8);
sys/dev/pci/drm/radeon/r100.c
3497
temp_ff.full = dfixed_const((16/pixel_bytes1));
sys/dev/pci/drm/radeon/r100.c
3577
temp_ff.full = dfixed_const((16/pixel_bytes2));
sys/dev/pci/drm/radeon/r100.c
3599
temp_ff.full = dfixed_const(temp);
sys/dev/pci/drm/radeon/radeon_device.c
744
a.full = dfixed_const(100);
sys/dev/pci/drm/radeon/radeon_device.c
745
rdev->pm.sclk.full = dfixed_const(sclk);
sys/dev/pci/drm/radeon/radeon_device.c
747
rdev->pm.mclk.full = dfixed_const(mclk);
sys/dev/pci/drm/radeon/radeon_device.c
751
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/radeon_display.c
1759
a.full = dfixed_const(src_v);
sys/dev/pci/drm/radeon/radeon_display.c
1760
b.full = dfixed_const(dst_v);
sys/dev/pci/drm/radeon/radeon_display.c
1762
a.full = dfixed_const(src_h);
sys/dev/pci/drm/radeon/radeon_display.c
1763
b.full = dfixed_const(dst_h);
sys/dev/pci/drm/radeon/radeon_display.c
1766
radeon_crtc->vsc.full = dfixed_const(1);
sys/dev/pci/drm/radeon/radeon_display.c
1767
radeon_crtc->hsc.full = dfixed_const(1);
sys/dev/pci/drm/radeon/rs690.c
101
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
sys/dev/pci/drm/radeon/rs690.c
103
rdev->pm.igp_system_mclk.full = dfixed_const(66700);
sys/dev/pci/drm/radeon/rs690.c
105
rdev->pm.igp_ht_link_clk.full = dfixed_const(le32_to_cpu(info->info_v2.ulHTLinkFreq));
sys/dev/pci/drm/radeon/rs690.c
107
rdev->pm.igp_ht_link_width.full = dfixed_const(le16_to_cpu(info->info_v2.usMinHTLinkWidth));
sys/dev/pci/drm/radeon/rs690.c
111
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
sys/dev/pci/drm/radeon/rs690.c
112
rdev->pm.igp_system_mclk.full = dfixed_const(200);
sys/dev/pci/drm/radeon/rs690.c
113
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rs690.c
114
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
sys/dev/pci/drm/radeon/rs690.c
120
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
sys/dev/pci/drm/radeon/rs690.c
121
rdev->pm.igp_system_mclk.full = dfixed_const(200);
sys/dev/pci/drm/radeon/rs690.c
122
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rs690.c
123
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
sys/dev/pci/drm/radeon/rs690.c
128
tmp.full = dfixed_const(4);
sys/dev/pci/drm/radeon/rs690.c
133
tmp.full = dfixed_const(5);
sys/dev/pci/drm/radeon/rs690.c
144
tmp.full = dfixed_const(14);
sys/dev/pci/drm/radeon/rs690.c
146
tmp.full = dfixed_const(10);
sys/dev/pci/drm/radeon/rs690.c
297
a.full = dfixed_const(100);
sys/dev/pci/drm/radeon/rs690.c
298
sclk.full = dfixed_const(selected_sclk);
sys/dev/pci/drm/radeon/rs690.c
302
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rs690.c
305
if (crtc->vsc.full > dfixed_const(2))
sys/dev/pci/drm/radeon/rs690.c
306
wm->num_line_pair.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rs690.c
308
wm->num_line_pair.full = dfixed_const(1);
sys/dev/pci/drm/radeon/rs690.c
310
b.full = dfixed_const(mode->crtc_hdisplay);
sys/dev/pci/drm/radeon/rs690.c
311
c.full = dfixed_const(256);
sys/dev/pci/drm/radeon/rs690.c
315
if (a.full < dfixed_const(4)) {
sys/dev/pci/drm/radeon/rs690.c
327
a.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/rs690.c
328
b.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rs690.c
332
b.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rs690.c
336
c.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rs690.c
342
a.full = dfixed_const(1);
sys/dev/pci/drm/radeon/rs690.c
351
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/pci/drm/radeon/rs690.c
359
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/pci/drm/radeon/rs690.c
360
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/pci/drm/radeon/rs690.c
370
read_delay_latency.full = dfixed_const(370 * 800);
sys/dev/pci/drm/radeon/rs690.c
371
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rs690.c
382
read_delay_latency.full = dfixed_const(5000);
sys/dev/pci/drm/radeon/rs690.c
386
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rs690.c
388
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rs690.c
395
a.full = dfixed_const(256 * 13);
sys/dev/pci/drm/radeon/rs690.c
397
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/rs690.c
409
a.full = dfixed_const(3);
sys/dev/pci/drm/radeon/rs690.c
413
a.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rs690.c
431
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
sys/dev/pci/drm/radeon/rs690.c
437
wm->dbpp.full = dfixed_const(4 * 8);
sys/dev/pci/drm/radeon/rs690.c
442
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rs690.c
443
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/pci/drm/radeon/rs690.c
451
wm->priority_mark.full = dfixed_const(10);
sys/dev/pci/drm/radeon/rs690.c
453
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rs690.c
491
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
496
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
505
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
510
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
539
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
544
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
566
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
571
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rs690.c
81
tmp.full = dfixed_const(100);
sys/dev/pci/drm/radeon/rs690.c
82
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
sys/dev/pci/drm/radeon/rs690.c
85
rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
sys/dev/pci/drm/radeon/rs690.c
87
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
sys/dev/pci/drm/radeon/rs690.c
90
rdev->pm.igp_system_mclk.full = dfixed_const(400);
sys/dev/pci/drm/radeon/rs690.c
91
rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
sys/dev/pci/drm/radeon/rs690.c
92
rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth);
sys/dev/pci/drm/radeon/rs690.c
95
tmp.full = dfixed_const(100);
sys/dev/pci/drm/radeon/rs690.c
96
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpSidePortClock));
sys/dev/pci/drm/radeon/rs690.c
99
rdev->pm.igp_system_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpUMAClock));
sys/dev/pci/drm/radeon/rv515.c
1007
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/pci/drm/radeon/rv515.c
1008
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/pci/drm/radeon/rv515.c
1017
a.full = dfixed_const(600 * 1000);
sys/dev/pci/drm/radeon/rv515.c
1019
read_delay_latency.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rv515.c
1030
a.full = dfixed_const(3);
sys/dev/pci/drm/radeon/rv515.c
1050
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
sys/dev/pci/drm/radeon/rv515.c
1056
wm->dbpp.full = dfixed_const(2 * 16);
sys/dev/pci/drm/radeon/rv515.c
1061
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1062
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/pci/drm/radeon/rv515.c
1072
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1107
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1115
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rv515.c
1121
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1129
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rv515.c
1155
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1163
b.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1182
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/rv515.c
1190
b.full = dfixed_const(16 * 1000);
sys/dev/pci/drm/radeon/rv515.c
949
a.full = dfixed_const(100);
sys/dev/pci/drm/radeon/rv515.c
950
sclk.full = dfixed_const(selected_sclk);
sys/dev/pci/drm/radeon/rv515.c
953
if (crtc->vsc.full > dfixed_const(2))
sys/dev/pci/drm/radeon/rv515.c
954
wm->num_line_pair.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rv515.c
956
wm->num_line_pair.full = dfixed_const(1);
sys/dev/pci/drm/radeon/rv515.c
958
b.full = dfixed_const(mode->crtc_hdisplay);
sys/dev/pci/drm/radeon/rv515.c
959
c.full = dfixed_const(256);
sys/dev/pci/drm/radeon/rv515.c
963
if (a.full < dfixed_const(4)) {
sys/dev/pci/drm/radeon/rv515.c
975
a.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/rv515.c
976
b.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/rv515.c
980
b.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rv515.c
984
c.full = dfixed_const(2);
sys/dev/pci/drm/radeon/rv515.c
990
a.full = dfixed_const(1);
sys/dev/pci/drm/radeon/rv515.c
999
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/pci/drm/radeon/si.c
2056
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2057
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/si.c
2059
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/si.c
2060
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/si.c
2061
dram_efficiency.full = dfixed_const(7);
sys/dev/pci/drm/radeon/si.c
2076
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2077
yclk.full = dfixed_const(wm->yclk);
sys/dev/pci/drm/radeon/si.c
2079
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/pci/drm/radeon/si.c
2080
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/si.c
2081
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/pci/drm/radeon/si.c
2096
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2097
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/radeon/si.c
2099
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/si.c
2100
return_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/si.c
2102
a.full = dfixed_const(32);
sys/dev/pci/drm/radeon/si.c
2122
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2123
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/pci/drm/radeon/si.c
2125
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm) / 2);
sys/dev/pci/drm/radeon/si.c
2128
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2129
sclk.full = dfixed_const(wm->sclk);
sys/dev/pci/drm/radeon/si.c
2131
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm));
sys/dev/pci/drm/radeon/si.c
2134
a.full = dfixed_const(10);
sys/dev/pci/drm/radeon/si.c
2135
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/pci/drm/radeon/si.c
2140
a.full = dfixed_const(min_bandwidth);
sys/dev/pci/drm/radeon/si.c
2168
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2169
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/pci/drm/radeon/si.c
2171
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/si.c
2172
src_width.full = dfixed_const(wm->src_width);
sys/dev/pci/drm/radeon/si.c
2198
a.full = dfixed_const(2);
sys/dev/pci/drm/radeon/si.c
2199
b.full = dfixed_const(1);
sys/dev/pci/drm/radeon/si.c
2208
a.full = dfixed_const(available_bandwidth);
sys/dev/pci/drm/radeon/si.c
2209
b.full = dfixed_const(wm->num_heads);
sys/dev/pci/drm/radeon/si.c
2216
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/pci/drm/radeon/si.c
2217
b.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2218
c.full = dfixed_const(lb_fill_bw);
sys/dev/pci/drm/radeon/si.c
2256
a.full = dfixed_const(1);
sys/dev/pci/drm/radeon/si.c
2382
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2383
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/si.c
2385
c.full = dfixed_const(latency_watermark_a);
sys/dev/pci/drm/radeon/si.c
2389
a.full = dfixed_const(16);
sys/dev/pci/drm/radeon/si.c
2394
a.full = dfixed_const(1000);
sys/dev/pci/drm/radeon/si.c
2395
b.full = dfixed_const(mode->clock);
sys/dev/pci/drm/radeon/si.c
2397
c.full = dfixed_const(latency_watermark_b);
sys/dev/pci/drm/radeon/si.c
2401
a.full = dfixed_const(16);