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:disable_dsc
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_pingpong.h
88
void (*
disable_dsc
)(struct dpu_hw_pingpong *pp);
member
H
A
D
dpu_hw_pingpong.c
298
c->ops.
disable_dsc
= dpu_hw_pp_dsc_disable;
in _setup_pingpong_ops()
H
A
D
dpu_encoder.c
2006
if (hw_pp->ops.
disable_dsc
)
in dpu_encoder_dsc_pipe_clr()
2007
hw_pp->ops.
disable_dsc
(hw_pp);
in dpu_encoder_dsc_pipe_clr()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dccg.h
149
void (*
disable_dsc
)(
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H
A
D
dcn314_hwseq.c
301
if (hws->ctx->dc->res_pool->dccg->funcs->
disable_dsc
&& !power_on)
in dcn314_dsc_pg_control()
302
hws->ctx->dc->res_pool->dccg->funcs->
disable_dsc
(
in dcn314_dsc_pg_control()
H
A
D
dcn314_dccg.c
373
.
disable_dsc
= dccg31_disable_dscclk,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_hwseq.c
333
if (hws->ctx->dc->res_pool->dccg->funcs->
disable_dsc
&& !power_on)
in dcn31_dsc_pg_control()
334
hws->ctx->dc->res_pool->dccg->funcs->
disable_dsc
(
in dcn31_dsc_pg_control()
H
A
D
dcn31_dccg.c
728
.
disable_dsc
= dccg31_disable_dscclk,
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
hub.c
808
goto
disable_dsc
;
in tegra_display_hub_runtime_resume()
827
disable_dsc
:
in tegra_display_hub_runtime_resume()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
hub.c
1015
goto
disable_dsc
;
in tegra_display_hub_runtime_resume()
1034
disable_dsc
:
in tegra_display_hub_runtime_resume()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
234
if (!dsc->ctx->dc->debug.
disable_dsc
)
in get_dsc_enc_caps()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
504
bool
disable_dsc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
482
if (!dsc->ctx->dc->debug.
disable_dsc
)
in get_dsc_enc_caps()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
749
bool
disable_dsc
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
1055
adev->dm.dc->debug.
disable_dsc
= true;
in amdgpu_dm_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
1716
adev->dm.dc->debug.
disable_dsc
= true;
in amdgpu_dm_init()
Completed in 39 milliseconds