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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dicl_dsi.c304 u16 dl_buffer_depth; local
307 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap;
309 if (dl_buffer_depth > MAX_DL_BUFFER_TARGET_DEPTH)
314 dss_ctl1 |= LEFT_DL_BUF_TARGET_DEPTH(dl_buffer_depth);
316 RIGHT_DL_BUF_TARGET_DEPTH(dl_buffer_depth));

Completed in 173 milliseconds