Home
last modified time | relevance | path

Searched refs:dl_buffer_depth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dicl_dsi.c288 u16 dl_buffer_depth; in configure_dual_link_mode() local
291 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; in configure_dual_link_mode()
293 if (dl_buffer_depth > MAX_DL_BUFFER_TARGET_DEPTH) in configure_dual_link_mode()
297 dss_ctl1 |= LEFT_DL_BUF_TARGET_DEPTH(dl_buffer_depth); in configure_dual_link_mode()
300 dss_ctl2 |= RIGHT_DL_BUF_TARGET_DEPTH(dl_buffer_depth); in configure_dual_link_mode()