Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c4489 uint32_t interm_pbpl; in skl_compute_plane_wm_params() local
4561 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line * in skl_compute_plane_wm_params()
4566 interm_pbpl++; in skl_compute_plane_wm_params()
4568 wp->plane_blocks_per_line = div_fixed16(interm_pbpl, in skl_compute_plane_wm_params()
4571 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line, in skl_compute_plane_wm_params()
4573 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); in skl_compute_plane_wm_params()
4575 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line, in skl_compute_plane_wm_params()
4577 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); in skl_compute_plane_wm_params()