Searched refs:drm_dsc_config (Results 1 – 11 of 11) sorted by relevance
25 const struct drm_dsc_config *dsc_cfg);26 void drm_dsc_set_const_params(struct drm_dsc_config *vdsc_cfg);27 void drm_dsc_set_rc_buf_thresh(struct drm_dsc_config *vdsc_cfg);28 int drm_dsc_setup_rc_params(struct drm_dsc_config *vdsc_cfg, enum drm_dsc_params_type type);29 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);30 u8 drm_dsc_initial_scale_value(const struct drm_dsc_config *dsc);31 u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc);32 u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg);33 void drm_dsc_dump_config(struct drm_printer *p, int indent, const struct drm_dsc_config *cfg);
72 struct drm_dsc_config { struct
42 struct drm_dsc_config pps;51 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
32 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps);
40 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps) in calc_rc_params()
37 struct drm_dsc_config *dsc,47 struct drm_dsc_config *dsc);
316 struct drm_dsc_config *dpu_encoder_get_dsc_config(struct drm_encoder *drm_enc);
33 struct drm_dsc_config dsc;48 const struct drm_dsc_config *dsc_cfg;558 static struct drm_dsc_config ppc357db1_4_dsc_cfg = {
22 struct drm_dsc_config dsc;
27 struct drm_dsc_config dsc;
3576 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in fill_dsc()