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:dsc_disable
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_dsc.h
24
*
dsc_disable
- disable dsc
27
void (*
dsc_disable
)(struct dpu_hw_dsc *hw_dsc);
member
H
A
D
dpu_hw_dsc.c
184
ops->
dsc_disable
= dpu_hw_dsc_disable;
in _setup_dsc_ops()
H
A
D
dpu_hw_dsc_1_2.c
364
ops->
dsc_disable
= dpu_hw_dsc_disable_1_2;
in _setup_dcs_ops_1_2()
H
A
D
dpu_encoder.c
2003
if (hw_dsc->ops.
dsc_disable
)
in dpu_encoder_dsc_pipe_clr()
2004
hw_dsc->ops.
dsc_disable
(hw_dsc);
in dpu_encoder_dsc_pipe_clr()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dsc.h
102
void (*
dsc_disable
)(struct display_stream_compressor *dsc);
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dsc.h
106
void (*
dsc_disable
)(struct display_stream_compressor *dsc);
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H
A
D
dcn314_hwseq.c
148
dsc->funcs->
dsc_disable
(pipe_ctx->stream_res.dsc);
in update_dsc_on_stream()
151
odm_pipe->stream_res.dsc->funcs->
dsc_disable
(odm_pipe->stream_res.dsc);
in update_dsc_on_stream()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_hwss.c
508
pipe_ctx->stream_res.dsc->funcs->
dsc_disable
(pipe_ctx->stream_res.dsc);
in dp_set_dsc_on_stream()
510
odm_pipe->stream_res.dsc->funcs->
dsc_disable
(odm_pipe->stream_res.dsc);
in dp_set_dsc_on_stream()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
56
.
dsc_disable
= dsc2_disable,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
51
.
dsc_disable
= dsc2_disable,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
1053
dsc->funcs->
dsc_disable
(pipe_ctx->stream_res.dsc);
in update_dsc_on_stream()
1056
odm_pipe->stream_res.dsc->funcs->
dsc_disable
(odm_pipe->stream_res.dsc);
in update_dsc_on_stream()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_dpms.c
857
pipe_ctx->stream_res.dsc->funcs->
dsc_disable
(pipe_ctx->stream_res.dsc);
in link_set_dsc_on_stream()
859
odm_pipe->stream_res.dsc->funcs->
dsc_disable
(odm_pipe->stream_res.dsc);
in link_set_dsc_on_stream()
Completed in 16 milliseconds