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:native_422
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc.c
51
(pps->
native_422
? CM_422 :
in calc_rc_params()
56
is_navite_422_or_420 = pps->
native_422
|| pps->native_420;
in calc_rc_params()
H
A
D
rc_calc_dpi.c
37
to->
native_422
= from->
native_422
;
in copy_pps_fields()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dsc.c
227
pps_payload->native_422_420 = dsc_cfg->
native_422
|
in drm_dsc_pps_payload_pack()
266
if (vdsc_cfg->native_420 || vdsc_cfg->
native_422
) {
in drm_dsc_compute_rc_parameters()
290
else if (vdsc_cfg->
native_422
)
in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
38
to->
native_422
= from->
native_422
;
in copy_pps_fields()
H
A
D
rc_calc.c
190
/* in
native_422
or native_420 modes, the bits_per_pixel is double the
in _do_calc_rc_params()
329
(pps->
native_422
? CM_422 :
in calc_rc_params()
334
is_navite_422_or_420 = pps->
native_422
|| pps->native_420;
in calc_rc_params()
362
bool is_navite_422_or_420 = pps->
native_422
|| pps->native_420;
in calc_dsc_bytes_per_pixel()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dsc_helper.c
254
pps_payload->native_422_420 = dsc_cfg->
native_422
|
in drm_dsc_pps_payload_pack()
1321
if (vdsc_cfg->native_420 || vdsc_cfg->
native_422
) {
in drm_dsc_compute_rc_parameters()
1345
else if (vdsc_cfg->
native_422
)
in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_dsc_1_2.c
129
if (dsc->
native_422
)
in dpu_hw_dsc_config_1_2()
139
if (dsc->
native_422
|| dsc->native_420)
in dpu_hw_dsc_config_1_2()
221
if (dsc->
native_422
)
in dpu_hw_dsc_config_1_2()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
250
* @
native_422
: True if Native 4:2:2 supported, else false
252
bool
native_422
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
250
* @
native_422
: True if Native 4:2:2 supported, else false
252
bool
native_422
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
312
DC_LOG_DSC("\tnative_422 %d", pps->
native_422
);
in dsc_log_pps()
397
dsc_reg_vals->pps.
native_422
= (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422);
in dsc_prepare_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
318
DC_LOG_DSC("\tnative_422 %d", pps->
native_422
);
in dsc_log_pps()
431
dsc_reg_vals->pps.
native_422
= (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422);
in dsc_prepare_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc.c
271
vdsc_cfg->
native_422
= false;
in intel_dsc_compute_params()
385
if (vdsc_cfg->
native_422
)
in intel_dsc_pps_configure()
Completed in 10 milliseconds