Searched refs:dfixed_mul (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs690.c | 128 rdev->pm.k8_bandwidth.full = dfixed_mul(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 133 rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk, in rs690_pm_info() 144 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 302 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rs690_crtc_bandwidth_compute() 324 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute() 341 line_time.full = dfixed_mul(a, pclk); in rs690_crtc_bandwidth_compute() 350 wm->active_time.full = dfixed_mul(line_time, b); in rs690_crtc_bandwidth_compute() 363 read_delay_latency.full = dfixed_mul(read_delay_latency, a); in rs690_crtc_bandwidth_compute() 376 sclk.full = dfixed_mul(max_bandwidth, a); in rs690_crtc_bandwidth_compute() 385 chunk_time.full = dfixed_mul(sclk, a); in rs690_crtc_bandwidth_compute() [all …]
|
D | rv515.c | 991 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute() 1013 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute() 1030 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute() 1039 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute() 1061 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute() 1082 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute() 1136 b.full = dfixed_mul(b, wm0->active_time); in rv515_compute_mode_priority() 1139 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority() 1143 a.full = dfixed_mul(wm0->worst_case_latency, in rv515_compute_mode_priority() 1150 b.full = dfixed_mul(b, wm1->active_time); in rv515_compute_mode_priority() [all …]
|
D | r100.c | 3258 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update() 3268 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff); in r100_bandwidth_update() 3275 peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff); in r100_bandwidth_update() 3278 mem_bw.full = dfixed_mul(mem_bw, min_mem_eff); in r100_bandwidth_update() 3379 sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff); in r100_bandwidth_update() 3416 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); in r100_bandwidth_update() 3418 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); in r100_bandwidth_update() 3420 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); in r100_bandwidth_update() 3421 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); in r100_bandwidth_update() 3476 crit_point_ff.full = dfixed_mul(disp_drain_rate, disp_latency); in r100_bandwidth_update() [all …]
|
D | evergreen.c | 2010 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth() 2011 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth() 2030 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display() 2031 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display() 2050 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth() 2051 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth() 2070 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth() 2071 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth() 2103 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth() 2104 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth() [all …]
|
D | si.c | 2027 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth() 2028 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth() 2047 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth_for_display() 2048 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in dce6_dram_bandwidth_for_display() 2067 bandwidth.full = dfixed_mul(a, sclk); in dce6_data_return_bandwidth() 2068 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in dce6_data_return_bandwidth() 2090 b1.full = dfixed_mul(a, disp_clk); in dce6_dmif_request_bandwidth() 2096 b2.full = dfixed_mul(a, sclk); in dce6_dmif_request_bandwidth() 2105 bandwidth.full = dfixed_mul(a, disp_clk_request_efficiency); in dce6_dmif_request_bandwidth() 2137 bandwidth.full = dfixed_mul(src_width, bpp); in dce6_average_bandwidth() [all …]
|
D | cik.c | 9209 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth() 9210 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth() 9238 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth_for_display() 9239 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in dce8_dram_bandwidth_for_display() 9267 bandwidth.full = dfixed_mul(a, sclk); in dce8_data_return_bandwidth() 9268 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in dce8_data_return_bandwidth() 9293 b.full = dfixed_mul(a, disp_clk); in dce8_dmif_request_bandwidth() 9299 bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency); in dce8_dmif_request_bandwidth() 9349 bandwidth.full = dfixed_mul(src_width, bpp); in dce8_average_bandwidth() 9350 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce8_average_bandwidth() [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_fixed.h | 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) macro
|