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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dsc.h 47 #define DSC_1_1_MAX_LINEBUF_DEPTH_BITS 13
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 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;

Completed in 21 milliseconds