Lines Matching refs:dfixed_const
727 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth()
728 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth()
730 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth()
731 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth()
732 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth()
756 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display()
757 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth_for_display()
759 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth_for_display()
760 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth_for_display()
761 disp_dram_allocation.full = dfixed_const(3); /* XXX worse case value 0.3 */ in dce_v10_0_dram_bandwidth_for_display()
785 a.full = dfixed_const(1000); in dce_v10_0_data_return_bandwidth()
786 sclk.full = dfixed_const(wm->sclk); in dce_v10_0_data_return_bandwidth()
788 a.full = dfixed_const(10); in dce_v10_0_data_return_bandwidth()
789 return_efficiency.full = dfixed_const(8); in dce_v10_0_data_return_bandwidth()
791 a.full = dfixed_const(32); in dce_v10_0_data_return_bandwidth()
814 a.full = dfixed_const(1000); in dce_v10_0_dmif_request_bandwidth()
815 disp_clk.full = dfixed_const(wm->disp_clk); in dce_v10_0_dmif_request_bandwidth()
817 a.full = dfixed_const(32); in dce_v10_0_dmif_request_bandwidth()
820 a.full = dfixed_const(10); in dce_v10_0_dmif_request_bandwidth()
821 disp_clk_request_efficiency.full = dfixed_const(8); in dce_v10_0_dmif_request_bandwidth()
869 a.full = dfixed_const(1000); in dce_v10_0_average_bandwidth()
870 line_time.full = dfixed_const(wm->active_time + wm->blank_time); in dce_v10_0_average_bandwidth()
872 bpp.full = dfixed_const(wm->bytes_per_pixel); in dce_v10_0_average_bandwidth()
873 src_width.full = dfixed_const(wm->src_width); in dce_v10_0_average_bandwidth()
908 a.full = dfixed_const(2); in dce_v10_0_latency_watermark()
909 b.full = dfixed_const(1); in dce_v10_0_latency_watermark()
918 a.full = dfixed_const(available_bandwidth); in dce_v10_0_latency_watermark()
919 b.full = dfixed_const(wm->num_heads); in dce_v10_0_latency_watermark()
926 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce_v10_0_latency_watermark()
927 b.full = dfixed_const(1000); in dce_v10_0_latency_watermark()
928 c.full = dfixed_const(lb_fill_bw); in dce_v10_0_latency_watermark()
997 a.full = dfixed_const(1); in dce_v10_0_check_latency_hiding()