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_PHANTOM
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
685
if (pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_update_mall_sel()
1211
&& pipe->stream->mall_stream_config.type !=
SUBVP_PHANTOM
) {
in dcn32_resync_fifo_dccg_dio()
1386
if (phantom_pipe->stream && phantom_pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_apply_update_flags_for_phantom()
1472
if (pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
&&
in dcn32_enable_phantom_streams()
1473
old_pipe->stream && old_pipe->stream->mall_stream_config.type !=
SUBVP_PHANTOM
) {
in dcn32_enable_phantom_streams()
1485
if (new_pipe->stream && new_pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_enable_phantom_streams()
H
A
D
dcn32_resource_helpers.c
295
if (context->streams[i]->mall_stream_config.type !=
SUBVP_PHANTOM
)
in dcn32_determine_det_override()
302
if (context->streams[i]->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn32_determine_det_override()
H
A
D
dcn32_resource.c
1686
phantom_stream->mall_stream_config.type =
SUBVP_PHANTOM
;
in dcn32_enable_phantom_stream()
1714
pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_retain_phantom_pipes()
1735
if (pipe->plane_state && pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_remove_phantom_pipes()
1798
pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_add_phantom_pipes()
1955
case
SUBVP_PHANTOM
:
in dcn32_populate_dml_pipes_from_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/
H
A
D
clk_mgr.c
65
if (stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in clk_mgr_helper_get_active_display_cnt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
153
SUBVP_PHANTOM
, // subvp in use, this stream is a phantom stream
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
814
if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn20_enable_stream_timing()
1362
if (new_pipe->stream && new_pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn20_detect_pipe_changes()
1654
if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.type ==
SUBVP_PHANTOM
in dcn20_update_dchubp_dpp()
1712
if (pipe_ctx->stream->mall_stream_config.type !=
SUBVP_PHANTOM
)
in dcn20_program_pipe()
1846
dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn20_program_front_end_for_ctx()
1908
if (pipe->stream && pipe->stream->mall_stream_config.type !=
SUBVP_PHANTOM
)
in dcn20_program_front_end_for_ctx()
1972
pipe->stream->mall_stream_config.type !=
SUBVP_PHANTOM
) {
in dcn20_post_unlock_program_front_end()
1995
if (pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn20_post_unlock_program_front_end()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1157
if (old_stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in disable_dangling_plane()
1191
if (old_stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in disable_dangling_plane()
1272
if (!pipe->plane_state || pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in wait_for_no_pipes_pending()
1823
subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
);
in dc_commit_state_no_check()
2139
if (!pipe->plane_state || (pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
))
in is_flip_pending_in_pipes()
3554
subvp_prev_use |= (old_pipe->stream && old_pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
);
in commit_planes_for_stream()
3562
if (pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in commit_planes_for_stream()
4019
if (pipe->stream && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in commit_minimal_transition_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
115
pipe_ctx->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_lock_all_pipes()
2273
if (grouped_pipes[i]->stream && grouped_pipes[i]->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
2293
if (grouped_pipes[i]->stream && grouped_pipes[i]->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
2300
if (grouped_pipes[i]->stream && grouped_pipes[i]->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
2314
if (grouped_pipes[1]->stream && grouped_pipes[1]->stream->mall_stream_config.type !=
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
2318
if (grouped_pipes[i]->stream && grouped_pipes[i]->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
2326
if (grouped_pipes[i]->stream && grouped_pipes[i]->stream->mall_stream_config.type ==
SUBVP_PHANTOM
)
in dcn10_enable_timing_synchronization()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
335
if (pipe->plane_state && pipe->stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_helper_populate_phantom_dlg_params()
1415
if (context->res_ctx.pipe_ctx[i].stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn32_calculate_dlg_params()
1447
if (context->res_ctx.pipe_ctx[i].stream->mall_stream_config.type !=
SUBVP_PHANTOM
) {
in dcn32_calculate_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H
A
D
dcn20_fpu.c
1183
if (context->res_ctx.pipe_ctx[i].stream->mall_stream_config.type ==
SUBVP_PHANTOM
) {
in dcn20_calculate_dlg_params()
1533
res_ctx->pipe_ctx[i].stream->mall_stream_config.type ==
SUBVP_PHANTOM
))
in dcn20_populate_dml_pipes_from_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H
A
D
dce110_hw_sequencer.c
1596
if (pipe_ctx->stream->mall_stream_config.type !=
SUBVP_PHANTOM
) {
in apply_single_controller_ctx_to_hw()
Completed in 37 milliseconds