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:old_pipe_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
767
struct pipe_ctx *
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in false_optc_underflow_wa()
local
769
if (
old_pipe_ctx
->stream != stream)
in false_optc_underflow_wa()
772
dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool,
old_pipe_ctx
);
in false_optc_underflow_wa()
2763
struct pipe_ctx *
old_pipe_ctx
=
in dcn10_find_top_pipe_for_stream()
local
2766
if (!pipe_ctx->plane_state && !
old_pipe_ctx
->plane_state)
in dcn10_find_top_pipe_for_stream()
2974
struct pipe_ctx *
old_pipe_ctx
=
in dcn10_apply_ctx_for_surface()
local
2978
pipe_ctx->stream_res.tg !=
old_pipe_ctx
->stream_res.tg) &&
in dcn10_apply_ctx_for_surface()
2979
old_pipe_ctx
->plane_state &&
in dcn10_apply_ctx_for_surface()
2980
old_pipe_ctx
->stream_res.tg == tg) {
in dcn10_apply_ctx_for_surface()
2982
hws->funcs.plane_atomic_disconnect(dc,
old_pipe_ctx
);
in dcn10_apply_ctx_for_surface()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
98
struct pipe_ctx *
old_pipe_ctx
;
in dcn10_lock_all_pipes()
local
103
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in dcn10_lock_all_pipes()
113
(!pipe_ctx->plane_state && !
old_pipe_ctx
->plane_state) ||
in dcn10_lock_all_pipes()
860
struct pipe_ctx *
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in false_optc_underflow_wa()
local
862
if (
old_pipe_ctx
->stream != stream)
in false_optc_underflow_wa()
865
dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool,
old_pipe_ctx
);
in false_optc_underflow_wa()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1654
struct pipe_ctx *
old_pipe_ctx
=
in dcn20_program_front_end_for_ctx()
local
1657
if (pipe_ctx->stream ==
old_pipe_ctx
->stream)
in dcn20_program_front_end_for_ctx()
1659
old_pipe_ctx
->stream_res.gsl_group;
in dcn20_program_front_end_for_ctx()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1801
struct pipe_ctx *
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in dcn20_program_front_end_for_ctx()
local
1803
if (pipe_ctx->stream ==
old_pipe_ctx
->stream)
in dcn20_program_front_end_for_ctx()
1804
pipe_ctx->stream_res.gsl_group =
old_pipe_ctx
->stream_res.gsl_group;
in dcn20_program_front_end_for_ctx()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
793
struct pipe_ctx *
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in apply_ctx_interdependent_lock()
local
798
(pipe_ctx->plane_state ||
old_pipe_ctx
->plane_state))
in apply_ctx_interdependent_lock()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1061
struct pipe_ctx *
old_pipe_ctx
= &dc->current_state->res_ctx.pipe_ctx[i];
in apply_ctx_interdependent_lock()
local
1066
(pipe_ctx->plane_state ||
old_pipe_ctx
->plane_state))
in apply_ctx_interdependent_lock()
Completed in 25 milliseconds