Searched refs:drm_dsc_config (Results 1 – 24 of 24) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dsc/ |
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()
|
A D | dscc_types.h | 42 struct drm_dsc_config pps; 51 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps,
|
A D | rc_calc.h | 32 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps);
|
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-6.3-rc2/include/drm/display/ |
A D | drm_dsc_helper.h | 16 const struct drm_dsc_config *dsc_cfg); 17 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);
|
A D | drm_dsc.h | 75 struct drm_dsc_config { struct
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_dsc.h | 34 struct drm_dsc_config *dsc, 44 struct drm_dsc_config *dsc);
|
A D | dpu_hw_dsc.c | 42 struct drm_dsc_config *dsc, in dpu_hw_dsc_config() 123 struct drm_dsc_config *dsc) in dpu_hw_dsc_config_thresh()
|
A D | dpu_encoder.h | 39 struct drm_dsc_config *dsc;
|
A D | dpu_encoder.c | 212 struct drm_dsc_config *dsc; 1792 dpu_encoder_dsc_initial_line_calc(struct drm_dsc_config *dsc, in dpu_encoder_dsc_initial_line_calc() 1818 struct drm_dsc_config *dsc, in dpu_encoder_dsc_pipe_cfg() 1839 struct drm_dsc_config *dsc) in dpu_encoder_prep_dsc()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_vdsc.c | 377 struct drm_dsc_config *vdsc_cfg) in calculate_rc_params() 454 struct drm_dsc_config *vdsc_cfg = &pipe_config->dsc.config; in intel_dsc_compute_params() 580 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_pps_configure() 1067 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_dsi_pps_write() 1090 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_dp_pps_write() 1178 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_get_config()
|
A D | intel_display_types.h | 1291 struct drm_dsc_config config;
|
A D | intel_psr.c | 782 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in psr2_granularity_check() 1691 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_psr2_sel_fetch_pipe_alignment()
|
A D | icl_dsi.c | 1613 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in gen11_dsi_dsc_compute_config()
|
A D | intel_bios.c | 3490 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in fill_dsc()
|
A D | intel_dp.c | 1423 struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dp_dsc_compute_params()
|
/linux-6.3-rc2/drivers/gpu/drm/display/ |
A D | drm_dsc_helper.c | 98 const struct drm_dsc_config *dsc_cfg) in drm_dsc_pps_payload_pack() 283 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg) in drm_dsc_compute_rc_parameters()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_drv.h | 340 struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi); 370 static inline struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi) in msm_dsi_get_dsc_config()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/dsi/ |
A D | dsi.h | 136 struct drm_dsc_config *msm_dsi_host_get_dsc_config(struct mipi_dsi_host *host);
|
A D | dsi_host.c | 37 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc); 165 struct drm_dsc_config *dsc; 846 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_update_dsc_timing() 934 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_timing_setup() 1756 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc) in dsi_populate_dsc_params() 2503 struct drm_dsc_config *dsc = msm_host->dsc; in msm_dsi_host_check_dsc() 2603 struct drm_dsc_config *msm_dsi_host_get_dsc_config(struct mipi_dsi_host *host) in msm_dsi_host_get_dsc_config()
|
A D | dsi.c | 16 struct drm_dsc_config *msm_dsi_get_dsc_config(struct msm_dsi *msm_dsi) in msm_dsi_get_dsc_config()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_mipi_dsi.h | 195 struct drm_dsc_config *dsc;
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dsc.c | 33 static void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps); 294 static void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps) in dsc_log_pps()
|
A D | dcn20_dsc.h | 521 struct drm_dsc_config pps;
|
Completed in 70 milliseconds