Searched refs:dsc_config (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | dsc.h | 37 struct dsc_config { struct 102 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf… 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/drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
H A D | dcn401_dsc.c | 20 static bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *… 21 static void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_c… 137 static bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *… in dsc401_validate_stream() 148 static void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_c… in dsc401_set_config()
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
H A D | dcn20_dsc.h | 567 const struct dsc_config *config); 575 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, 599 const struct dsc_config *dsc_cfg, 603 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg); 604 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
|
H A D | dcn20_dsc.c | 166 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream() 178 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 189 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() 369 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals, in dsc_prepare_config()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_stream.h | 349 struct dc_dsc_config *dsc_config; member
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 894 struct dc_dsc_config dsc_config; in bpp_x16_from_pbn() local 910 &dsc_config); in bpp_x16_from_pbn() 912 return dsc_config.bits_per_pixel; in bpp_x16_from_pbn()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 2745 if (stream_update->dsc_config) in check_update_surfaces_for_stream() 3087 if (update->dsc_config) { in copy_stream_update_to_stream() 3090 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() 3091 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream() 3097 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream() 3102 update->dsc_config = NULL; in copy_stream_update_to_stream() 3108 update->dsc_config = NULL; in copy_stream_update_to_stream() 3415 if (stream_update->dsc_config) in commit_planes_do_stream_update() 4820 stream_update->dsc_config || in full_update_required()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_hwseq.c | 84 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder.c | 2001 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg() 2002 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 335 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|