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:dcn_soc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H
A
D
dcn10_fpu.c
131
struct dcn_soc_bounding_box *
dcn_soc
= dc->
dcn_soc
;
in dcn10_resource_construct_fp()
local
137
dcn_soc
->dram_clock_change_latency = 23;
in dcn10_resource_construct_fp()
141
dc->
dcn_soc
->urgent_latency = 3;
in dcn10_resource_construct_fp()
143
dc->
dcn_soc
->fabric_and_dram_bandwidth_vmax0p9 = 41.60f;
in dcn10_resource_construct_fp()
146
dc->
dcn_soc
->number_of_channels = dc->ctx->asic_id.vram_width / ddr4_dram_width;
in dcn10_resource_construct_fp()
147
ASSERT(dc->
dcn_soc
->number_of_channels < 3);
in dcn10_resource_construct_fp()
148
if (dc->
dcn_soc
->number_of_channels == 0)/*old sbios bug*/
in dcn10_resource_construct_fp()
149
dc->
dcn_soc
->number_of_channels = 2;
in dcn10_resource_construct_fp()
151
if (dc->
dcn_soc
in dcn10_resource_construct_fp()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dcn_calcs.c
641
if ((int)(dc->
dcn_soc
->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns
in dcn_bw_apply_registry_override()
644
dc->
dcn_soc
->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0;
in dcn_bw_apply_registry_override()
647
if ((int)(dc->
dcn_soc
->sr_enter_plus_exit_time * 1000)
in dcn_bw_apply_registry_override()
651
dc->
dcn_soc
->sr_enter_plus_exit_time =
in dcn_bw_apply_registry_override()
655
if ((int)(dc->
dcn_soc
->urgent_latency * 1000) != dc->debug.urgent_latency_ns
in dcn_bw_apply_registry_override()
658
dc->
dcn_soc
->urgent_latency = dc->debug.urgent_latency_ns / 1000.0;
in dcn_bw_apply_registry_override()
661
if ((int)(dc->
dcn_soc
->percent_of_ideal_drambw_received_after_urg_latency * 1000)
in dcn_bw_apply_registry_override()
665
dc->
dcn_soc
->percent_of_ideal_drambw_received_after_urg_latency =
in dcn_bw_apply_registry_override()
669
if ((int)(dc->
dcn_soc
->dram_clock_change_latency * 1000)
in dcn_bw_apply_registry_override()
673
dc->
dcn_soc
in dcn_bw_apply_registry_override()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dcn_calcs.c
642
if ((int)(dc->
dcn_soc
->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns
in dcn_bw_apply_registry_override()
645
dc->
dcn_soc
->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0;
in dcn_bw_apply_registry_override()
648
if ((int)(dc->
dcn_soc
->sr_enter_plus_exit_time * 1000)
in dcn_bw_apply_registry_override()
652
dc->
dcn_soc
->sr_enter_plus_exit_time =
in dcn_bw_apply_registry_override()
656
if ((int)(dc->
dcn_soc
->urgent_latency * 1000) != dc->debug.urgent_latency_ns
in dcn_bw_apply_registry_override()
659
dc->
dcn_soc
->urgent_latency = dc->debug.urgent_latency_ns / 1000.0;
in dcn_bw_apply_registry_override()
662
if ((int)(dc->
dcn_soc
->percent_of_ideal_drambw_received_after_urg_latency * 1000)
in dcn_bw_apply_registry_override()
666
dc->
dcn_soc
->percent_of_ideal_drambw_received_after_urg_latency =
in dcn_bw_apply_registry_override()
670
if ((int)(dc->
dcn_soc
->dram_clock_change_latency * 1000)
in dcn_bw_apply_registry_override()
674
dc->
dcn_soc
in dcn_bw_apply_registry_override()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1261
dc->
dcn_soc
->number_of_channels == 1)
in dcn10_validate_global()
1491
memcpy(dc->
dcn_soc
, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults));
in dcn10_resource_construct()
1494
struct dcn_soc_bounding_box *
dcn_soc
= dc->
dcn_soc
;
in dcn10_resource_construct()
local
1500
dcn_soc
->dram_clock_change_latency = 23;
in dcn10_resource_construct()
1504
dc->
dcn_soc
->urgent_latency = 3;
in dcn10_resource_construct()
1506
dc->
dcn_soc
->fabric_and_dram_bandwidth_vmax0p9 = 41.60f;
in dcn10_resource_construct()
1510
dc->
dcn_soc
->number_of_channels = dc->ctx->asic_id.vram_width / ddr4_dram_width;
in dcn10_resource_construct()
1511
ASSERT(dc->
dcn_soc
->number_of_channels < 3);
in dcn10_resource_construct()
1512
if (dc->
dcn_soc
in dcn10_resource_construct()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
582
kfree(dc->
dcn_soc
);
in dc_destruct()
583
dc->
dcn_soc
= NULL;
in dc_destruct()
636
struct dcn_soc_bounding_box *
dcn_soc
;
in dc_construct()
local
667
dcn_soc
= kzalloc(sizeof(*
dcn_soc
), GFP_KERNEL);
in dc_construct()
668
if (!
dcn_soc
) {
in dc_construct()
669
dm_error("%s: failed to create
dcn_soc
\n", __func__);
in dc_construct()
673
dc->
dcn_soc
=
dcn_soc
;
in dc_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
842
kfree(dc->
dcn_soc
);
in dc_destruct()
843
dc->
dcn_soc
= NULL;
in dc_destruct()
898
struct dcn_soc_bounding_box *
dcn_soc
;
in dc_construct()
local
927
dcn_soc
= kzalloc(sizeof(*
dcn_soc
), GFP_KERNEL);
in dc_construct()
928
if (!
dcn_soc
) {
in dc_construct()
929
dm_error("%s: failed to create
dcn_soc
\n", __func__);
in dc_construct()
933
dc->
dcn_soc
=
dcn_soc
;
in dc_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1212
dc->
dcn_soc
->number_of_channels == 1)
in dcn10_validate_global()
1463
memcpy(dc->
dcn_soc
, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults));
in dcn10_resource_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
590
struct dcn_soc_bounding_box *
dcn_soc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
952
struct dcn_soc_bounding_box *
dcn_soc
;
member
Completed in 26 milliseconds