Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c291 u16 dl_buffer_depth; in configure_dual_link_mode() local
294 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; in configure_dual_link_mode()
296 if (dl_buffer_depth > MAX_DL_BUFFER_TARGET_DEPTH) in configure_dual_link_mode()
301 dss_ctl1 |= LEFT_DL_BUF_TARGET_DEPTH(dl_buffer_depth); in configure_dual_link_mode()
304 dss_ctl2 |= RIGHT_DL_BUF_TARGET_DEPTH(dl_buffer_depth); in configure_dual_link_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c304 u16 dl_buffer_depth; in configure_dual_link_mode() local
307 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; in configure_dual_link_mode()
309 if (dl_buffer_depth > MAX_DL_BUFFER_TARGET_DEPTH) in configure_dual_link_mode()
314 dss_ctl1 |= LEFT_DL_BUF_TARGET_DEPTH(dl_buffer_depth); in configure_dual_link_mode()
316 RIGHT_DL_BUF_TARGET_DEPTH(dl_buffer_depth)); in configure_dual_link_mode()

Completed in 9 milliseconds