Home
last modified time | relevance | path

Searched refs:drm_dsc_config (Results 1 – 11 of 11) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dsc_helper.h25 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);
H A Ddrm_dsc.h72 struct drm_dsc_config { struct
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddscc_types.h42 struct drm_dsc_config pps;
51 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
H A Drc_calc.h32 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps);
H A Drc_calc.c40 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps) in calc_rc_params()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h37 struct drm_dsc_config *dsc,
47 struct drm_dsc_config *dsc);
H A Ddpu_encoder_phys.h316 struct drm_dsc_config *dpu_encoder_get_dsc_config(struct drm_encoder *drm_enc);
/linux/drivers/gpu/drm/panel/
H A Dpanel-himax-hx83121a.c33 struct drm_dsc_config dsc;
48 const struct drm_dsc_config *dsc_cfg;
558 static struct drm_dsc_config ppc357db1_4_dsc_cfg = {
H A Dpanel-novatek-nt37801.c22 struct drm_dsc_config dsc;
H A Dpanel-visionox-rm692e5.c27 struct drm_dsc_config dsc;
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c3576 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in fill_dsc()