Symbol: dfixed_const
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1557
a.full = dfixed_const(src_v);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1558
b.full = dfixed_const(dst_v);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1560
a.full = dfixed_const(src_h);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1561
b.full = dfixed_const(dst_h);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1564
amdgpu_crtc->vsc.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1565
amdgpu_crtc->hsc.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
727
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
728
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
730
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
731
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
732
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
756
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
757
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
759
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
760
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
761
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
785
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
786
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
788
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
789
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
791
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
814
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
815
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
817
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
820
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
821
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
869
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
870
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
872
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
873
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
908
a.full = dfixed_const(2);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
909
b.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
918
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
919
b.full = dfixed_const(wm->num_heads);
drivers/gpu/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);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
927
b.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
928
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
997
a.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
1003
a.full = dfixed_const(16);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
580
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
581
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
583
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
584
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
585
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
609
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
610
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
612
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
613
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
614
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
638
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
639
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
641
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
642
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
644
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
667
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
668
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
670
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
673
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
674
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
722
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
723
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
725
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
726
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
761
a.full = dfixed_const(2);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
762
b.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
771
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
772
b.full = dfixed_const(wm->num_heads);
drivers/gpu/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);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
780
b.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
781
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
850
a.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
984
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
985
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
987
c.full = dfixed_const(latency_watermark_a);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
991
a.full = dfixed_const(16);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
996
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
997
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
999
c.full = dfixed_const(latency_watermark_b);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
680
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
681
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
683
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
684
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
685
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
709
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
710
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
712
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
713
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
714
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
738
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
739
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
741
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
742
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
744
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
767
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
768
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
770
a.full = dfixed_const(32);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
773
a.full = dfixed_const(10);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
774
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
822
a.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
823
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
825
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
826
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
861
a.full = dfixed_const(2);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
862
b.full = dfixed_const(1);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
871
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
872
b.full = dfixed_const(wm->num_heads);
drivers/gpu/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);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
880
b.full = dfixed_const(1000);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
881
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
950
a.full = dfixed_const(1);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
870
return dfixed_const(pbn_div_x100) / 100;
drivers/gpu/drm/display/drm_dp_mst_topology.c
4471
req_slots = DIV_ROUND_UP(dfixed_const(pbn), topology_state->pbn_div.full);
drivers/gpu/drm/display/drm_dp_mst_topology.c
5395
mst_state->pbn_div.full = dfixed_const(0);
drivers/gpu/drm/i915/display/intel_dp_mst.c
370
pbn.full = dfixed_const(intel_dp_mst_calc_pbn(adjusted_mode->crtc_clock,
drivers/gpu/drm/radeon/cik.c
8948
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
8949
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/cik.c
8951
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/cik.c
8952
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/cik.c
8953
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/radeon/cik.c
8977
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
8978
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/cik.c
8980
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/cik.c
8981
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/cik.c
8982
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/radeon/cik.c
9006
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
9007
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/radeon/cik.c
9009
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/cik.c
9010
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/cik.c
9012
a.full = dfixed_const(32);
drivers/gpu/drm/radeon/cik.c
9035
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
9036
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/radeon/cik.c
9038
a.full = dfixed_const(32);
drivers/gpu/drm/radeon/cik.c
9041
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/cik.c
9042
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/cik.c
9090
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
9091
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/radeon/cik.c
9093
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/radeon/cik.c
9094
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/radeon/cik.c
9129
a.full = dfixed_const(2);
drivers/gpu/drm/radeon/cik.c
9130
b.full = dfixed_const(1);
drivers/gpu/drm/radeon/cik.c
9139
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/radeon/cik.c
9140
b.full = dfixed_const(wm->num_heads);
drivers/gpu/drm/radeon/cik.c
9147
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
drivers/gpu/drm/radeon/cik.c
9148
b.full = dfixed_const(1000);
drivers/gpu/drm/radeon/cik.c
9149
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/radeon/cik.c
9218
a.full = dfixed_const(1);
drivers/gpu/drm/radeon/evergreen.c
1958
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
1959
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/evergreen.c
1961
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/evergreen.c
1962
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/evergreen.c
1963
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/radeon/evergreen.c
1978
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
1979
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/evergreen.c
1981
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/evergreen.c
1982
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/evergreen.c
1983
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/radeon/evergreen.c
1998
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
1999
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/radeon/evergreen.c
2001
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/evergreen.c
2002
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/evergreen.c
2004
a.full = dfixed_const(32);
drivers/gpu/drm/radeon/evergreen.c
2018
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
2019
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/radeon/evergreen.c
2021
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/evergreen.c
2022
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/evergreen.c
2024
a.full = dfixed_const(32);
drivers/gpu/drm/radeon/evergreen.c
2053
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
2054
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/radeon/evergreen.c
2056
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/radeon/evergreen.c
2057
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/radeon/evergreen.c
2082
a.full = dfixed_const(2);
drivers/gpu/drm/radeon/evergreen.c
2083
b.full = dfixed_const(1);
drivers/gpu/drm/radeon/evergreen.c
2092
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/radeon/evergreen.c
2093
b.full = dfixed_const(wm->num_heads);
drivers/gpu/drm/radeon/evergreen.c
2098
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
drivers/gpu/drm/radeon/evergreen.c
2099
b.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
2100
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/radeon/evergreen.c
2138
a.full = dfixed_const(1);
drivers/gpu/drm/radeon/evergreen.c
2260
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
2261
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/evergreen.c
2263
c.full = dfixed_const(latency_watermark_a);
drivers/gpu/drm/radeon/evergreen.c
2267
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/evergreen.c
2272
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/evergreen.c
2273
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/evergreen.c
2275
c.full = dfixed_const(latency_watermark_b);
drivers/gpu/drm/radeon/evergreen.c
2279
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/r100.c
3284
temp_ff.full = dfixed_const(temp);
drivers/gpu/drm/radeon/r100.c
3291
temp_ff.full = dfixed_const(1000);
drivers/gpu/drm/radeon/r100.c
3292
pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */
drivers/gpu/drm/radeon/r100.c
3294
temp_ff.full = dfixed_const(pixel_bytes1);
drivers/gpu/drm/radeon/r100.c
3298
temp_ff.full = dfixed_const(1000);
drivers/gpu/drm/radeon/r100.c
3299
pix_clk2.full = dfixed_const(mode2->clock); /* convert to fixed point */
drivers/gpu/drm/radeon/r100.c
3301
temp_ff.full = dfixed_const(pixel_bytes2);
drivers/gpu/drm/radeon/r100.c
3347
trcd_ff.full = dfixed_const(mem_trcd);
drivers/gpu/drm/radeon/r100.c
3348
trp_ff.full = dfixed_const(mem_trp);
drivers/gpu/drm/radeon/r100.c
3349
tras_ff.full = dfixed_const(mem_tras);
drivers/gpu/drm/radeon/r100.c
3367
tcas_ff.full += dfixed_const(data);
drivers/gpu/drm/radeon/r100.c
3404
agpmode_ff.full = dfixed_const(radeon_agpmode);
drivers/gpu/drm/radeon/r100.c
3411
sclk_delay_ff.full = dfixed_const(250);
drivers/gpu/drm/radeon/r100.c
3416
sclk_delay_ff.full = dfixed_const(41);
drivers/gpu/drm/radeon/r100.c
3418
sclk_delay_ff.full = dfixed_const(33);
drivers/gpu/drm/radeon/r100.c
3421
sclk_delay_ff.full = dfixed_const(57);
drivers/gpu/drm/radeon/r100.c
3423
sclk_delay_ff.full = dfixed_const(41);
drivers/gpu/drm/radeon/r100.c
3431
k1.full = dfixed_const(40);
drivers/gpu/drm/radeon/r100.c
3434
k1.full = dfixed_const(20);
drivers/gpu/drm/radeon/r100.c
3438
k1.full = dfixed_const(40);
drivers/gpu/drm/radeon/r100.c
3442
temp_ff.full = dfixed_const(2);
drivers/gpu/drm/radeon/r100.c
3444
temp_ff.full = dfixed_const(c);
drivers/gpu/drm/radeon/r100.c
3446
temp_ff.full = dfixed_const(4);
drivers/gpu/drm/radeon/r100.c
3457
temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1))));
drivers/gpu/drm/radeon/r100.c
3463
temp_ff.full = dfixed_const(cur_size);
drivers/gpu/drm/radeon/r100.c
3468
disp_latency_overhead.full = dfixed_const(8);
drivers/gpu/drm/radeon/r100.c
3497
temp_ff.full = dfixed_const((16/pixel_bytes1));
drivers/gpu/drm/radeon/r100.c
3577
temp_ff.full = dfixed_const((16/pixel_bytes2));
drivers/gpu/drm/radeon/r100.c
3599
temp_ff.full = dfixed_const(temp);
drivers/gpu/drm/radeon/radeon_device.c
731
a.full = dfixed_const(100);
drivers/gpu/drm/radeon/radeon_device.c
732
rdev->pm.sclk.full = dfixed_const(sclk);
drivers/gpu/drm/radeon/radeon_device.c
734
rdev->pm.mclk.full = dfixed_const(mclk);
drivers/gpu/drm/radeon/radeon_device.c
738
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/radeon_display.c
1769
a.full = dfixed_const(src_v);
drivers/gpu/drm/radeon/radeon_display.c
1770
b.full = dfixed_const(dst_v);
drivers/gpu/drm/radeon/radeon_display.c
1772
a.full = dfixed_const(src_h);
drivers/gpu/drm/radeon/radeon_display.c
1773
b.full = dfixed_const(dst_h);
drivers/gpu/drm/radeon/radeon_display.c
1776
radeon_crtc->vsc.full = dfixed_const(1);
drivers/gpu/drm/radeon/radeon_display.c
1777
radeon_crtc->hsc.full = dfixed_const(1);
drivers/gpu/drm/radeon/rs690.c
101
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
drivers/gpu/drm/radeon/rs690.c
103
rdev->pm.igp_system_mclk.full = dfixed_const(66700);
drivers/gpu/drm/radeon/rs690.c
105
rdev->pm.igp_ht_link_clk.full = dfixed_const(le32_to_cpu(info->info_v2.ulHTLinkFreq));
drivers/gpu/drm/radeon/rs690.c
107
rdev->pm.igp_ht_link_width.full = dfixed_const(le16_to_cpu(info->info_v2.usMinHTLinkWidth));
drivers/gpu/drm/radeon/rs690.c
111
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
drivers/gpu/drm/radeon/rs690.c
112
rdev->pm.igp_system_mclk.full = dfixed_const(200);
drivers/gpu/drm/radeon/rs690.c
113
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rs690.c
114
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
drivers/gpu/drm/radeon/rs690.c
120
rdev->pm.igp_sideport_mclk.full = dfixed_const(200);
drivers/gpu/drm/radeon/rs690.c
121
rdev->pm.igp_system_mclk.full = dfixed_const(200);
drivers/gpu/drm/radeon/rs690.c
122
rdev->pm.igp_ht_link_clk.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rs690.c
123
rdev->pm.igp_ht_link_width.full = dfixed_const(8);
drivers/gpu/drm/radeon/rs690.c
128
tmp.full = dfixed_const(4);
drivers/gpu/drm/radeon/rs690.c
133
tmp.full = dfixed_const(5);
drivers/gpu/drm/radeon/rs690.c
144
tmp.full = dfixed_const(14);
drivers/gpu/drm/radeon/rs690.c
146
tmp.full = dfixed_const(10);
drivers/gpu/drm/radeon/rs690.c
297
a.full = dfixed_const(100);
drivers/gpu/drm/radeon/rs690.c
298
sclk.full = dfixed_const(selected_sclk);
drivers/gpu/drm/radeon/rs690.c
302
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rs690.c
305
if (crtc->vsc.full > dfixed_const(2))
drivers/gpu/drm/radeon/rs690.c
306
wm->num_line_pair.full = dfixed_const(2);
drivers/gpu/drm/radeon/rs690.c
308
wm->num_line_pair.full = dfixed_const(1);
drivers/gpu/drm/radeon/rs690.c
310
b.full = dfixed_const(mode->crtc_hdisplay);
drivers/gpu/drm/radeon/rs690.c
311
c.full = dfixed_const(256);
drivers/gpu/drm/radeon/rs690.c
315
if (a.full < dfixed_const(4)) {
drivers/gpu/drm/radeon/rs690.c
327
a.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/rs690.c
328
b.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rs690.c
332
b.full = dfixed_const(2);
drivers/gpu/drm/radeon/rs690.c
336
c.full = dfixed_const(2);
drivers/gpu/drm/radeon/rs690.c
342
a.full = dfixed_const(1);
drivers/gpu/drm/radeon/rs690.c
351
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
drivers/gpu/drm/radeon/rs690.c
359
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
drivers/gpu/drm/radeon/rs690.c
360
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
drivers/gpu/drm/radeon/rs690.c
370
read_delay_latency.full = dfixed_const(370 * 800);
drivers/gpu/drm/radeon/rs690.c
371
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rs690.c
382
read_delay_latency.full = dfixed_const(5000);
drivers/gpu/drm/radeon/rs690.c
386
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rs690.c
388
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rs690.c
395
a.full = dfixed_const(256 * 13);
drivers/gpu/drm/radeon/rs690.c
397
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/rs690.c
409
a.full = dfixed_const(3);
drivers/gpu/drm/radeon/rs690.c
413
a.full = dfixed_const(2);
drivers/gpu/drm/radeon/rs690.c
431
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
drivers/gpu/drm/radeon/rs690.c
437
wm->dbpp.full = dfixed_const(4 * 8);
drivers/gpu/drm/radeon/rs690.c
442
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rs690.c
443
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
drivers/gpu/drm/radeon/rs690.c
451
wm->priority_mark.full = dfixed_const(10);
drivers/gpu/drm/radeon/rs690.c
453
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rs690.c
491
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
496
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
505
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
510
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
539
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
544
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
566
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
571
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rs690.c
81
tmp.full = dfixed_const(100);
drivers/gpu/drm/radeon/rs690.c
82
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
drivers/gpu/drm/radeon/rs690.c
85
rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
drivers/gpu/drm/radeon/rs690.c
87
rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
drivers/gpu/drm/radeon/rs690.c
90
rdev->pm.igp_system_mclk.full = dfixed_const(400);
drivers/gpu/drm/radeon/rs690.c
91
rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
drivers/gpu/drm/radeon/rs690.c
92
rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth);
drivers/gpu/drm/radeon/rs690.c
95
tmp.full = dfixed_const(100);
drivers/gpu/drm/radeon/rs690.c
96
rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpSidePortClock));
drivers/gpu/drm/radeon/rs690.c
99
rdev->pm.igp_system_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpUMAClock));
drivers/gpu/drm/radeon/rv515.c
1007
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
drivers/gpu/drm/radeon/rv515.c
1008
b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
drivers/gpu/drm/radeon/rv515.c
1017
a.full = dfixed_const(600 * 1000);
drivers/gpu/drm/radeon/rv515.c
1019
read_delay_latency.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rv515.c
1030
a.full = dfixed_const(3);
drivers/gpu/drm/radeon/rv515.c
1050
tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
drivers/gpu/drm/radeon/rv515.c
1056
wm->dbpp.full = dfixed_const(2 * 16);
drivers/gpu/drm/radeon/rv515.c
1061
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1062
wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
drivers/gpu/drm/radeon/rv515.c
1072
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1107
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1115
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rv515.c
1121
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1129
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rv515.c
1155
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1163
b.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1182
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/rv515.c
1190
b.full = dfixed_const(16 * 1000);
drivers/gpu/drm/radeon/rv515.c
949
a.full = dfixed_const(100);
drivers/gpu/drm/radeon/rv515.c
950
sclk.full = dfixed_const(selected_sclk);
drivers/gpu/drm/radeon/rv515.c
953
if (crtc->vsc.full > dfixed_const(2))
drivers/gpu/drm/radeon/rv515.c
954
wm->num_line_pair.full = dfixed_const(2);
drivers/gpu/drm/radeon/rv515.c
956
wm->num_line_pair.full = dfixed_const(1);
drivers/gpu/drm/radeon/rv515.c
958
b.full = dfixed_const(mode->crtc_hdisplay);
drivers/gpu/drm/radeon/rv515.c
959
c.full = dfixed_const(256);
drivers/gpu/drm/radeon/rv515.c
963
if (a.full < dfixed_const(4)) {
drivers/gpu/drm/radeon/rv515.c
975
a.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/rv515.c
976
b.full = dfixed_const(1000);
drivers/gpu/drm/radeon/rv515.c
980
b.full = dfixed_const(2);
drivers/gpu/drm/radeon/rv515.c
984
c.full = dfixed_const(2);
drivers/gpu/drm/radeon/rv515.c
990
a.full = dfixed_const(1);
drivers/gpu/drm/radeon/rv515.c
999
a.full = dfixed_const(crtc->base.mode.crtc_htotal);
drivers/gpu/drm/radeon/si.c
2056
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2057
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/si.c
2059
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/si.c
2060
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/si.c
2061
dram_efficiency.full = dfixed_const(7);
drivers/gpu/drm/radeon/si.c
2076
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2077
yclk.full = dfixed_const(wm->yclk);
drivers/gpu/drm/radeon/si.c
2079
dram_channels.full = dfixed_const(wm->dram_channels * 4);
drivers/gpu/drm/radeon/si.c
2080
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/si.c
2081
disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */
drivers/gpu/drm/radeon/si.c
2096
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2097
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/radeon/si.c
2099
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/si.c
2100
return_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/si.c
2102
a.full = dfixed_const(32);
drivers/gpu/drm/radeon/si.c
2122
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2123
disp_clk.full = dfixed_const(wm->disp_clk);
drivers/gpu/drm/radeon/si.c
2125
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm) / 2);
drivers/gpu/drm/radeon/si.c
2128
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2129
sclk.full = dfixed_const(wm->sclk);
drivers/gpu/drm/radeon/si.c
2131
a.full = dfixed_const(dce6_get_dmif_bytes_per_request(wm));
drivers/gpu/drm/radeon/si.c
2134
a.full = dfixed_const(10);
drivers/gpu/drm/radeon/si.c
2135
disp_clk_request_efficiency.full = dfixed_const(8);
drivers/gpu/drm/radeon/si.c
2140
a.full = dfixed_const(min_bandwidth);
drivers/gpu/drm/radeon/si.c
2168
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2169
line_time.full = dfixed_const(wm->active_time + wm->blank_time);
drivers/gpu/drm/radeon/si.c
2171
bpp.full = dfixed_const(wm->bytes_per_pixel);
drivers/gpu/drm/radeon/si.c
2172
src_width.full = dfixed_const(wm->src_width);
drivers/gpu/drm/radeon/si.c
2198
a.full = dfixed_const(2);
drivers/gpu/drm/radeon/si.c
2199
b.full = dfixed_const(1);
drivers/gpu/drm/radeon/si.c
2208
a.full = dfixed_const(available_bandwidth);
drivers/gpu/drm/radeon/si.c
2209
b.full = dfixed_const(wm->num_heads);
drivers/gpu/drm/radeon/si.c
2216
a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
drivers/gpu/drm/radeon/si.c
2217
b.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2218
c.full = dfixed_const(lb_fill_bw);
drivers/gpu/drm/radeon/si.c
2256
a.full = dfixed_const(1);
drivers/gpu/drm/radeon/si.c
2382
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2383
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/si.c
2385
c.full = dfixed_const(latency_watermark_a);
drivers/gpu/drm/radeon/si.c
2389
a.full = dfixed_const(16);
drivers/gpu/drm/radeon/si.c
2394
a.full = dfixed_const(1000);
drivers/gpu/drm/radeon/si.c
2395
b.full = dfixed_const(mode->clock);
drivers/gpu/drm/radeon/si.c
2397
c.full = dfixed_const(latency_watermark_b);
drivers/gpu/drm/radeon/si.c
2401
a.full = dfixed_const(16);
drivers/gpu/drm/tegra/dc.c
153
outf.full = max_t(u32, outf.full - dfixed_const(1), dfixed_const(1));
drivers/gpu/drm/tegra/dc.c
154
inf.full -= dfixed_const(1);
drivers/gpu/drm/tegra/dc.c
157
dda_inc = min_t(u32, dda_inc, dfixed_const(max));
include/drm/drm_fixed.h
42
#define dfixed_init(A) { .full = dfixed_const((A)) }
include/drm/drm_fixed.h
51
return dfixed_const(non_frac);
include/drm/drm_fixed.h
58
if (A.full > dfixed_const(non_frac))
include/drm/drm_fixed.h
59
return dfixed_const(non_frac + 1);
include/drm/drm_fixed.h
61
return dfixed_const(non_frac);