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:subvp_count
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource_helpers.c
640
uint8_t
subvp_count
= 0;
in dcn32_subvp_drr_admissable()
local
652
subvp_count
++;
in dcn32_subvp_drr_admissable()
670
if (
subvp_count
== 1 && non_subvp_pipes == 1 && drr_pipe_found && !drr_psr_capable &&
in dcn32_subvp_drr_admissable()
697
uint8_t
subvp_count
= 0;
in dcn32_subvp_vblank_admissable()
local
710
subvp_count
++;
in dcn32_subvp_vblank_admissable()
728
if (
subvp_count
== 1 && non_subvp_pipes == 1 && !drr_pipe_found && !vblank_psr_capable &&
in dcn32_subvp_vblank_admissable()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dmub_srv.c
718
uint8_t
subvp_count
= 0;
in dc_dmub_setup_subvp_dmub_command()
local
738
subvp_pipes[
subvp_count
++] = pipe;
in dc_dmub_setup_subvp_dmub_command()
768
if (
subvp_count
== 2) {
in dc_dmub_setup_subvp_dmub_command()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
1044
uint8_t
subvp_count
= 0;
in subvp_subvp_admissable()
local
1065
subvp_count
++;
in subvp_subvp_admissable()
1069
if (
subvp_count
== 2 && ((min_refresh < 120 && max_refresh < 120) ||
in subvp_subvp_admissable()
1098
uint8_t
subvp_count
= 0;
in subvp_validate_static_schedulability()
local
1110
subvp_count
++;
in subvp_validate_static_schedulability()
1126
if (
subvp_count
== 2) {
in subvp_validate_static_schedulability()
1129
} else if (
subvp_count
== 1 && non_subvp_pipes == 0) {
in subvp_validate_static_schedulability()
1132
} else if (
subvp_count
== 1 && non_subvp_pipes == 1) {
in subvp_validate_static_schedulability()
Completed in 7 milliseconds