Searched refs:dsc_cfg (Results 1 – 4 of 4) sorted by relevance
25 const struct drm_dsc_config *dsc_cfg);
48 const struct drm_dsc_config *dsc_cfg; member639 ctx->dsc = *desc->dsc_cfg; in himax_probe()718 .dsc_cfg = &ppc357db1_4_dsc_cfg,737 .dsc_cfg = &ppc357db1_4_dsc_cfg,
2026 if (crtc_timing->dsc_cfg.num_slices_h != num_slices_h) { in dc_validate_boot_timing()2031 if (crtc_timing->dsc_cfg.num_slices_v != num_slices_v) { in dc_validate_boot_timing()2036 if (crtc_timing->dsc_cfg.bits_per_pixel != dsc_state.dsc_bits_per_pixel) { in dc_validate_boot_timing()2041 if (crtc_timing->dsc_cfg.block_pred_enable != dsc_state.dsc_block_pred_enable) { in dc_validate_boot_timing()2046 if (crtc_timing->dsc_cfg.linebuf_depth != dsc_state.dsc_line_buf_depth) { in dc_validate_boot_timing()2051 if (crtc_timing->dsc_cfg.version_minor != dsc_state.dsc_version_minor) { in dc_validate_boot_timing()2056 if (crtc_timing->dsc_cfg.ycbcr422_simple != dsc_state.dsc_simple_422) { in dc_validate_boot_timing()3579 struct dc_dsc_config old_dsc_cfg = stream->timing.dsc_cfg; in copy_stream_update_to_stream()3588 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream()3592 stream->timing.dsc_cfg = old_dsc_cfg; in copy_stream_update_to_stream()[all …]
338 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg…339 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,