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:fpo_in_use
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
303
bool
fpo_in_use
;
member
H
A
D
dc_dmub_srv.c
349
if (!pipe->stream->
fpo_in_use
) {
in dc_dmub_srv_p_state_delegate()
360
if (resource_is_pipe_type(pipe, OTG_MASTER) && pipe->stream->
fpo_in_use
) {
in dc_dmub_srv_p_state_delegate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
611
pipe->stream->
fpo_in_use
)) {
in dcn32_update_force_pstate()
619
if (!pipe->stream || !pipe->stream->
fpo_in_use
) {
in dcn32_update_force_pstate()
636
if (pipe->stream && pipe->stream->
fpo_in_use
) {
in dcn32_update_force_pstate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H
A
D
dcn30_fpu.c
396
context->streams[i]->
fpo_in_use
= false;
in dcn30_fpu_calculate_wm_and_dlg()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
2014
context->streams[i]->
fpo_in_use
= false;
in dcn32_calculate_wm_and_dlg_fpu()
2022
fpo_candidate_stream->
fpo_in_use
= true;
in dcn32_calculate_wm_and_dlg_fpu()
2060
context->streams[i]->
fpo_in_use
= false;
in dcn32_calculate_wm_and_dlg_fpu()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_resource.c
1997
context->streams[0]->
fpo_in_use
= true;
in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
Completed in 14 milliseconds