Searched refs:dram_channels (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Devergreen.c1981 u32 dram_channels; /* number of dram channels */ member in struct:evergreen_wm_params
2000 fixed20_12 yclk, dram_channels, bandwidth; evergreen_dram_bandwidth() local
2006 dram_channels.full = dfixed_const(wm->dram_channels * 4); evergreen_dram_bandwidth()
2010 bandwidth.full = dfixed_mul(dram_channels, yclk); evergreen_dram_bandwidth()
2020 fixed20_12 yclk, dram_channels, bandwidth; evergreen_dram_bandwidth_for_display() local
2026 dram_channels.full = dfixed_const(wm->dram_channels * 4); evergreen_dram_bandwidth_for_display()
2030 bandwidth.full = dfixed_mul(dram_channels, yclk); evergreen_dram_bandwidth_for_display()
2213 u32 dram_channels; evergreen_program_watermarks() local
2229 dram_channels = evergreen_get_number_of_dram_channels(rdev); evergreen_program_watermarks()
2255 wm_high.dram_channels = dram_channels; evergreen_program_watermarks()
2282 wm_low.dram_channels = dram_channels; evergreen_program_watermarks()
H A Dsi.c1998 u32 dram_channels; /* number of dram channels */ member in struct:dce6_wm_params
2017 fixed20_12 yclk, dram_channels, bandwidth; dce6_dram_bandwidth() local
2023 dram_channels.full = dfixed_const(wm->dram_channels * 4); dce6_dram_bandwidth()
2027 bandwidth.full = dfixed_mul(dram_channels, yclk); dce6_dram_bandwidth()
2037 fixed20_12 yclk, dram_channels, bandwidth; dce6_dram_bandwidth_for_display() local
2043 dram_channels.full = dfixed_const(wm->dram_channels * 4); dce6_dram_bandwidth_for_display()
2047 bandwidth.full = dfixed_mul(dram_channels, yclk); dce6_dram_bandwidth_for_display()
2257 u32 dram_channels; dce6_program_watermarks() local
2274 dram_channels = evergreen_get_number_of_dram_channels(rdev); dce6_program_watermarks()
2276 dram_channels = si_get_number_of_dram_channels(rdev); dce6_program_watermarks()
2302 wm_high.dram_channels = dram_channels; dce6_program_watermarks()
2329 wm_low.dram_channels = dram_channels; dce6_program_watermarks()
H A Dcik.c9171 u32 dram_channels; /* number of dram channels */ member in struct:dce8_wm_params
9199 fixed20_12 yclk, dram_channels, bandwidth; dce8_dram_bandwidth() local
9205 dram_channels.full = dfixed_const(wm->dram_channels * 4); dce8_dram_bandwidth()
9209 bandwidth.full = dfixed_mul(dram_channels, yclk); dce8_dram_bandwidth()
9228 fixed20_12 yclk, dram_channels, bandwidth; dce8_dram_bandwidth_for_display() local
9234 dram_channels.full = dfixed_const(wm->dram_channels * 4); dce8_dram_bandwidth_for_display()
9238 bandwidth.full = dfixed_mul(dram_channels, yclk); dce8_dram_bandwidth_for_display()
9554 wm_high.dram_channels = cik_get_number_of_dram_channels(rdev); dce8_program_watermarks()
9594 wm_low.dram_channels = cik_get_number_of_dram_channels(rdev); dce8_program_watermarks()

Completed in 170 milliseconds