dsc_config
struct dc_dsc_config dsc_config;
&dsc_config);
return dsc_config.bits_per_pixel;
if (stream_update->dsc_config)
if (update->dsc_config) {
uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
update->dsc_config->num_slices_v != 0);
stream->timing.dsc_cfg = *update->dsc_config;
update->dsc_config = NULL;
update->dsc_config = NULL;
if (stream_update->dsc_config)
stream_update->dsc_config ||
struct dsc_config *dsc_cfg = params->dsc_set_config_params.dsc_cfg;
struct dsc_config dsc_cfg;
struct dc_dsc_config *dsc_config;
bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg)
void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config)
void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps)
bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals,
const struct dsc_config *config);
bool dsc_prepare_config(const struct dsc_config *dsc_cfg,
const struct dsc_config *dsc_cfg,
bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg)
void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
struct dsc_config dsc_cfg;
struct dsc_config dsc_cfg;
struct dsc_config dsc_cfg;
struct dsc_config *dsc_cfg;
struct dsc_config dsc_cfg;
struct dsc_config dsc_cfg;
struct dsc_config dsc_cfg;
if (hw_dsc->ops.dsc_config)
hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines);
c->ops.dsc_config = dpu_hw_dsc_config;
void (*dsc_config)(struct dpu_hw_dsc *hw_dsc,
ops->dsc_config = dpu_hw_dsc_config_1_2;