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:bottom_opp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
1505
struct output_pixel_processor *
bottom_opp
= NULL;
in dcn32_init_blank()
local
1543
bottom_opp
= dc->res_pool->opps[i];
in dcn32_init_blank()
1561
if (
bottom_opp
&&
bottom_opp
->funcs->opp_set_disp_pattern_generator) {
in dcn32_init_blank()
1562
bottom_opp
->funcs->opp_set_disp_pattern_generator(
in dcn32_init_blank()
1563
bottom_opp
,
in dcn32_init_blank()
1571
hws->funcs.wait_for_blank_complete(
bottom_opp
);
in dcn32_init_blank()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
281
struct output_pixel_processor *
bottom_opp
= NULL;
in dcn20_init_blank()
local
310
bottom_opp
= dc->res_pool->opps[opp_id_src1];
in dcn20_init_blank()
324
bottom_opp
->funcs->opp_set_disp_pattern_generator(
in dcn20_init_blank()
325
bottom_opp
,
in dcn20_init_blank()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
294
struct output_pixel_processor *
bottom_opp
= NULL;
in dcn20_init_blank()
local
327
bottom_opp
= dc->res_pool->opps[opp_id_src1];
in dcn20_init_blank()
341
bottom_opp
->funcs->opp_set_disp_pattern_generator(
in dcn20_init_blank()
342
bottom_opp
,
in dcn20_init_blank()
Completed in 12 milliseconds