Searched refs:line_buf_depth (Results 1 – 10 of 10) sorted by relevance
31 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
80 u8 line_buf_depth; member
302 DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth); in dsc_log_pps()418 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth; in dsc_prepare_config()545 reg_vals->pps.line_buf_depth = 9; in dsc_init_reg_values()638 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth, in dsc_write_to_registers()
63 data |= (dsc->line_buf_depth << 3); in dpu_hw_dsc_config()
117 dsc_cfg->line_buf_depth | in drm_dsc_pps_payload_pack()
2402 u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; in drm_dp_dsc_sink_line_buf_depth() local2404 switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) { in drm_dp_dsc_sink_line_buf_depth()
1424 u8 line_buf_depth; in intel_dp_dsc_compute_params() local1462 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_dsc_compute_params()1463 if (!line_buf_depth) { in intel_dp_dsc_compute_params()1470 vdsc_cfg->line_buf_depth = (line_buf_depth == DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_dsc_compute_params()1471 DSC_1_2_MAX_LINEBUF_DEPTH_VAL : line_buf_depth; in intel_dp_dsc_compute_params()1473 vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_dsc_compute_params()1474 DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth; in intel_dp_dsc_compute_params()
596 vdsc_cfg->line_buf_depth << DSC_LINE_BUF_DEPTH_SHIFT; in intel_dsc_pps_configure()
3543 vdsc_cfg->line_buf_depth = VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth); in fill_dsc()
1806 dsc->line_buf_depth = dsc->bits_per_component + 1; in dsi_populate_dsc_params()
Completed in 37 milliseconds