Searched refs:dsc_config (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h37 struct dsc_config { struct
102 bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
103 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
105 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h30 * dsc_config - configures dsc encoder
36 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, member in struct:dpu_hw_dsc_ops
H A Ddpu_hw_dsc.c187 ops->dsc_config = dpu_hw_dsc_config;
H A Ddpu_hw_dsc_1_2.c367 ops->dsc_config = dpu_hw_dsc_config_1_2;
H A Ddpu_encoder.c1880 if (hw_dsc->ops.dsc_config)
1881 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines);
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c37 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
38 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
174 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg)
186 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config)
197 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
213 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps)
374 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals,
H A Ddcn20_dsc.h553 const struct dsc_config *config);
561 bool dsc_prepare_config(const struct dsc_config *dsc_cfg,
585 const struct dsc_config *dsc_cfg,
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h323 struct dc_dsc_config *dsc_config; member in struct:dc_stream_update
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c84 struct dsc_config dsc_cfg;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2666 if (stream_update->dsc_config)
2985 if (update->dsc_config) {
2988 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
2989 update->dsc_config->num_slices_v != 0);
2995 stream->timing.dsc_cfg = *update->dsc_config;
3000 update->dsc_config = NULL;
3006 update->dsc_config = NULL;
3256 if (stream_update->dsc_config)
4415 stream_update->dsc_config ||
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c875 struct dc_dsc_config dsc_config; local
891 &dsc_config);
893 return dsc_config.bits_per_pixel;
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c805 struct dsc_config dsc_cfg;
913 struct dsc_config dsc_cfg;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c994 struct dsc_config dsc_cfg;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c375 struct dsc_config dsc_cfg;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1669 struct dsc_config dsc_cfg;

Completed in 272 milliseconds