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:convert_rgb
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
34
to->
convert_rgb
= from->
convert_rgb
;
in copy_pps_fields()
H
A
D
rc_calc.c
328
mode = pps->
convert_rgb
? CM_RGB : (pps->simple_422 ? CM_444 :
in calc_rc_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
33
to->
convert_rgb
= from->
convert_rgb
;
in copy_pps_fields()
H
A
D
rc_calc.c
50
mode = pps->
convert_rgb
? CM_RGB : (pps->simple_422 ? CM_444 :
in calc_rc_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dsc.c
98
dsc_cfg->
convert_rgb
<< DSC_PPS_CONVERT_RGB_SHIFT |
in drm_dsc_pps_payload_pack()
286
if (vdsc_cfg->
convert_rgb
)
in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
86
* @
convert_rgb
:
90
bool
convert_rgb
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
86
* @
convert_rgb
:
90
bool
convert_rgb
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dsc_helper.c
126
dsc_cfg->
convert_rgb
<< DSC_PPS_CONVERT_RGB_SHIFT |
in drm_dsc_pps_payload_pack()
1341
if (vdsc_cfg->
convert_rgb
)
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
147
if (dsc->
convert_rgb
)
in dpu_hw_dsc_config_1_2()
225
if (!dsc->
convert_rgb
)
in dpu_hw_dsc_config_1_2()
H
A
D
dpu_hw_dsc.c
68
data |= (dsc->
convert_rgb
<< 1);
in dpu_hw_dsc_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
289
DC_LOG_DSC("\tconvert_rgb %d", pps->
convert_rgb
);
in dsc_log_pps()
396
dsc_reg_vals->pps.
convert_rgb
= dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB ? 1 : 0;
in dsc_prepare_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
295
DC_LOG_DSC("\tconvert_rgb %d", pps->
convert_rgb
);
in dsc_log_pps()
430
dsc_reg_vals->pps.
convert_rgb
= dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB ? 1 : 0;
in dsc_prepare_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc.c
261
* According to DSC 1.2 specs if colorspace is YCbCr then
convert_rgb
is 0
in intel_dsc_compute_params()
264
vdsc_cfg->
convert_rgb
= pipe_config->output_format != INTEL_OUTPUT_FORMAT_YCBCR420 &&
in intel_dsc_compute_params()
390
if (vdsc_cfg->
convert_rgb
)
in intel_dsc_pps_configure()
H
A
D
intel_dp.c
1607
if (vdsc_cfg->
convert_rgb
)
in intel_dp_dsc_compute_params()
1608
vdsc_cfg->
convert_rgb
=
in intel_dp_dsc_compute_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc.c
513
if (vdsc_cfg->
convert_rgb
)
in intel_dsc_pps_configure()
H
A
D
icl_dsi.c
1495
vdsc_cfg->
convert_rgb
= true;
in gen11_dsi_dsc_compute_config()
H
A
D
intel_dp.c
2209
vdsc_cfg->
convert_rgb
= intel_dp->dsc_dpcd[DP_DSC_DEC_COLOR_FORMAT_CAP - DP_DSC_SUPPORT] &
in intel_dp_dsc_compute_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_host.c
1757
dsc->
convert_rgb
= 1;
in dsi_populate_dsc_params()
Completed in 36 milliseconds