Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c4378 uint32_t interm_pbpl; in skl_compute_plane_wm_params() local
4435 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line * in skl_compute_plane_wm_params()
4439 interm_pbpl++; in skl_compute_plane_wm_params()
4441 wp->plane_blocks_per_line = div_fixed16(interm_pbpl, in skl_compute_plane_wm_params()
4444 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line, 512); in skl_compute_plane_wm_params()
4445 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); in skl_compute_plane_wm_params()
4447 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line, 512) + 1; in skl_compute_plane_wm_params()
4448 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); in skl_compute_plane_wm_params()