Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c40 return config->pipes_per_line * config->streams_per_pipe * config->slices_per_stream; in intel_dsc_line_slice_count()
47 int streams_per_pipe; in intel_dsc_get_slice_config() local
59 streams_per_pipe = 3; in intel_dsc_get_slice_config()
65 streams_per_pipe = 2; in intel_dsc_get_slice_config()
76 streams_per_pipe = 1; in intel_dsc_get_slice_config()
84 config->streams_per_pipe = streams_per_pipe; in intel_dsc_get_slice_config()
85 config->slices_per_stream = slices_per_pipe / streams_per_pipe; in intel_dsc_get_slice_config()
472 return crtc_state->dsc.slice_config.streams_per_pipe; in intel_dsc_get_vdsc_per_pipe()
1099 crtc_state->dsc.slice_config.streams_per_pipe = 3; in intel_dsc_get_config()
1101 crtc_state->dsc.slice_config.streams_per_pipe = 2; in intel_dsc_get_config()
[all …]
H A Dintel_display.c5473 PIPE_CONF_CHECK_I(dsc.slice_config.streams_per_pipe); in intel_pipe_config_compare()