Home
last modified time | relevance | path

Searched refs:pic_width (Results 1 – 7 of 7) 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()
/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 Dintel_display.c5444 PIPE_CONF_CHECK_I(dsc.config.pic_width); in intel_pipe_config_compare()
/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.c835 …dsc_cfg.pic_width = (stream->timing.h_addressable + pipe_ctx->dsc_padding_params.dsc_hactive_paddi… in link_set_dsc_on_stream()
859 dsc_cfg.pic_width *= opp_cnt; in link_set_dsc_on_stream()
968 …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/core/
H A Ddc_hw_sequencer.c2335 …dsc_cfg.pic_width = (stream->timing.h_addressable + top_pipe->dsc_padding_params.dsc_hactive_paddi… in hwss_dsc_calculate_and_set_config()