Home
last modified time | relevance | path

Searched refs:dsc_cfg (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c71 static void copy_rc_to_cfg(struct drm_dsc_config *dsc_cfg, const struct rc_params *rc) in copy_rc_to_cfg() argument
75 dsc_cfg->rc_quant_incr_limit0 = rc->rc_quant_incr_limit0; in copy_rc_to_cfg()
76 dsc_cfg->rc_quant_incr_limit1 = rc->rc_quant_incr_limit1; in copy_rc_to_cfg()
77 dsc_cfg->initial_offset = rc->initial_fullness_offset; in copy_rc_to_cfg()
78 dsc_cfg->initial_xmit_delay = rc->initial_xmit_delay; in copy_rc_to_cfg()
79 dsc_cfg->first_line_bpg_offset = rc->first_line_bpg_offset; in copy_rc_to_cfg()
80 dsc_cfg->second_line_bpg_offset = rc->second_line_bpg_offset; in copy_rc_to_cfg()
81 dsc_cfg->flatness_min_qp = rc->flatness_min_qp; in copy_rc_to_cfg()
82 dsc_cfg->flatness_max_qp = rc->flatness_max_qp; in copy_rc_to_cfg()
84 dsc_cfg->rc_range_params[i].range_min_qp = rc->qp_min[i]; in copy_rc_to_cfg()
[all …]
Ddc_dsc.c96 timing->dsc_cfg.bits_per_pixel, in dc_bandwidth_in_kbps_from_timing()
97 timing->dsc_cfg.num_slices_h, in dc_bandwidth_in_kbps_from_timing()
98 timing->dsc_cfg.is_dp); in dc_bandwidth_in_kbps_from_timing()
179 struct dc_dsc_config *dsc_cfg);
846 struct dc_dsc_config *dsc_cfg) in setup_dsc_config() argument
862 memset(dsc_cfg, 0, sizeof(struct dc_dsc_config)); in setup_dsc_config()
884 dsc_cfg->ycbcr422_simple = false; in setup_dsc_config()
902 dsc_cfg->ycbcr422_simple = is_dsc_possible; in setup_dsc_config()
1011 dsc_cfg->num_slices_h = num_slices_h; in setup_dsc_config()
1036 dsc_cfg->num_slices_v = pic_height/slice_height; in setup_dsc_config()
[all …]
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dsc_helper.c98 const struct drm_dsc_config *dsc_cfg) in drm_dsc_pps_payload_pack() argument
110 dsc_cfg->dsc_version_minor | in drm_dsc_pps_payload_pack()
111 dsc_cfg->dsc_version_major << DSC_PPS_VERSION_MAJOR_SHIFT; in drm_dsc_pps_payload_pack()
117 dsc_cfg->line_buf_depth | in drm_dsc_pps_payload_pack()
118 dsc_cfg->bits_per_component << DSC_PPS_BPC_SHIFT; in drm_dsc_pps_payload_pack()
122 ((dsc_cfg->bits_per_pixel & DSC_PPS_BPP_HIGH_MASK) >> in drm_dsc_pps_payload_pack()
124 dsc_cfg->vbr_enable << DSC_PPS_VBR_EN_SHIFT | in drm_dsc_pps_payload_pack()
125 dsc_cfg->simple_422 << DSC_PPS_SIMPLE422_SHIFT | in drm_dsc_pps_payload_pack()
126 dsc_cfg->convert_rgb << DSC_PPS_CONVERT_RGB_SHIFT | in drm_dsc_pps_payload_pack()
127 dsc_cfg->block_pred_enable << DSC_PPS_BLOCK_PRED_EN_SHIFT; in drm_dsc_pps_payload_pack()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c37 …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,
166 … bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream() argument
171 if (dsc_cfg->pic_width > dsc20->max_image_width) in dsc2_validate_stream()
174 return dsc_prepare_config(dsc_cfg, &dsc20->reg_vals, &dsc_optc_cfg); in dsc2_validate_stream()
189 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() argument
196 dsc_config_log(dsc, dsc_cfg); in dsc2_set_config()
197 is_config_ok = dsc_prepare_config(dsc_cfg, &dsc20->reg_vals, dsc_optc_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() argument
215 dsc_config_log(dsc, dsc_cfg); in dsc2_get_packed_pps()
[all …]
Ddcn20_resource.c1666 struct dsc_config dsc_cfg; in dcn20_validate_dsc() local
1677 dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left in dcn20_validate_dsc()
1679 dsc_cfg.pic_height = stream->timing.v_addressable + stream->timing.v_border_top in dcn20_validate_dsc()
1681 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in dcn20_validate_dsc()
1682 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
1683 dsc_cfg.is_odm = pipe_ctx->next_odm_pipe ? true : false; in dcn20_validate_dsc()
1684 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in dcn20_validate_dsc()
1685 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dcn20_validate_dsc()
1687 if (!pipe_ctx->stream_res.dsc->funcs->dsc_validate_stream(pipe_ctx->stream_res.dsc, &dsc_cfg)) in dcn20_validate_dsc()
Ddcn20_dsc.h561 bool dsc_prepare_config(const struct dsc_config *dsc_cfg,
585 const struct dsc_config *dsc_cfg,
Ddcn20_stream_encoder.c464 && !timing->dsc_cfg.ycbcr422_simple); in is_two_pixels_per_containter()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c107 struct dsc_config dsc_cfg; in update_dsc_on_stream() local
112dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in update_dsc_on_stream()
113dsc_cfg.pic_height = stream->timing.v_addressable + stream->timing.v_border_top + stream->timing.v… in update_dsc_on_stream()
114 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in update_dsc_on_stream()
115 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
116 dsc_cfg.is_odm = pipe_ctx->next_odm_pipe ? true : false; in update_dsc_on_stream()
117 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in update_dsc_on_stream()
118 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in update_dsc_on_stream()
119 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in update_dsc_on_stream()
121 dsc->funcs->dsc_set_config(dsc, &dsc_cfg, &dsc_optc_cfg); in update_dsc_on_stream()
[all …]
Ddcn314_dio_stream_encoder.c273 && !timing->dsc_cfg.ycbcr422_simple); in is_two_pixels_per_containter()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h100 …ol (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
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-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c106 memset(&stream->timing.dsc_cfg, 0, sizeof(stream->timing.dsc_cfg)); in dc_stream_construct()
107 stream->timing.dsc_cfg.num_slices_h = 0; in dc_stream_construct()
108 stream->timing.dsc_cfg.num_slices_v = 0; in dc_stream_construct()
109 stream->timing.dsc_cfg.bits_per_pixel = 128; in dc_stream_construct()
110 stream->timing.dsc_cfg.block_pred_enable = 1; in dc_stream_construct()
111 stream->timing.dsc_cfg.linebuf_depth = 9; in dc_stream_construct()
112 stream->timing.dsc_cfg.version_minor = 2; in dc_stream_construct()
113 stream->timing.dsc_cfg.ycbcr422_simple = 0; in dc_stream_construct()
774 stream->timing.dsc_cfg.mst_pbn); in dc_stream_log()
Ddc.c2988 struct dc_dsc_config old_dsc_cfg = stream->timing.dsc_cfg; in copy_stream_update_to_stream()
2999 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream()
3002 stream->timing.dsc_cfg = old_dsc_cfg; in copy_stream_update_to_stream()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c787 struct dsc_config dsc_cfg; in link_set_dsc_on_stream() local
792dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in link_set_dsc_on_stream()
793dsc_cfg.pic_height = stream->timing.v_addressable + stream->timing.v_border_top + stream->timing.v… in link_set_dsc_on_stream()
794 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in link_set_dsc_on_stream()
795 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_on_stream()
796 dsc_cfg.is_odm = pipe_ctx->next_odm_pipe ? true : false; in link_set_dsc_on_stream()
797 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in link_set_dsc_on_stream()
798 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in link_set_dsc_on_stream()
799 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in link_set_dsc_on_stream()
801 dsc->funcs->dsc_set_config(dsc, &dsc_cfg, &dsc_optc_cfg); in link_set_dsc_on_stream()
[all …]
Dlink_validation.c129 if (timing->flags.DSC && !timing->dsc_cfg.is_frl) in dp_active_dongle_validate_timing()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c1010 struct dsc_config dsc_cfg; in update_dsc_on_stream() local
1015dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in update_dsc_on_stream()
1016dsc_cfg.pic_height = stream->timing.v_addressable + stream->timing.v_border_top + stream->timing.v… in update_dsc_on_stream()
1017 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in update_dsc_on_stream()
1018 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
1019 dsc_cfg.is_odm = pipe_ctx->next_odm_pipe ? true : false; in update_dsc_on_stream()
1020 dsc_cfg.dc_dsc_cfg = stream->timing.dsc_cfg; in update_dsc_on_stream()
1021 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in update_dsc_on_stream()
1022 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in update_dsc_on_stream()
1024 dsc->funcs->dsc_set_config(dsc, &dsc_cfg, &dsc_optc_cfg); in update_dsc_on_stream()
[all …]
Ddcn32_dio_stream_encoder.c240 && !timing->dsc_cfg.ycbcr422_simple); in is_two_pixels_per_containter()
/Linux-v6.6/include/drm/display/
Ddrm_dsc_helper.h23 const struct drm_dsc_config *dsc_cfg);
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c824 memset(&params[i].timing->dsc_cfg, 0, sizeof(params[i].timing->dsc_cfg)); in set_dsc_configs_from_fairness_vars()
832 &params[i].timing->dsc_cfg)) { in set_dsc_configs_from_fairness_vars()
836 params[i].timing->dsc_cfg.bits_per_pixel = params[i].bpp_overwrite; in set_dsc_configs_from_fairness_vars()
838 params[i].timing->dsc_cfg.bits_per_pixel = vars[i + k].bpp_x16; in set_dsc_configs_from_fairness_vars()
841 params[i].timing->dsc_cfg.num_slices_h = params[i].num_slices_h; in set_dsc_configs_from_fairness_vars()
844 params[i].timing->dsc_cfg.num_slices_v = params[i].num_slices_v; in set_dsc_configs_from_fairness_vars()
848 params[i].timing->dsc_cfg.mst_pbn = vars[i + k].pbn; in set_dsc_configs_from_fairness_vars()
861 params[i].timing->dsc_cfg.bits_per_pixel, in set_dsc_configs_from_fairness_vars()
Damdgpu_dm.c5875 struct dc_dsc_config dsc_cfg = {0}; in apply_dsc_policy_for_edp() local
5907 &dsc_cfg)) { in apply_dsc_policy_for_edp()
5908 stream->timing.dsc_cfg = dsc_cfg; in apply_dsc_policy_for_edp()
5910 stream->timing.dsc_cfg.bits_per_pixel = edp_max_bpp_x16; in apply_dsc_policy_for_edp()
5922 &dsc_cfg)) { in apply_dsc_policy_for_edp()
5923 stream->timing.dsc_cfg = dsc_cfg; in apply_dsc_policy_for_edp()
5966 &stream->timing.dsc_cfg)) { in apply_dsc_policy_for_stream()
5985 &stream->timing.dsc_cfg)) { in apply_dsc_policy_for_stream()
5998 stream->timing.dsc_cfg.num_slices_h = aconnector->dsc_settings.dsc_num_slices_h; in apply_dsc_policy_for_stream()
6001 stream->timing.dsc_cfg.num_slices_v = aconnector->dsc_settings.dsc_num_slices_v; in apply_dsc_policy_for_stream()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_dsc.h86 struct dc_dsc_config *dsc_cfg);
Ddc_hw_types.h959 struct dc_dsc_config dsc_cfg; member
/Linux-v6.6/drivers/gpu/drm/amd/display/modules/power/
Dpower_helpers.c951 !stream->timing.dsc_cfg.num_slices_v)) in psr_su_set_dsc_slice_height()
957 if (stream->timing.dsc_cfg.num_slices_v == 0) in psr_su_set_dsc_slice_height()
960 slice_height = pic_height / stream->timing.dsc_cfg.num_slices_v; in psr_su_set_dsc_slice_height()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_dccg.c566 && !params->timing->dsc_cfg.ycbcr422_simple)) { in dccg31_set_dtbclk_dto()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1272 pipes[pipe_cnt].dout.dsc_slices = res_ctx->pipe_ctx[i].stream->timing.dsc_cfg.num_slices_h; in dcn20_populate_dml_pipes_from_context()
1413 !res_ctx->pipe_ctx[i].stream->timing.dsc_cfg.ycbcr422_simple) in dcn20_populate_dml_pipes_from_context()
1425 …pipes[pipe_cnt].dout.output_bpp = res_ctx->pipe_ctx[i].stream->timing.dsc_cfg.bits_per_pixel / 16.… in dcn20_populate_dml_pipes_from_context()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1618 && !timing->dsc_cfg.ycbcr422_simple); in optc1_is_two_pixels_per_containter()