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:slice_count
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_dsc_helper.h
35
return dsc->
slice_count
* dsc->slice_chunk_size;
in msm_dsc_get_bytes_per_line()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
92
* @
slice_count
: Number fo slices per line used by the DSC encoder
94
u8
slice_count
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
92
* @
slice_count
: Number fo slices per line used by the DSC encoder
94
u8
slice_count
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_dsc_1_2.c
110
num_active_slice_per_enc = dsc->
slice_count
;
in dpu_hw_dsc_config_1_2()
112
num_active_slice_per_enc = dsc->
slice_count
/ 2;
in dpu_hw_dsc_config_1_2()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_bios.c
2514
crtc_state->dsc.
slice_count
= 4;
in fill_dsc()
2516
crtc_state->dsc.
slice_count
= 2;
in fill_dsc()
2522
crtc_state->dsc.
slice_count
= 1;
in fill_dsc()
2526
crtc_state->dsc.
slice_count
!= 0)
in fill_dsc()
2529
crtc_state->dsc.
slice_count
);
in fill_dsc()
H
A
D
intel_vdsc.c
391
pipe_config->dsc.
slice_count
);
in intel_dsc_compute_params()
H
A
D
intel_display_types.h
1052
u8
slice_count
;
member
H
A
D
intel_dp.c
2281
pipe_config->dsc.
slice_count
=
in intel_dp_dsc_compute_config()
2284
if (!pipe_config->dsc.
slice_count
) {
in intel_dp_dsc_compute_config()
2286
pipe_config->dsc.
slice_count
);
in intel_dp_dsc_compute_config()
2311
pipe_config->dsc.
slice_count
= dsc_dp_slice_count;
in intel_dp_dsc_compute_config()
2319
if (pipe_config->dsc.
slice_count
> 1) {
in intel_dp_dsc_compute_config()
2343
pipe_config->dsc.
slice_count
);
in intel_dp_dsc_compute_config()
H
A
D
icl_dsi.c
1492
if (crtc_state->dsc.
slice_count
> 1)
in gen11_dsi_dsc_compute_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-visionox-r66451.c
315
dsc->
slice_count
= 2;
in visionox_r66451_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_bios.c
3397
crtc_state->dsc.
slice_count
= 4;
in fill_dsc()
3399
crtc_state->dsc.
slice_count
= 2;
in fill_dsc()
3405
crtc_state->dsc.
slice_count
= 1;
in fill_dsc()
3409
crtc_state->dsc.
slice_count
!= 0)
in fill_dsc()
3412
crtc_state->dsc.
slice_count
);
in fill_dsc()
H
A
D
intel_dp.c
1711
pipe_config->dsc.
slice_count
=
in intel_dp_dsc_compute_config()
1714
if (!pipe_config->dsc.
slice_count
) {
in intel_dp_dsc_compute_config()
1716
pipe_config->dsc.
slice_count
);
in intel_dp_dsc_compute_config()
1770
pipe_config->dsc.
slice_count
= dsc_dp_slice_count;
in intel_dp_dsc_compute_config()
1773
pipe_config->dsc.
slice_count
);
in intel_dp_dsc_compute_config()
1780
if (pipe_config->bigjoiner_pipes || pipe_config->dsc.
slice_count
> 1)
in intel_dp_dsc_compute_config()
1798
pipe_config->dsc.
slice_count
);
in intel_dp_dsc_compute_config()
H
A
D
intel_vdsc.c
251
pipe_config->dsc.
slice_count
);
in intel_dsc_compute_params()
H
A
D
intel_display_types.h
1357
u8
slice_count
;
member
H
A
D
icl_dsi.c
1583
if (crtc_state->dsc.
slice_count
> 1)
in gen11_dsi_dsc_compute_config()
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H
A
D
hva-h264.c
381
* @
slice_count
: slice count
390
u32
slice_count
;
member
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H
A
D
hva-h264.c
381
* @
slice_count
: slice count
390
u32
slice_count
;
member
Completed in 45 milliseconds