Home
last modified time | relevance | path

Searched refs:dram_efficiency (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Devergreen.c1999 fixed20_12 dram_efficiency; /* 0.7 */ in evergreen_dram_bandwidth() local
2008 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()
2009 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()
2011 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
Dsi.c2016 fixed20_12 dram_efficiency; /* 0.7 */ in dce6_dram_bandwidth() local
2025 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth()
2026 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth()
2028 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth()
Dcik.c9198 fixed20_12 dram_efficiency; /* 0.7 */ in dce8_dram_bandwidth() local
9207 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth()
9208 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth()
9210 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth()