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:paired_stream
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dmub_srv.c
452
struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.
paired_stream
->timing;
in populate_subvp_cmd_drr_info()
581
struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.
paired_stream
->timing;
in update_subvp_prefetch_end_to_mall_start()
582
struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.
paired_stream
->timing;
in update_subvp_prefetch_end_to_mall_start()
635
struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.
paired_stream
->timing;
in populate_subvp_cmd_pipe_info()
688
if (phantom_pipe->stream == subvp_pipe->stream->mall_stream_config.
paired_stream
) {
in populate_subvp_cmd_pipe_info()
755
pipe->stream->mall_stream_config.
paired_stream
&&
in dc_dmub_setup_subvp_dmub_command()
H
A
D
dc_stream.h
161
struct dc_stream_state *
paired_stream
; // master / slave stream
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource.c
1687
phantom_stream->mall_stream_config.
paired_stream
= ref_pipe->stream;
in dcn32_enable_phantom_stream()
1689
ref_pipe->stream->mall_stream_config.
paired_stream
= phantom_stream;
in dcn32_enable_phantom_stream()
1763
pipe->stream->mall_stream_config.
paired_stream
= NULL;
in dcn32_remove_phantom_pipes()
H
A
D
dcn32_hwseq.c
350
if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.
paired_stream
&&
in dcn32_commit_subvp_config()
1361
pipe->stream->mall_stream_config.
paired_stream
== phantom_pipe->stream) {
in dcn32_update_phantom_vp_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_hw_sequencer.c
441
if (pipe->stream && pipe->stream->mall_stream_config.
paired_stream
&&
in get_subvp_visual_confirm_color()
H
A
D
dc.c
1161
main_pipe_width = old_stream->mall_stream_config.
paired_stream
->dst.width;
in disable_dangling_plane()
1162
main_pipe_height = old_stream->mall_stream_config.
paired_stream
->dst.height;
in disable_dangling_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
814
phantom = pipe->stream->mall_stream_config.
paired_stream
;
in subvp_subvp_schedulable()
913
phantom_timing = &pipe->stream->mall_stream_config.
paired_stream
->timing;
in subvp_drr_schedulable()
1000
phantom_timing = &subvp_pipe->stream->mall_stream_config.
paired_stream
->timing;
in subvp_vblank_schedulable()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1853
main_pipe_width = dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.
paired_stream
->dst.width;
in dcn20_program_front_end_for_ctx()
1854
main_pipe_height = dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.
paired_stream
->dst.height;
in dcn20_program_front_end_for_ctx()
Completed in 24 milliseconds