Lines Matching refs:horiz_pixels

1462 			       uint32_t horiz_pixels, uint8_t bytes_per_pixel,  in ilk_wm_method2()  argument
1471 ret = (ret + 1) * horiz_pixels * bytes_per_pixel; in ilk_wm_method2()
1476 static uint32_t ilk_wm_fbc(uint32_t pri_val, uint32_t horiz_pixels, in ilk_wm_fbc() argument
1479 return DIV_ROUND_UP(pri_val * 64, horiz_pixels * bytes_per_pixel) + 2; in ilk_wm_fbc()
1535 params->pri.horiz_pixels, in ilk_compute_pri_wm()
1559 params->spr.horiz_pixels, in ilk_compute_spr_wm()
1577 params->cur.horiz_pixels, in ilk_compute_cur_wm()
1590 params->pri.horiz_pixels, in ilk_compute_fbc_wm()
2062 p->pri.horiz_pixels = intel_crtc->config->pipe_src_w; in ilk_compute_wm_parameters()
2063 p->cur.horiz_pixels = intel_crtc->base.cursor->state->crtc_w; in ilk_compute_wm_parameters()
2615 return p->horiz_pixels * p->vert_pixels * p->bytes_per_pixel; in skl_plane_relative_data_rate()
2749 uint32_t horiz_pixels, uint8_t bytes_per_pixel, in skl_wm_method2() argument
2759 plane_bytes_per_line = horiz_pixels * bytes_per_pixel; in skl_wm_method2()
2839 p->plane[0].horiz_pixels = intel_crtc->config->pipe_src_w; in skl_compute_wm_pipe_parameters()
2847 p->cursor.horiz_pixels = crtc->cursor->state->crtc_w; in skl_compute_wm_pipe_parameters()
2852 p->cursor.horiz_pixels = 64; in skl_compute_wm_pipe_parameters()
2888 p_params->horiz_pixels, in skl_compute_plane_wm()
2893 plane_bytes_per_line = p_params->horiz_pixels * in skl_compute_plane_wm()
3363 intel_plane->wm.horiz_pixels = sprite_width; in skl_update_sprite_wm()
3435 intel_plane->wm.horiz_pixels = sprite_width; in ilk_update_sprite_wm()