Home
last modified time | relevance | path

Searched refs:dsc_cfg (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dsc_helper.h25 const struct drm_dsc_config *dsc_cfg);
/linux/drivers/gpu/drm/panel/
H A Dpanel-himax-hx83121a.c48 const struct drm_dsc_config *dsc_cfg; member
639 ctx->dsc = *desc->dsc_cfg; in himax_probe()
718 .dsc_cfg = &ppc357db1_4_dsc_cfg,
737 .dsc_cfg = &ppc357db1_4_dsc_cfg,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2026 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 …]
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.h338 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,