OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_buf_depth
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dsc.h
79
* @
line_buf_depth
:
82
u8
line_buf_depth
;
member in struct:drm_dsc_config
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c
1368
u8
line_buf_depth
= dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT];
local in function:drm_dp_dsc_sink_line_buf_depth
1370
switch (
line_buf_depth
& DP_DSC_LINE_BUF_BIT_DEPTH_MASK) {
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c
2066
u8
line_buf_depth
;
local in function:intel_dp_dsc_compute_params
2096
line_buf_depth
= drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd);
2097
if (!
line_buf_depth
) {
2103
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
== DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ?
2104
DSC_1_2_MAX_LINEBUF_DEPTH_VAL :
line_buf_depth
;
2106
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
> DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ?
2107
DSC_1_1_MAX_LINEBUF_DEPTH_BITS :
line_buf_depth
;
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025