Home
last modified time | relevance | path

Searched refs:return_efficiency (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dsi.c591 fixed20_12 return_efficiency; /* 0.8 */ in dce6_data_return_bandwidth() local
599 return_efficiency.full = dfixed_const(8); in dce6_data_return_bandwidth()
600 return_efficiency.full = dfixed_div(return_efficiency, a); in dce6_data_return_bandwidth()
603 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in dce6_data_return_bandwidth()
H A Devergreen.c881 fixed20_12 return_efficiency; /* 0.8 */ in evergreen_data_return_bandwidth() local
889 return_efficiency.full = dfixed_const(8); in evergreen_data_return_bandwidth()
890 return_efficiency.full = dfixed_div(return_efficiency, a); in evergreen_data_return_bandwidth()
893 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()