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:dmub_caps
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_optc.c
208
if (dc->caps.
dmub_caps
.mclk_sw && !dc->debug.disable_fams)
in optc32_setup_manual_trigger()
H
A
D
dcn32_hwseq.c
970
dc->caps.
dmub_caps
.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr;
in dcn32_init_hw()
971
dc->caps.
dmub_caps
.subvp_psr = dc->ctx->dmub_srv->dmub->feature_caps.subvp_psr_support;
in dcn32_init_hw()
972
dc->caps.
dmub_caps
.gecc_enable = dc->ctx->dmub_srv->dmub->feature_caps.gecc_enable;
in dcn32_init_hw()
973
dc->caps.
dmub_caps
.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch;
in dcn32_init_hw()
H
A
D
dcn32_resource_helpers.c
560
if (!dc->caps.
dmub_caps
.mclk_sw)
in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_hwseq.c
273
dc->caps.
dmub_caps
.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr;
in dcn31_init_hw()
274
dc->caps.
dmub_caps
.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch;
in dcn31_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_optc.c
308
if (dc->caps.
dmub_caps
.mclk_sw && !dc->debug.disable_fams)
in optc3_set_vtotal_min_max()
H
A
D
dcn30_hwseq.c
613
dc->caps.
dmub_caps
.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr;
in dcn30_init_hw()
614
dc->caps.
dmub_caps
.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch;
in dcn30_init_hw()
H
A
D
dcn30_resource.c
1974
if (!dc->caps.
dmub_caps
.mclk_sw)
in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
259
struct dc_dmub_caps
dmub_caps
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
701
(!dcn32_is_psr_capable(pipe) || (context->stream_count == 1 && dc->caps.
dmub_caps
.subvp_psr)) &&
in dcn32_assign_subvp_pipe()
1189
if (!dc->debug.force_disable_subvp && !dc->caps.
dmub_caps
.gecc_enable && dcn32_all_pipes_have_stream_and_plane(dc, context) &&
in dcn32_full_validate_bw_helper()
Completed in 18 milliseconds