Home
last modified time | relevance | path

Searched refs:pic_width (Results 1 – 15 of 15) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dsc.h107 u16 pic_width; member
345 __be16 pic_width; member
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c39 to->pic_width = from->pic_width; in copy_pps_fields()
H A Ddsc.h38 uint32_t pic_width; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc_regs.h109 #define DSC_PPS2_PIC_WIDTH(pic_width) REG_FIELD_PREP(DSC_PPS2_PIC_WIDTH_MASK, pic_width) argument
H A Dicl_dsi.c1646 vdsc_cfg->pic_width % vdsc_cfg->slice_width); in gen11_dsi_dsc_compute_config()
H A Dintel_display.c5438 PIPE_CONF_CHECK_I(dsc.config.pic_width); in intel_pipe_config_compare()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu383-h264.c179 u32 pic_width, pic_height; in assemble_hw_pps() local
217 pic_width = 16 * (sps->pic_width_in_mbs_minus1 + 1); in assemble_hw_pps()
224 hw_ps->sps.pic_width_in_mbs = pic_width; in assemble_hw_pps()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c303 __func__, initial_info->pic_width, initial_info->pic_height, in handle_dynamic_resolution_change()
322 inst->conf_win.width = initial_info->pic_width - in handle_dynamic_resolution_change()
334 initial_info->pic_width, in handle_dynamic_resolution_change()
345 initial_info->pic_width, in handle_dynamic_resolution_change()
H A Dwave5-vpu-enc.c1174 open_param->pic_width = inst->conf_win.width; in wave5_set_enc_openparam()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c2027 int pic_width; in dpu_encoder_prep_dsc() local
2042 pic_width = dsc->pic_width; in dpu_encoder_prep_dsc()
2052 this_frame_slices = pic_width / dsc->slice_width; in dpu_encoder_prep_dsc()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c836 …dsc_cfg.pic_width = (stream->timing.h_addressable + pipe_ctx->dsc_padding_params.dsc_hactive_paddi… in link_set_dsc_on_stream()
860 dsc_cfg.pic_width *= opp_cnt; in link_set_dsc_on_stream()
970 …dsc_cfg.pic_width = stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h… in link_set_dsc_pps_packet()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c359 …dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.… in update_dsc_on_stream()
379 dsc_cfg.pic_width *= opp_cnt; in update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1064 …dsc_cfg.pic_width = (stream->timing.h_addressable + pipe_ctx->dsc_padding_params.dsc_hactive_paddi… in dcn32_update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1663 …dsc_cfg.pic_width = (stream->timing.h_addressable + pipe_ctx->dsc_padding_params.dsc_hactive_paddi… in dcn20_validate_dsc()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2337 …dsc_cfg.pic_width = (stream->timing.h_addressable + top_pipe->dsc_padding_params.dsc_hactive_paddi… in hwss_dsc_calculate_and_set_config()