Searched refs:dsc_config (Results 1 – 17 of 17) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dsc/ |
| 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,
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| A D | dcn20_dsc.h | 573 const struct dsc_config *config); 581 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, 605 const struct dsc_config *dsc_cfg, 609 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg); 610 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
|
| A D | dcn20_dsc.c | 159 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream() 171 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 182 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() 198 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, u… in dsc2_get_packed_pps() 362 bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals, in dsc_prepare_config()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_dsc.h | 36 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc, member
|
| A D | dpu_hw_dsc.c | 210 c->ops.dsc_config = dpu_hw_dsc_config; in dpu_hw_dsc_init()
|
| A D | dpu_hw_dsc_1_2.c | 366 ops->dsc_config = dpu_hw_dsc_config_1_2; in _setup_dcs_ops_1_2()
|
| A D | dpu_encoder.c | 1989 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg() 1990 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()
|
| /drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
| A D | dcn401_dsc.c | 112 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc401_validate_stream() 123 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc401_set_config()
|
| A D | dcn401_dsc.h | 338 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg… 339 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_stream.h | 351 struct dc_dsc_config *dsc_config; member
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_mst_types.c | 928 struct dc_dsc_config dsc_config; in bpp_x16_from_pbn() local 944 &dsc_config); in bpp_x16_from_pbn() 946 return dsc_config.bits_per_pixel; in bpp_x16_from_pbn()
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc.c | 2943 if (stream_update->dsc_config) in check_update_surfaces_for_stream() 3298 if (update->dsc_config) { in copy_stream_update_to_stream() 3301 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() 3302 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream() 3308 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream() 3314 update->dsc_config = NULL; in copy_stream_update_to_stream() 3320 update->dsc_config = NULL; in copy_stream_update_to_stream() 3624 if (stream_update->dsc_config) in commit_planes_do_stream_update() 5057 stream_update->dsc_config || in full_update_required()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| A D | dcn314_hwseq.c | 84 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|
| /drivers/gpu/drm/amd/display/dc/link/ |
| A D | link_dpms.c | 830 struct dsc_config dsc_cfg; in link_set_dsc_on_stream() 960 struct dsc_config dsc_cfg; in link_set_dsc_pps_packet()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| A D | dcn35_hwseq.c | 331 struct dsc_config dsc_cfg; in update_dsc_on_stream()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 1036 struct dsc_config dsc_cfg; in dcn32_update_dsc_on_stream()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
| A D | dcn20_resource.c | 1651 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
|
Completed in 60 milliseconds