/linux/include/drm/display/ |
H A D | drm_dsc_helper.h | 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);
|
H A D | drm_dsc.h | 72 struct drm_dsc_config { struct
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | rc_calc_dpi.c | 29 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) in copy_pps_fields() 71 static void copy_rc_to_cfg(struct drm_dsc_config *dsc_cfg, const struct rc_params *rc) in copy_rc_to_cfg() 98 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps, in dscc_compute_dsc_parameters() 103 struct drm_dsc_config dsc_cfg; in dscc_compute_dsc_parameters()
|
H A D | dscc_types.h | 42 struct drm_dsc_config pps; 51 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
|
H A D | rc_calc.h | 32 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps);
|
H A D | rc_calc.c | 40 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps) in calc_rc_params()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_dsc_helper.h | 21 static inline u32 msm_dsc_get_slices_per_intf(const struct drm_dsc_config *dsc, u32 intf_width) in msm_dsc_get_slices_per_intf() 33 static inline u32 msm_dsc_get_bytes_per_line(const struct drm_dsc_config *dsc) in msm_dsc_get_bytes_per_line()
|
H A D | msm_drv.h | 329 struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi); 364 static inline struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi) in msm_dsi_get_dsc_config()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dsc_helper.c | 99 const struct drm_dsc_config *dsc_cfg) in drm_dsc_pps_payload_pack() 281 void drm_dsc_set_const_params(struct drm_dsc_config *vdsc_cfg) in drm_dsc_set_const_params() 308 void drm_dsc_set_rc_buf_thresh(struct drm_dsc_config *vdsc_cfg) in drm_dsc_set_rc_buf_thresh() 1243 int drm_dsc_setup_rc_params(struct drm_dsc_config *vdsc_cfg, enum drm_dsc_params_type type) in drm_dsc_setup_rc_params() 1312 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg) in drm_dsc_compute_rc_parameters() 1446 u32 drm_dsc_get_bpp_int(const struct drm_dsc_config *vdsc_cfg) in drm_dsc_get_bpp_int() 1459 u8 drm_dsc_initial_scale_value(const struct drm_dsc_config *dsc) in drm_dsc_initial_scale_value() 1471 u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc) in drm_dsc_flatness_det_thresh() 1478 const struct drm_dsc_config *cfg) in drm_dsc_dump_config_main_params() 1517 const struct drm_dsc_config *cfg) in drm_dsc_dump_config_rc_params() [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_dsc.h | 37 struct drm_dsc_config *dsc, 47 struct drm_dsc_config *dsc);
|
H A D | dpu_hw_dsc.c | 46 struct drm_dsc_config *dsc, in dpu_hw_dsc_config() 128 struct drm_dsc_config *dsc) in dpu_hw_dsc_config_thresh()
|
H A D | dpu_hw_dsc_1_2.c | 88 struct drm_dsc_config *dsc, in dpu_hw_dsc_config_1_2() 242 struct drm_dsc_config *dsc) in dpu_hw_dsc_config_thresh_1_2()
|
H A D | dpu_encoder_phys.h | 348 struct drm_dsc_config *dpu_encoder_get_dsc_config(struct drm_encoder *drm_enc);
|
H A D | dpu_encoder.c | 211 struct drm_dsc_config *dsc; 563 struct drm_dsc_config *dpu_encoder_get_dsc_config(struct drm_encoder *drm_enc) in dpu_encoder_get_dsc_config() 580 struct drm_dsc_config *dsc) in dpu_encoder_get_topology() 674 struct drm_dsc_config *dsc; in dpu_encoder_virt_atomic_check() 1834 dpu_encoder_dsc_initial_line_calc(struct drm_dsc_config *dsc, in dpu_encoder_dsc_initial_line_calc() 1861 struct drm_dsc_config *dsc, in dpu_encoder_dsc_pipe_cfg() 1885 struct drm_dsc_config *dsc) in dpu_encoder_prep_dsc()
|
H A D | dpu_encoder_phys_vid.c | 126 struct drm_dsc_config *dsc = in drm_mode_to_intf_timing_params()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vdsc.c | 56 intel_vdsc_set_min_max_qp(struct drm_dsc_config *vdsc_cfg, int buf, in intel_vdsc_set_min_max_qp() 78 calculate_rc_params(struct drm_dsc_config *vdsc_cfg) in calculate_rc_params() 240 struct drm_dsc_config *vdsc_cfg) in intel_dsc_slice_dimensions_valid() 266 struct drm_dsc_config *vdsc_cfg = &pipe_config->dsc.config; in intel_dsc_compute_params() 430 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_pps_configure() 686 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_dsi_pps_write() 709 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_dp_pps_write() 839 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_get_pps_config()
|
/linux/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_host.c | 37 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc); 159 struct drm_dsc_config *dsc; 538 const struct drm_dsc_config *dsc) in dsi_adjust_pclk_for_compression() 549 const struct drm_dsc_config *dsc, bool is_bonded_dsi) in dsi_get_pclk_rate() 851 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_update_dsc_timing() 946 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_timing_setup() 1761 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc) in dsi_populate_dsc_params() 2485 struct drm_dsc_config *dsc = msm_host->dsc; in msm_dsi_host_check_dsc() 2585 struct drm_dsc_config *msm_dsi_host_get_dsc_config(struct mipi_dsi_host *host) in msm_dsi_host_get_dsc_config()
|
H A D | dsi.h | 122 struct drm_dsc_config *msm_dsi_host_get_dsc_config(struct mipi_dsi_host *host);
|
H A D | dsi.c | 15 struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi) in msm_dsi_get_dsc_config()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-lg-sw43408.c | 33 struct drm_dsc_config dsc;
|
H A D | panel-visionox-r66451.c | 282 struct drm_dsc_config *dsc; in visionox_r66451_probe()
|
H A D | panel-raydium-rm692e5.c | 23 struct drm_dsc_config dsc;
|
/linux/include/drm/ |
H A D | drm_mipi_dsi.h | 198 struct drm_dsc_config *dsc;
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
H A D | dcn20_dsc.h | 535 struct drm_dsc_config pps; 570 struct drm_dsc_config *pps);
|
H A D | dcn20_dsc.c | 288 void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps) in dsc_log_pps()
|