HomeSort by: relevance | last modified time | path
    Searched refs:slice_count (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dsc.h 94 * @slice_count: Number fo slices per line used by the DSC encoder
96 u8 slice_count; member in struct:drm_dsc_config
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 2453 crtc_state->dsc.slice_count = 4;
2455 crtc_state->dsc.slice_count = 2;
2461 crtc_state->dsc.slice_count = 1;
2465 crtc_state->dsc.slice_count != 0)
2468 crtc_state->dsc.slice_count);
intel_display_types.h 1048 u8 slice_count; member in struct:intel_crtc_state::__anonde7c4d451208
intel_vdsc.c 398 pipe_config->dsc.slice_count);
icl_dsi.c 1355 if (crtc_state->dsc.slice_count > 1)
intel_dp.c 2162 pipe_config->dsc.slice_count =
2186 pipe_config->dsc.slice_count = dsc_dp_slice_count;
2194 if (pipe_config->dsc.slice_count > 1) {
2216 pipe_config->dsc.slice_count);

Completed in 22 milliseconds