Lines Matching refs:bytes_per_pixel

1446 static uint32_t ilk_wm_method1(uint32_t pixel_rate, uint8_t bytes_per_pixel,  in ilk_wm_method1()  argument
1454 ret = (uint64_t) pixel_rate * bytes_per_pixel * latency; in ilk_wm_method1()
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()
1477 uint8_t bytes_per_pixel) in ilk_wm_fbc() argument
1479 return DIV_ROUND_UP(pri_val * 64, horiz_pixels * bytes_per_pixel) + 2; in ilk_wm_fbc()
1527 params->pri.bytes_per_pixel, in ilk_compute_pri_wm()
1536 params->pri.bytes_per_pixel, in ilk_compute_pri_wm()
1555 params->spr.bytes_per_pixel, in ilk_compute_spr_wm()
1560 params->spr.bytes_per_pixel, in ilk_compute_spr_wm()
1578 params->cur.bytes_per_pixel, in ilk_compute_cur_wm()
1591 params->pri.bytes_per_pixel); in ilk_compute_fbc_wm()
2049 p->pri.bytes_per_pixel = in ilk_compute_wm_parameters()
2052 p->pri.bytes_per_pixel = 4; in ilk_compute_wm_parameters()
2054 p->cur.bytes_per_pixel = 4; in ilk_compute_wm_parameters()
2615 return p->horiz_pixels * p->vert_pixels * p->bytes_per_pixel; in skl_plane_relative_data_rate()
2734 static uint32_t skl_wm_method1(uint32_t pixel_rate, uint8_t bytes_per_pixel, in skl_wm_method1() argument
2742 wm_intermediate_val = latency * pixel_rate * bytes_per_pixel / 512; in skl_wm_method1()
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()
2832 p->plane[0].bytes_per_pixel = fb->bits_per_pixel / 8; in skl_compute_wm_pipe_parameters()
2836 p->plane[0].bytes_per_pixel = 0; in skl_compute_wm_pipe_parameters()
2846 p->cursor.bytes_per_pixel = fb->bits_per_pixel / 8; in skl_compute_wm_pipe_parameters()
2851 p->cursor.bytes_per_pixel = 0; in skl_compute_wm_pipe_parameters()
2884 p_params->bytes_per_pixel, in skl_compute_plane_wm()
2889 p_params->bytes_per_pixel, in skl_compute_plane_wm()
2894 p_params->bytes_per_pixel; in skl_compute_plane_wm()
2902 switch (p_params->bytes_per_pixel) { in skl_compute_plane_wm()
3365 intel_plane->wm.bytes_per_pixel = pixel_size; in skl_update_sprite_wm()
3437 intel_plane->wm.bytes_per_pixel = pixel_size; in ilk_update_sprite_wm()