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:dpp3
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_dpp.h
31
bool dpp32_construct(struct dcn3_dpp *
dpp3
,
H
A
D
dcn32_resource.c
917
struct dcn3_dpp *
dpp3
=
in dcn32_dpp_create()
local
920
if (!
dpp3
)
in dcn32_dpp_create()
930
if (dpp32_construct(
dpp3
, ctx, inst,
in dcn32_dpp_create()
932
return &
dpp3
->base;
in dcn32_dpp_create()
935
kfree(
dpp3
);
in dcn32_dpp_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/
H
A
D
dcn321_resource.c
916
struct dcn3_dpp *
dpp3
=
in dcn321_dpp_create()
local
919
if (!
dpp3
)
in dcn321_dpp_create()
929
if (dpp32_construct(
dpp3
, ctx, inst,
in dcn321_dpp_create()
931
return &
dpp3
->base;
in dcn321_dpp_create()
934
kfree(
dpp3
);
in dcn321_dpp_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_dpp.h
561
bool dpp3_construct(struct dcn3_dpp *
dpp3
,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_dpp.h
579
bool dpp3_construct(struct dcn3_dpp *
dpp3
,
Completed in 9 milliseconds