Home
last modified time | relevance | path

Searched refs:worst_chunk_return_time (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_v10_0.c881 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth; in dce_v10_0_latency_watermark() local
884 u32 other_heads_data_return_time = ((wm->num_heads + 1) * worst_chunk_return_time) + in dce_v10_0_latency_watermark()
H A Ddce_v11_0.c907 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth; in dce_v11_0_latency_watermark() local
910 u32 other_heads_data_return_time = ((wm->num_heads + 1) * worst_chunk_return_time) + in dce_v11_0_latency_watermark()
/dragonfly/sys/dev/drm/radeon/
H A Devergreen.c2048 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth; in evergreen_latency_watermark() local
2051 u32 other_heads_data_return_time = ((wm->num_heads + 1) * worst_chunk_return_time) + in evergreen_latency_watermark()
H A Dsi.c2195 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth; in dce6_latency_watermark() local
2198 u32 other_heads_data_return_time = ((wm->num_heads + 1) * worst_chunk_return_time) + in dce6_latency_watermark()
H A Dcik.c9084 u32 worst_chunk_return_time = (512 * 8 * 1000) / available_bandwidth; in dce8_latency_watermark() local
9087 u32 other_heads_data_return_time = ((wm->num_heads + 1) * worst_chunk_return_time) + in dce8_latency_watermark()