OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025