Searched refs:dsc_config (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | dsc.h | 37 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,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dsc.c | 34 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val… 45 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… 46 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, 48 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc… 175 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… in dsc2_validate_stream() 187 static void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 198 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() 214 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc… in dsc2_get_packed_pps() 375 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val… in dsc_prepare_config()
|
A D | dcn20_resource.c | 1687 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_dsc.h | 33 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, member
|
A D | dpu_hw_dsc.c | 200 ops->dsc_config = dpu_hw_dsc_config; in _setup_dsc_ops()
|
A D | dpu_encoder.c | 1822 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg() 1823 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_stream.h | 330 struct dc_dsc_config *dsc_config; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_mst_types.c | 729 struct dc_dsc_config dsc_config; in bpp_x16_from_pbn() local 742 (int) kbps, param.timing, &dsc_config); in bpp_x16_from_pbn() 744 return dsc_config.bits_per_pixel; in bpp_x16_from_pbn()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/ |
A D | dcn314_hwseq.c | 107 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 2579 if (stream_update->dsc_config) in check_update_surfaces_for_stream() 2980 if (update->dsc_config) { in copy_stream_update_to_stream() 2983 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() 2984 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream() 2992 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream() 2997 update->dsc_config = NULL; in copy_stream_update_to_stream() 3003 update->dsc_config = NULL; in copy_stream_update_to_stream() 3211 if (stream_update->dsc_config) in commit_planes_do_stream_update()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 791 struct dsc_config dsc_cfg; in link_set_dsc_on_stream() 887 struct dsc_config dsc_cfg; in link_set_dsc_pps_packet()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hwseq.c | 953 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|
Completed in 36 milliseconds