Home
last modified time | relevance | path

Searched refs:dsc_config (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddsc.h37 struct dsc_config { struct
100 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf…
101 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
103 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c37 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds…
38 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
166 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… in dsc2_validate_stream()
178 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log()
189 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config()
205 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, u… in dsc2_get_packed_pps()
366 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals, in dsc_prepare_config()
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,
H A Ddcn20_resource.c1666 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h36 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, member
H A Ddpu_hw_dsc.c185 ops->dsc_config = dpu_hw_dsc_config; in _setup_dsc_ops()
H A Ddpu_hw_dsc_1_2.c365 ops->dsc_config = dpu_hw_dsc_config_1_2; in _setup_dcs_ops_1_2()
H A Ddpu_encoder.c1815 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg()
1816 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h339 struct dc_dsc_config *dsc_config; member
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c875 struct dc_dsc_config dsc_config; in bpp_x16_from_pbn() local
891 &dsc_config); in bpp_x16_from_pbn()
893 return dsc_config.bits_per_pixel; in bpp_x16_from_pbn()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2638 if (stream_update->dsc_config) in check_update_surfaces_for_stream()
2957 if (update->dsc_config) { in copy_stream_update_to_stream()
2960 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream()
2961 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream()
2969 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream()
2974 update->dsc_config = NULL; in copy_stream_update_to_stream()
2980 update->dsc_config = NULL; in copy_stream_update_to_stream()
3190 if (stream_update->dsc_config) in commit_planes_do_stream_update()
4239 stream_update->dsc_config || in full_update_required()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c107 struct dsc_config dsc_cfg; in update_dsc_on_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c787 struct dsc_config dsc_cfg; in link_set_dsc_on_stream()
886 struct dsc_config dsc_cfg; in link_set_dsc_pps_packet()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1015 struct dsc_config dsc_cfg; in update_dsc_on_stream()