HomeSort by: relevance | last modified time | path
    Searched refs:line_buf_depth (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc_dpi.c 39 to->line_buf_depth = from->line_buf_depth;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dsc.h 79 * @line_buf_depth:
82 u8 line_buf_depth; member in struct:drm_dsc_config
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dsc.c 287 DC_LOG_DSC("\tline_buf_depth %d", pps->line_buf_depth);
375 dsc_reg_vals->pps.line_buf_depth = dsc_cfg->dc_dsc_cfg.linebuf_depth;
496 reg_vals->pps.line_buf_depth = 9;
583 LINEBUF_DEPTH, reg_vals->pps.line_buf_depth,
  /src/sys/external/bsd/drm2/dist/drm/
drm_dsc.c 95 dsc_cfg->line_buf_depth |
drm_dp_helper.c 1368 u8 line_buf_depth = dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT]; local in function:drm_dp_dsc_sink_line_buf_depth
1370 switch (line_buf_depth & DP_DSC_LINE_BUF_BIT_DEPTH_MASK) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 2066 u8 line_buf_depth; local in function:intel_dp_dsc_compute_params
2096 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd);
2097 if (!line_buf_depth) {
2103 vdsc_cfg->line_buf_depth = (line_buf_depth == DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ?
2104 DSC_1_2_MAX_LINEBUF_DEPTH_VAL : line_buf_depth;
2106 vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ?
2107 DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth;
intel_vdsc.c 517 vdsc_cfg->line_buf_depth << DSC_LINE_BUF_DEPTH_SHIFT;
intel_bios.c 2483 vdsc_cfg->line_buf_depth = VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth);

Completed in 50 milliseconds