Symbol: dfixed_const
sys/dev/drm/amd/amdgpu/amdgpu_display.c
724
a.full = dfixed_const(src_v);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
725
b.full = dfixed_const(dst_v);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
727
a.full = dfixed_const(src_h);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
728
b.full = dfixed_const(dst_h);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
731
amdgpu_crtc->vsc.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
732
amdgpu_crtc->hsc.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
714
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
715
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
717
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
718
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
719
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
743
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
744
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
746
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
747
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
748
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/amd/amdgpu/dce_v10_0.c
772
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
773
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
775
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
776
return_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
778
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
801
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
802
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
804
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
807
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
808
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
856
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
857
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
859
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
860
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
895
a.full = dfixed_const(2);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
896
b.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
905
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
906
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
913
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
914
b.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
915
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
984
a.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1010
a.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
740
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
741
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
743
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
744
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
745
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
769
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
770
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
772
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
773
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
774
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/amd/amdgpu/dce_v11_0.c
798
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
799
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
801
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
802
return_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
804
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
827
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
828
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
830
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
833
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
834
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
882
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
883
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
885
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
886
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
921
a.full = dfixed_const(2);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
922
b.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
931
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
932
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
939
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
940
b.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
941
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
649
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
650
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
652
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
653
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
654
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
678
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
679
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
681
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
682
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
683
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/amd/amdgpu/dce_v8_0.c
707
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
708
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
710
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
711
return_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
713
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
736
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
737
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
739
a.full = dfixed_const(32);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
742
a.full = dfixed_const(10);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
743
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
791
a.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
792
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
794
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
795
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
830
a.full = dfixed_const(2);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
831
b.full = dfixed_const(1);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
840
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
841
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
848
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
849
b.full = dfixed_const(1000);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
850
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
919
a.full = dfixed_const(1);
sys/dev/drm/include/drm/drm_fixed.h
40
#define dfixed_init(A) { .full = dfixed_const((A)) }
sys/dev/drm/include/drm/drm_fixed.h
49
return dfixed_const(non_frac);
sys/dev/drm/include/drm/drm_fixed.h
56
if (A.full > dfixed_const(non_frac))
sys/dev/drm/include/drm/drm_fixed.h
57
return dfixed_const(non_frac + 1);
sys/dev/drm/include/drm/drm_fixed.h
59
return dfixed_const(non_frac);
sys/dev/drm/radeon/cik.c
8964
a.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
8965
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/cik.c
8967
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/cik.c
8968
a.full = dfixed_const(10);
sys/dev/drm/radeon/cik.c
8969
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/radeon/cik.c
8993
a.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
8994
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/cik.c
8996
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/cik.c
8997
a.full = dfixed_const(10);
sys/dev/drm/radeon/cik.c
8998
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/radeon/cik.c
9022
a.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
9023
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/radeon/cik.c
9025
a.full = dfixed_const(10);
sys/dev/drm/radeon/cik.c
9026
return_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/cik.c
9028
a.full = dfixed_const(32);
sys/dev/drm/radeon/cik.c
9051
a.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
9052
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/radeon/cik.c
9054
a.full = dfixed_const(32);
sys/dev/drm/radeon/cik.c
9057
a.full = dfixed_const(10);
sys/dev/drm/radeon/cik.c
9058
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/cik.c
9106
a.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
9107
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/radeon/cik.c
9109
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/radeon/cik.c
9110
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/radeon/cik.c
9145
a.full = dfixed_const(2);
sys/dev/drm/radeon/cik.c
9146
b.full = dfixed_const(1);
sys/dev/drm/radeon/cik.c
9155
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/radeon/cik.c
9156
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/radeon/cik.c
9163
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/radeon/cik.c
9164
b.full = dfixed_const(1000);
sys/dev/drm/radeon/cik.c
9165
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/radeon/cik.c
9234
a.full = dfixed_const(1);
sys/dev/drm/radeon/evergreen.c
1936
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
1937
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/evergreen.c
1939
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/evergreen.c
1940
a.full = dfixed_const(10);
sys/dev/drm/radeon/evergreen.c
1941
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/radeon/evergreen.c
1956
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
1957
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/evergreen.c
1959
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/evergreen.c
1960
a.full = dfixed_const(10);
sys/dev/drm/radeon/evergreen.c
1961
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/radeon/evergreen.c
1976
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
1977
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/radeon/evergreen.c
1979
a.full = dfixed_const(10);
sys/dev/drm/radeon/evergreen.c
1980
return_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/evergreen.c
1982
a.full = dfixed_const(32);
sys/dev/drm/radeon/evergreen.c
1996
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
1997
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/radeon/evergreen.c
1999
a.full = dfixed_const(10);
sys/dev/drm/radeon/evergreen.c
2000
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/evergreen.c
2002
a.full = dfixed_const(32);
sys/dev/drm/radeon/evergreen.c
2031
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
2032
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/radeon/evergreen.c
2034
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/radeon/evergreen.c
2035
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/radeon/evergreen.c
2060
a.full = dfixed_const(2);
sys/dev/drm/radeon/evergreen.c
2061
b.full = dfixed_const(1);
sys/dev/drm/radeon/evergreen.c
2070
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/radeon/evergreen.c
2071
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/radeon/evergreen.c
2076
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/radeon/evergreen.c
2077
b.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
2078
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/radeon/evergreen.c
2116
a.full = dfixed_const(1);
sys/dev/drm/radeon/evergreen.c
2237
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
2238
b.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/evergreen.c
2240
c.full = dfixed_const(latency_watermark_a);
sys/dev/drm/radeon/evergreen.c
2244
a.full = dfixed_const(16);
sys/dev/drm/radeon/evergreen.c
2249
a.full = dfixed_const(1000);
sys/dev/drm/radeon/evergreen.c
2250
b.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/evergreen.c
2252
c.full = dfixed_const(latency_watermark_b);
sys/dev/drm/radeon/evergreen.c
2256
a.full = dfixed_const(16);
sys/dev/drm/radeon/r100.c
3275
temp_ff.full = dfixed_const(temp);
sys/dev/drm/radeon/r100.c
3282
temp_ff.full = dfixed_const(1000);
sys/dev/drm/radeon/r100.c
3283
pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */
sys/dev/drm/radeon/r100.c
3285
temp_ff.full = dfixed_const(pixel_bytes1);
sys/dev/drm/radeon/r100.c
3289
temp_ff.full = dfixed_const(1000);
sys/dev/drm/radeon/r100.c
3290
pix_clk2.full = dfixed_const(mode2->clock); /* convert to fixed point */
sys/dev/drm/radeon/r100.c
3292
temp_ff.full = dfixed_const(pixel_bytes2);
sys/dev/drm/radeon/r100.c
3338
trcd_ff.full = dfixed_const(mem_trcd);
sys/dev/drm/radeon/r100.c
3339
trp_ff.full = dfixed_const(mem_trp);
sys/dev/drm/radeon/r100.c
3340
tras_ff.full = dfixed_const(mem_tras);
sys/dev/drm/radeon/r100.c
3358
tcas_ff.full += dfixed_const(data);
sys/dev/drm/radeon/r100.c
3395
agpmode_ff.full = dfixed_const(radeon_agpmode);
sys/dev/drm/radeon/r100.c
3402
sclk_delay_ff.full = dfixed_const(250);
sys/dev/drm/radeon/r100.c
3407
sclk_delay_ff.full = dfixed_const(41);
sys/dev/drm/radeon/r100.c
3409
sclk_delay_ff.full = dfixed_const(33);
sys/dev/drm/radeon/r100.c
3412
sclk_delay_ff.full = dfixed_const(57);
sys/dev/drm/radeon/r100.c
3414
sclk_delay_ff.full = dfixed_const(41);
sys/dev/drm/radeon/r100.c
3422
k1.full = dfixed_const(40);
sys/dev/drm/radeon/r100.c
3425
k1.full = dfixed_const(20);
sys/dev/drm/radeon/r100.c
3429
k1.full = dfixed_const(40);
sys/dev/drm/radeon/r100.c
3433
temp_ff.full = dfixed_const(2);
sys/dev/drm/radeon/r100.c
3435
temp_ff.full = dfixed_const(c);
sys/dev/drm/radeon/r100.c
3437
temp_ff.full = dfixed_const(4);
sys/dev/drm/radeon/r100.c
3448
temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1))));
sys/dev/drm/radeon/r100.c
3454
temp_ff.full = dfixed_const(cur_size);
sys/dev/drm/radeon/r100.c
3459
disp_latency_overhead.full = dfixed_const(8);
sys/dev/drm/radeon/r100.c
3488
temp_ff.full = dfixed_const((16/pixel_bytes1));
sys/dev/drm/radeon/r100.c
3568
temp_ff.full = dfixed_const((16/pixel_bytes2));
sys/dev/drm/radeon/r100.c
3590
temp_ff.full = dfixed_const(temp);
sys/dev/drm/radeon/radeon_device.c
728
a.full = dfixed_const(100);
sys/dev/drm/radeon/radeon_device.c
729
rdev->pm.sclk.full = dfixed_const(sclk);
sys/dev/drm/radeon/radeon_device.c
731
rdev->pm.mclk.full = dfixed_const(mclk);
sys/dev/drm/radeon/radeon_device.c
735
a.full = dfixed_const(16);
sys/dev/drm/radeon/radeon_display.c
1759
a.full = dfixed_const(src_v);
sys/dev/drm/radeon/radeon_display.c
1760
b.full = dfixed_const(dst_v);
sys/dev/drm/radeon/radeon_display.c
1762
a.full = dfixed_const(src_h);
sys/dev/drm/radeon/radeon_display.c
1763
b.full = dfixed_const(dst_h);
sys/dev/drm/radeon/radeon_display.c
1766
radeon_crtc->vsc.full = dfixed_const(1);
sys/dev/drm/radeon/radeon_display.c
1767
radeon_crtc->hsc.full = dfixed_const(1);
sys/dev/drm/radeon/rs690.c
101
rdev->pm.igp_system_mclk.full = dfixed_const(66700);
sys/dev/drm/radeon/rs690.c
103
rdev->pm.igp_ht_link_clk.full = dfixed_const(le32_to_cpu(info->info_v2.ulHTLinkFreq));
sys/dev/drm/radeon/rs690.c
105
rdev->pm.igp_ht_link_width.full = dfixed_const(le16_to_cpu(info->info_v2.usMinHTLinkWidth));
sys/dev/drm/radeon/rs690.c
109
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
sys/dev/drm/radeon/rs690.c
110
rdev->pm.igp_system_mclk.full = dfixed_const(200);
sys/dev/drm/radeon/rs690.c
111
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
sys/dev/drm/radeon/rs690.c
112
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
sys/dev/drm/radeon/rs690.c
118
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
sys/dev/drm/radeon/rs690.c
119
rdev->pm.igp_system_mclk.full = dfixed_const(200);
sys/dev/drm/radeon/rs690.c
120
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
sys/dev/drm/radeon/rs690.c
121
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
sys/dev/drm/radeon/rs690.c
126
tmp.full = dfixed_const(4);
sys/dev/drm/radeon/rs690.c
131
tmp.full = dfixed_const(5);
sys/dev/drm/radeon/rs690.c
142
tmp.full = dfixed_const(14);
sys/dev/drm/radeon/rs690.c
144
tmp.full = dfixed_const(10);
sys/dev/drm/radeon/rs690.c
296
a.full = dfixed_const(100);
sys/dev/drm/radeon/rs690.c
297
sclk.full = dfixed_const(selected_sclk);
sys/dev/drm/radeon/rs690.c
301
a.full = dfixed_const(16);
sys/dev/drm/radeon/rs690.c
304
if (crtc->vsc.full > dfixed_const(2))
sys/dev/drm/radeon/rs690.c
305
wm->num_line_pair.full = dfixed_const(2);
sys/dev/drm/radeon/rs690.c
307
wm->num_line_pair.full = dfixed_const(1);
sys/dev/drm/radeon/rs690.c
309
b.full = dfixed_const(mode->crtc_hdisplay);
sys/dev/drm/radeon/rs690.c
310
c.full = dfixed_const(256);
sys/dev/drm/radeon/rs690.c
314
if (a.full < dfixed_const(4)) {
sys/dev/drm/radeon/rs690.c
326
a.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/rs690.c
327
b.full = dfixed_const(1000);
sys/dev/drm/radeon/rs690.c
331
b.full = dfixed_const(2);
sys/dev/drm/radeon/rs690.c
335
c.full = dfixed_const(2);
sys/dev/drm/radeon/rs690.c
341
a.full = dfixed_const(1);
sys/dev/drm/radeon/rs690.c
350
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/drm/radeon/rs690.c
358
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/drm/radeon/rs690.c
359
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/drm/radeon/rs690.c
369
read_delay_latency.full = dfixed_const(370 * 800);
sys/dev/drm/radeon/rs690.c
370
a.full = dfixed_const(1000);
sys/dev/drm/radeon/rs690.c
381
read_delay_latency.full = dfixed_const(5000);
sys/dev/drm/radeon/rs690.c
385
a.full = dfixed_const(16);
sys/dev/drm/radeon/rs690.c
387
a.full = dfixed_const(1000);
sys/dev/drm/radeon/rs690.c
394
a.full = dfixed_const(256 * 13);
sys/dev/drm/radeon/rs690.c
396
a.full = dfixed_const(10);
sys/dev/drm/radeon/rs690.c
408
a.full = dfixed_const(3);
sys/dev/drm/radeon/rs690.c
412
a.full = dfixed_const(2);
sys/dev/drm/radeon/rs690.c
430
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
sys/dev/drm/radeon/rs690.c
436
wm->dbpp.full = dfixed_const(4 * 8);
sys/dev/drm/radeon/rs690.c
441
a.full = dfixed_const(16);
sys/dev/drm/radeon/rs690.c
442
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/drm/radeon/rs690.c
450
wm->priority_mark.full = dfixed_const(10);
sys/dev/drm/radeon/rs690.c
452
a.full = dfixed_const(16);
sys/dev/drm/radeon/rs690.c
490
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
495
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
504
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
509
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
538
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
543
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
565
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
570
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rs690.c
79
tmp.full = dfixed_const(100);
sys/dev/drm/radeon/rs690.c
80
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
sys/dev/drm/radeon/rs690.c
83
rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
sys/dev/drm/radeon/rs690.c
85
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
sys/dev/drm/radeon/rs690.c
88
rdev->pm.igp_system_mclk.full = dfixed_const(400);
sys/dev/drm/radeon/rs690.c
89
rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
sys/dev/drm/radeon/rs690.c
90
rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth);
sys/dev/drm/radeon/rs690.c
93
tmp.full = dfixed_const(100);
sys/dev/drm/radeon/rs690.c
94
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpSidePortClock));
sys/dev/drm/radeon/rs690.c
97
rdev->pm.igp_system_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpUMAClock));
sys/dev/drm/radeon/rs690.c
99
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
sys/dev/drm/radeon/rv515.c
1001
a.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/rv515.c
1002
b.full = dfixed_const(1000);
sys/dev/drm/radeon/rv515.c
1006
b.full = dfixed_const(2);
sys/dev/drm/radeon/rv515.c
1010
c.full = dfixed_const(2);
sys/dev/drm/radeon/rv515.c
1016
a.full = dfixed_const(1);
sys/dev/drm/radeon/rv515.c
1025
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/drm/radeon/rv515.c
1033
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
sys/dev/drm/radeon/rv515.c
1034
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/drm/radeon/rv515.c
1043
a.full = dfixed_const(600 * 1000);
sys/dev/drm/radeon/rv515.c
1045
read_delay_latency.full = dfixed_const(1000);
sys/dev/drm/radeon/rv515.c
1056
a.full = dfixed_const(3);
sys/dev/drm/radeon/rv515.c
1076
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
sys/dev/drm/radeon/rv515.c
1082
wm->dbpp.full = dfixed_const(2 * 16);
sys/dev/drm/radeon/rv515.c
1087
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1088
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
sys/dev/drm/radeon/rv515.c
1098
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1133
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1141
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rv515.c
1147
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1155
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rv515.c
1181
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1189
b.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1208
a.full = dfixed_const(16);
sys/dev/drm/radeon/rv515.c
1216
b.full = dfixed_const(16 * 1000);
sys/dev/drm/radeon/rv515.c
975
a.full = dfixed_const(100);
sys/dev/drm/radeon/rv515.c
976
sclk.full = dfixed_const(selected_sclk);
sys/dev/drm/radeon/rv515.c
979
if (crtc->vsc.full > dfixed_const(2))
sys/dev/drm/radeon/rv515.c
980
wm->num_line_pair.full = dfixed_const(2);
sys/dev/drm/radeon/rv515.c
982
wm->num_line_pair.full = dfixed_const(1);
sys/dev/drm/radeon/rv515.c
984
b.full = dfixed_const(mode->crtc_hdisplay);
sys/dev/drm/radeon/rv515.c
985
c.full = dfixed_const(256);
sys/dev/drm/radeon/rv515.c
989
if (a.full < dfixed_const(4)) {
sys/dev/drm/radeon/si.c
2066
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2067
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/si.c
2069
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/si.c
2070
a.full = dfixed_const(10);
sys/dev/drm/radeon/si.c
2071
dram_efficiency.full = dfixed_const(7);
sys/dev/drm/radeon/si.c
2086
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2087
yclk.full = dfixed_const(wm->yclk);
sys/dev/drm/radeon/si.c
2089
dram_channels.full = dfixed_const(wm->dram_channels * 4);
sys/dev/drm/radeon/si.c
2090
a.full = dfixed_const(10);
sys/dev/drm/radeon/si.c
2091
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
sys/dev/drm/radeon/si.c
2106
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2107
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/radeon/si.c
2109
a.full = dfixed_const(10);
sys/dev/drm/radeon/si.c
2110
return_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/si.c
2112
a.full = dfixed_const(32);
sys/dev/drm/radeon/si.c
2132
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2133
disp_clk.full = dfixed_const(wm->disp_clk);
sys/dev/drm/radeon/si.c
2135
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm) / 2);
sys/dev/drm/radeon/si.c
2138
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2139
sclk.full = dfixed_const(wm->sclk);
sys/dev/drm/radeon/si.c
2141
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm));
sys/dev/drm/radeon/si.c
2144
a.full = dfixed_const(10);
sys/dev/drm/radeon/si.c
2145
disp_clk_request_efficiency.full = dfixed_const(8);
sys/dev/drm/radeon/si.c
2150
a.full = dfixed_const(min_bandwidth);
sys/dev/drm/radeon/si.c
2178
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2179
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
sys/dev/drm/radeon/si.c
2181
bpp.full = dfixed_const(wm->bytes_per_pixel);
sys/dev/drm/radeon/si.c
2182
src_width.full = dfixed_const(wm->src_width);
sys/dev/drm/radeon/si.c
2208
a.full = dfixed_const(2);
sys/dev/drm/radeon/si.c
2209
b.full = dfixed_const(1);
sys/dev/drm/radeon/si.c
2218
a.full = dfixed_const(available_bandwidth);
sys/dev/drm/radeon/si.c
2219
b.full = dfixed_const(wm->num_heads);
sys/dev/drm/radeon/si.c
2226
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
sys/dev/drm/radeon/si.c
2227
b.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2228
c.full = dfixed_const(lb_fill_bw);
sys/dev/drm/radeon/si.c
2266
a.full = dfixed_const(1);
sys/dev/drm/radeon/si.c
2392
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2393
b.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/si.c
2395
c.full = dfixed_const(latency_watermark_a);
sys/dev/drm/radeon/si.c
2399
a.full = dfixed_const(16);
sys/dev/drm/radeon/si.c
2404
a.full = dfixed_const(1000);
sys/dev/drm/radeon/si.c
2405
b.full = dfixed_const(mode->clock);
sys/dev/drm/radeon/si.c
2407
c.full = dfixed_const(latency_watermark_b);
sys/dev/drm/radeon/si.c
2411
a.full = dfixed_const(16);