Searched defs:dsc_funcs (Results 1 – 1 of 1) sorted by relevance
94 struct dsc_funcs { struct95 void (*dsc_get_enc_caps)(struct dsc_enc_caps *dsc_enc_caps, int pixel_clock_100Hz);96 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);97 …ol (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);98 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,100 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,102 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);103 void (*dsc_disable)(struct display_stream_compressor *dsc);
Completed in 3 milliseconds