Symbol: drm_dsc_config
sys/dev/pci/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.c
281
void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps)
sys/dev/pci/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.h
541
struct drm_dsc_config pps;
sys/dev/pci/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.h
576
struct drm_dsc_config *pps);
sys/dev/pci/drm/amd/display/dc/dsc/dscc_types.h
42
struct drm_dsc_config pps;
sys/dev/pci/drm/amd/display/dc/dsc/dscc_types.h
51
int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc.c
40
void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps)
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc.h
32
void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps);
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc_dpi.c
103
struct drm_dsc_config dsc_cfg;
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc_dpi.c
29
static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from)
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc_dpi.c
71
static void copy_rc_to_cfg(struct drm_dsc_config *dsc_cfg, const struct rc_params *rc)
sys/dev/pci/drm/amd/display/dc/dsc/rc_calc_dpi.c
98
int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
sys/dev/pci/drm/display/drm_dsc_helper.c
100
const struct drm_dsc_config *dsc_cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
1244
int drm_dsc_setup_rc_params(struct drm_dsc_config *vdsc_cfg, enum drm_dsc_params_type type)
sys/dev/pci/drm/display/drm_dsc_helper.c
1313
int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
1447
u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
1460
u8 drm_dsc_initial_scale_value(const struct drm_dsc_config *dsc)
sys/dev/pci/drm/display/drm_dsc_helper.c
1472
u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc)
sys/dev/pci/drm/display/drm_dsc_helper.c
1479
const struct drm_dsc_config *cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
1518
const struct drm_dsc_config *cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
1561
const struct drm_dsc_config *cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
282
void drm_dsc_set_const_params(struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/display/drm_dsc_helper.c
309
void drm_dsc_set_rc_buf_thresh(struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/i915/display/icl_dsi.c
1618
struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_bios.c
3501
struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_display_types.h
1277
struct drm_dsc_config config;
sys/dev/pci/drm/i915/display/intel_dp.c
1888
struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_psr.c
1280
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_psr.c
2606
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
241
struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/i915/display/intel_vdsc.c
265
struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
275
struct drm_dsc_config *vdsc_cfg = &pipe_config->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
458
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
57
intel_vdsc_set_min_max_qp(struct drm_dsc_config *vdsc_cfg, int buf,
sys/dev/pci/drm/i915/display/intel_vdsc.c
714
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
737
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
759
const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/i915/display/intel_vdsc.c
86
calculate_rc_params(struct drm_dsc_config *vdsc_cfg)
sys/dev/pci/drm/i915/display/intel_vdsc.c
903
struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config;
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
25
const struct drm_dsc_config *dsc_cfg);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
26
void drm_dsc_set_const_params(struct drm_dsc_config *vdsc_cfg);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
27
void drm_dsc_set_rc_buf_thresh(struct drm_dsc_config *vdsc_cfg);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
28
int drm_dsc_setup_rc_params(struct drm_dsc_config *vdsc_cfg, enum drm_dsc_params_type type);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
29
int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
30
u8 drm_dsc_initial_scale_value(const struct drm_dsc_config *dsc);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
31
u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
32
u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg);
sys/dev/pci/drm/include/drm/display/drm_dsc_helper.h
33
void drm_dsc_dump_config(struct drm_printer *p, int indent, const struct drm_dsc_config *cfg);