Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:line_buf_depth
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
32
to->
line_buf_depth
= from->
line_buf_depth
;
in copy_pps_fields()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
31
to->
line_buf_depth
= from->
line_buf_depth
;
in copy_pps_fields()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
77
* @
line_buf_depth
:
80
u8
line_buf_depth
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
77
* @
line_buf_depth
:
80
u8
line_buf_depth
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
287
DC_LOG_DSC("\tline_buf_depth %d", pps->
line_buf_depth
);
in dsc_log_pps()
375
dsc_reg_vals->pps.
line_buf_depth
= dsc_cfg->dc_dsc_cfg.linebuf_depth;
in dsc_prepare_config()
497
reg_vals->pps.
line_buf_depth
= 9;
in dsc_init_reg_values()
583
LINEBUF_DEPTH, reg_vals->pps.
line_buf_depth
,
in dsc_write_to_registers()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
293
DC_LOG_DSC("\tline_buf_depth %d", pps->
line_buf_depth
);
in dsc_log_pps()
409
dsc_reg_vals->pps.
line_buf_depth
= dsc_cfg->dc_dsc_cfg.linebuf_depth;
in dsc_prepare_config()
536
reg_vals->pps.
line_buf_depth
= 9;
in dsc_init_reg_values()
629
LINEBUF_DEPTH, reg_vals->pps.
line_buf_depth
,
in dsc_write_to_registers()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dsc.c
89
dsc_cfg->
line_buf_depth
|
in drm_dsc_pps_payload_pack()
H
A
D
drm_dp_helper.c
2052
u8
line_buf_depth
= dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT];
in drm_dp_dsc_sink_line_buf_depth()
local
2054
switch (
line_buf_depth
& DP_DSC_LINE_BUF_BIT_DEPTH_MASK) {
in drm_dp_dsc_sink_line_buf_depth()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_dsc.c
66
data |= (dsc->
line_buf_depth
<< 3);
in dpu_hw_dsc_config()
H
A
D
dpu_hw_dsc_1_2.c
150
data |= (dsc->
line_buf_depth
& 0xf) << 6;
in dpu_hw_dsc_config_1_2()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dp.c
1583
u8
line_buf_depth
;
in intel_dp_dsc_compute_params()
local
1612
line_buf_depth
= drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd);
in intel_dp_dsc_compute_params()
1613
if (!
line_buf_depth
) {
in intel_dp_dsc_compute_params()
1620
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
== DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ?
in intel_dp_dsc_compute_params()
1621
DSC_1_2_MAX_LINEBUF_DEPTH_VAL :
line_buf_depth
;
in intel_dp_dsc_compute_params()
1623
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
> DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ?
in intel_dp_dsc_compute_params()
1624
DSC_1_1_MAX_LINEBUF_DEPTH_BITS :
line_buf_depth
;
in intel_dp_dsc_compute_params()
H
A
D
intel_vdsc.c
380
vdsc_cfg->
line_buf_depth
<< DSC_LINE_BUF_DEPTH_SHIFT;
in intel_dsc_pps_configure()
H
A
D
intel_bios.c
3422
vdsc_cfg->
line_buf_depth
= VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth);
in fill_dsc()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dsc_helper.c
117
dsc_cfg->
line_buf_depth
|
in drm_dsc_pps_payload_pack()
H
A
D
drm_dp_helper.c
2402
u8
line_buf_depth
= dsc_dpcd[DP_DSC_LINE_BUF_BIT_DEPTH - DP_DSC_SUPPORT];
in drm_dp_dsc_sink_line_buf_depth()
local
2404
switch (
line_buf_depth
& DP_DSC_LINE_BUF_BIT_DEPTH_MASK) {
in drm_dp_dsc_sink_line_buf_depth()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_dp.c
2182
u8
line_buf_depth
;
in intel_dp_dsc_compute_params()
local
2212
line_buf_depth
= drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd);
in intel_dp_dsc_compute_params()
2213
if (!
line_buf_depth
) {
in intel_dp_dsc_compute_params()
2220
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
== DSC_1_2_MAX_LINEBUF_DEPTH_BITS) ?
in intel_dp_dsc_compute_params()
2221
DSC_1_2_MAX_LINEBUF_DEPTH_VAL :
line_buf_depth
;
in intel_dp_dsc_compute_params()
2223
vdsc_cfg->
line_buf_depth
= (
line_buf_depth
> DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ?
in intel_dp_dsc_compute_params()
2224
DSC_1_1_MAX_LINEBUF_DEPTH_BITS :
line_buf_depth
;
in intel_dp_dsc_compute_params()
H
A
D
intel_vdsc.c
510
vdsc_cfg->
line_buf_depth
<< DSC_LINE_BUF_DEPTH_SHIFT;
in intel_dsc_pps_configure()
H
A
D
intel_bios.c
2544
vdsc_cfg->
line_buf_depth
= VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth);
in fill_dsc()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_host.c
1771
dsc->
line_buf_depth
= dsc->bits_per_component + 1;
in dsi_populate_dsc_params()
Completed in 61 milliseconds