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_NONE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource_helpers.c
193
if (pipe->stream && pipe->stream->mall_stream_config.type !=
SUBVP_NONE
)
in dcn32_subvp_in_use()
659
if (pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in dcn32_subvp_drr_admissable()
717
if (pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in dcn32_subvp_vblank_admissable()
H
A
D
dcn32_resource.c
1762
pipe->stream->mall_stream_config.type =
SUBVP_NONE
;
in dcn32_remove_phantom_pipes()
1961
case
SUBVP_NONE
:
in dcn32_populate_dml_pipes_from_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
151
SUBVP_NONE
, // subvp not in use
enumerator
H
A
D
dc_dmub_srv.c
760
pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
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
702
pipe->stream->mall_stream_config.type ==
SUBVP_NONE
&&
in dcn32_assign_subvp_pipe()
760
pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in dcn32_enough_pipes_for_subvp()
907
if (drr_pipe->stream->mall_stream_config.type ==
SUBVP_NONE
&& drr_pipe->stream->ignore_msa_timing_param &&
in subvp_drr_schedulable()
989
if (!found && pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in subvp_vblank_schedulable()
1111
if (pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in subvp_validate_static_schedulability()
1120
pipe->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in subvp_validate_static_schedulability()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_hw_sequencer.c
455
if (enable_subvp && pipe_ctx->stream->mall_stream_config.type ==
SUBVP_NONE
) {
in get_subvp_visual_confirm_color()
H
A
D
dc.c
3939
if (pipe->stream && pipe->stream->mall_stream_config.type !=
SUBVP_NONE
) {
in could_mpcc_tree_change_for_active_pipes()
5263
if (dc->current_state->streams[i]->mall_stream_config.type !=
SUBVP_NONE
) {
in dc_query_current_properties()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
2065
if (pipe->stream && pipe->stream->mall_stream_config.type !=
SUBVP_NONE
) {
in dcn20_prepare_bandwidth()
2109
if (pipe->stream && pipe->stream->mall_stream_config.type !=
SUBVP_NONE
) {
in dcn20_optimize_bandwidth()
Completed in 23 milliseconds