HomeSort by: relevance | last modified time | path
    Searched defs:dl_buffer_depth (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
icl_dsi.c 288 u16 dl_buffer_depth; local in function:configure_dual_link_mode
291 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap;
293 if (dl_buffer_depth > MAX_DL_BUFFER_TARGET_DEPTH)
297 dss_ctl1 |= LEFT_DL_BUF_TARGET_DEPTH(dl_buffer_depth);
300 dss_ctl2 |= RIGHT_DL_BUF_TARGET_DEPTH(dl_buffer_depth);

Completed in 13 milliseconds