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:bw_def_linear
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dce_calcs.c
261
tiling_mode[0] =
bw_def_linear
;
in calculate_bandwidth()
262
tiling_mode[1] =
bw_def_linear
;
in calculate_bandwidth()
263
tiling_mode[2] =
bw_def_linear
;
in calculate_bandwidth()
264
tiling_mode[3] =
bw_def_linear
;
in calculate_bandwidth()
326
tiling_mode[i] =
bw_def_linear
;
in calculate_bandwidth()
373
tiling_mode[maximum_number_of_surfaces - 2] =
bw_def_linear
;
in calculate_bandwidth()
374
tiling_mode[maximum_number_of_surfaces - 1] =
bw_def_linear
;
in calculate_bandwidth()
581
if ((bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270))) && (tiling_mode[i] ==
bw_def_linear
|| data->stereo_mode[i] != bw_def_mono)) {
in calculate_bandwidth()
680
else if (tiling_mode[i] ==
bw_def_linear
) {
in calculate_bandwidth()
865
if ((dceip->dmif_pipe_en_fbc_chunk_tracker + 3 == i && fbc_enabled == 0 && tiling_mode[i] !=
bw_def_linear
)) {
in calculate_bandwidth()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dce_calcs.c
276
tiling_mode[0] =
bw_def_linear
;
in calculate_bandwidth()
277
tiling_mode[1] =
bw_def_linear
;
in calculate_bandwidth()
278
tiling_mode[2] =
bw_def_linear
;
in calculate_bandwidth()
279
tiling_mode[3] =
bw_def_linear
;
in calculate_bandwidth()
341
tiling_mode[i] =
bw_def_linear
;
in calculate_bandwidth()
388
tiling_mode[maximum_number_of_surfaces - 2] =
bw_def_linear
;
in calculate_bandwidth()
389
tiling_mode[maximum_number_of_surfaces - 1] =
bw_def_linear
;
in calculate_bandwidth()
596
if ((bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270))) && (tiling_mode[i] ==
bw_def_linear
|| data->stereo_mode[i] != bw_def_mono)) {
in calculate_bandwidth()
695
else if (tiling_mode[i] ==
bw_def_linear
) {
in calculate_bandwidth()
876
if ((dceip->dmif_pipe_en_fbc_chunk_tracker + 3 == i && fbc_enabled == 0 && tiling_mode[i] !=
bw_def_linear
)) {
in calculate_bandwidth()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dce_calcs.h
112
bw_def_linear
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dce_calcs.h
112
bw_def_linear
,
enumerator
Completed in 10 milliseconds