Searched refs:slice_count (Results 1 – 8 of 8) sorted by relevance
94 u8 slice_count; member
2514 crtc_state->dsc.slice_count = 4; in fill_dsc()2516 crtc_state->dsc.slice_count = 2; in fill_dsc()2522 crtc_state->dsc.slice_count = 1; in fill_dsc()2526 crtc_state->dsc.slice_count != 0) in fill_dsc()2529 crtc_state->dsc.slice_count); in fill_dsc()
391 pipe_config->dsc.slice_count); in intel_dsc_compute_params()
1052 u8 slice_count; member
2281 pipe_config->dsc.slice_count = in intel_dp_dsc_compute_config()2306 pipe_config->dsc.slice_count = dsc_dp_slice_count; in intel_dp_dsc_compute_config()2314 if (pipe_config->dsc.slice_count > 1) { in intel_dp_dsc_compute_config()2338 pipe_config->dsc.slice_count); in intel_dp_dsc_compute_config()
1492 if (crtc_state->dsc.slice_count > 1) in gen11_dsi_dsc_compute_config()
390 u32 slice_count; member
19804 + int slice_count;19820 + slice_count = hdmi_dsc_slices(hdmi, crtc_state);19821 + if (!slice_count)19824 + slice_width = DIV_ROUND_UP(crtc_state->mode.hdisplay, slice_count);19826 + bits_per_pixel = dw_hdmi_dsc_bpp(hdmi, slice_count, slice_width);