Searched refs:available_bandwidth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c683 u32 available_bandwidth = dce6_available_bandwidth(wm); local
684 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth;
685 u32 cursor_line_pair_return_time = (128 * 4 * 1000) / available_bandwidth;
707 a.full = dfixed_const(available_bandwidth);
H A Devergreen.c956 u32 available_bandwidth = evergreen_available_bandwidth(wm); local
957 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth;
958 u32 cursor_line_pair_return_time = (128 * 4 * 1000) / available_bandwidth;
979 a.full = dfixed_const(available_bandwidth);

Completed in 77 milliseconds