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:pipe_fuses
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/
H
A
D
dcn321_resource.c
1628
uint32_t
pipe_fuses
= 0;
in dcn321_resource_construct()
local
1660
pipe_fuses
= read_pipe_fuses(ctx);
in dcn321_resource_construct()
1663
if (
pipe_fuses
& 1 << i)
in dcn321_resource_construct()
1666
if (
pipe_fuses
& 1)
in dcn321_resource_construct()
1669
if (
pipe_fuses
& CC_DC_PIPE_DIS__DC_FULL_DIS_MASK)
in dcn321_resource_construct()
1856
if (
pipe_fuses
& 1 << i)
in dcn321_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource.c
2078
uint32_t
pipe_fuses
= 0;
in dcn32_resource_construct()
local
2111
pipe_fuses
= read_pipe_fuses(ctx);
in dcn32_resource_construct()
2114
if (
pipe_fuses
& 1 << i)
in dcn32_resource_construct()
2117
if (
pipe_fuses
& 1)
in dcn32_resource_construct()
2120
if (
pipe_fuses
& CC_DC_PIPE_DIS__DC_FULL_DIS_MASK)
in dcn32_resource_construct()
2315
if (
pipe_fuses
& 1 << i)
in dcn32_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce120/
H
A
D
dce120_resource.c
1070
uint32_t
pipe_fuses
;
in dce120_resource_construct()
local
1161
pipe_fuses
= read_pipe_fuses(ctx);
in dce120_resource_construct()
1167
if ((
pipe_fuses
& (1 << i)) != 0) {
in dce120_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce120/
H
A
D
dce120_resource.c
1063
uint32_t
pipe_fuses
;
in dce120_resource_construct()
local
1156
pipe_fuses
= read_pipe_fuses(ctx);
in dce120_resource_construct()
1162
if ((
pipe_fuses
& (1 << i)) != 0) {
in dce120_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_resource.c
2255
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn30_resource_construct()
local
2258
if (!(
pipe_fuses
== 0 ||
pipe_fuses
== 0x3e)) {
in dcn30_resource_construct()
2262
pipe_fuses
= 0x3e;
in dcn30_resource_construct()
2422
if (
pipe_fuses
& 1 << i)
in dcn30_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1350
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn10_resource_construct()
local
1558
if ((
pipe_fuses
& (1 << i)) != 0)
in dcn10_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1314
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn10_resource_construct()
local
1560
if ((
pipe_fuses
& (1 << i)) != 0)
in dcn10_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H
A
D
dcn21_resource.c
1802
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn21_resource_construct()
local
1970
if (
pipe_fuses
& 1 << i)
in dcn21_resource_construct()
1988
if ((
pipe_fuses
& (1 << i)) != 0)
in dcn21_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H
A
D
dcn21_resource.c
1408
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn21_resource_construct()
local
1578
if (
pipe_fuses
& 1 << i)
in dcn21_resource_construct()
1596
if ((
pipe_fuses
& (1 << i)) != 0)
in dcn21_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn301/
H
A
D
dcn301_resource.c
1403
uint32_t
pipe_fuses
= read_pipe_fuses(ctx);
in dcn301_resource_construct()
local
1551
if (
pipe_fuses
& 1 << i)
in dcn301_resource_construct()
1580
if ((
pipe_fuses
& (1 << i)) != 0) {
in dcn301_resource_construct()
Completed in 21 milliseconds