line_fill_time    895 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time    925 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	line_fill_time = dfixed_trunc(a);
line_fill_time    927 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	if (line_fill_time < wm->active_time)
line_fill_time    930 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time    921 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time    951 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	line_fill_time = dfixed_trunc(a);
line_fill_time    953 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	if (line_fill_time < wm->active_time)
line_fill_time    956 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time    694 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time    724 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	line_fill_time = dfixed_trunc(a);
line_fill_time    726 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	if (line_fill_time < wm->active_time)
line_fill_time    729 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time    830 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time    860 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	line_fill_time = dfixed_trunc(a);
line_fill_time    862 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	if (line_fill_time < wm->active_time)
line_fill_time    865 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time   9125 drivers/gpu/drm/radeon/cik.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time   9155 drivers/gpu/drm/radeon/cik.c 	line_fill_time = dfixed_trunc(a);
line_fill_time   9157 drivers/gpu/drm/radeon/cik.c 	if (line_fill_time < wm->active_time)
line_fill_time   9160 drivers/gpu/drm/radeon/cik.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time   2072 drivers/gpu/drm/radeon/evergreen.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time   2099 drivers/gpu/drm/radeon/evergreen.c 	line_fill_time = dfixed_trunc(a);
line_fill_time   2101 drivers/gpu/drm/radeon/evergreen.c 	if (line_fill_time < wm->active_time)
line_fill_time   2104 drivers/gpu/drm/radeon/evergreen.c 		return latency + (line_fill_time - wm->active_time);
line_fill_time   2215 drivers/gpu/drm/radeon/si.c 	u32 max_src_lines_per_dst_line, lb_fill_bw, line_fill_time;
line_fill_time   2245 drivers/gpu/drm/radeon/si.c 	line_fill_time = dfixed_trunc(a);
line_fill_time   2247 drivers/gpu/drm/radeon/si.c 	if (line_fill_time < wm->active_time)
line_fill_time   2250 drivers/gpu/drm/radeon/si.c 		return latency + (line_fill_time - wm->active_time);