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:vm_pa_config
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_vm_helper.c
48
memcpy(&dc->
vm_pa_config
, pa_config, sizeof(struct dc_phy_addr_space_config));
in dc_setup_system_context()
49
dc->
vm_pa_config
.valid = true;
in dc_setup_system_context()
H
A
D
dc.c
2842
dc->
vm_pa_config
.valid) {
in dc_set_power_state()
2843
dc->hwss.init_sys_ctx(dc->hwseq, dc, &dc->
vm_pa_config
);
in dc_set_power_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_vm_helper.c
48
memcpy(&dc->
vm_pa_config
, pa_config, sizeof(struct dc_phy_addr_space_config));
in dc_setup_system_context()
49
dc->
vm_pa_config
.valid = true;
in dc_setup_system_context()
H
A
D
dc.c
4595
dc->
vm_pa_config
.valid) {
in dc_set_power_state()
4596
dc->hwss.init_sys_ctx(dc->hwseq, dc, &dc->
vm_pa_config
);
in dc_set_power_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H
A
D
dcn314_fpu.c
357
pipes[i].pipe.src.hostvm = dc->
vm_pa_config
.is_hvm_enabled || dc->res_pool->hubbub->riommu_active;
in dcn314_populate_dml_pipes_from_context_fpu()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1144
if (dc->
vm_pa_config
.valid) {
in dcn20_enable_plane()
1149
apt.sys_low.quad_part = dc->
vm_pa_config
.system_aperture.start_addr;
in dcn20_enable_plane()
1150
apt.sys_high.quad_part = dc->
vm_pa_config
.system_aperture.end_addr;
in dcn20_enable_plane()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
573
struct dc_phy_addr_space_config
vm_pa_config
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1199
if (dc->
vm_pa_config
.valid) {
in dcn20_enable_plane()
1204
apt.sys_low.quad_part = dc->
vm_pa_config
.system_aperture.start_addr;
in dcn20_enable_plane()
1205
apt.sys_high.quad_part = dc->
vm_pa_config
.system_aperture.end_addr;
in dcn20_enable_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
935
struct dc_phy_addr_space_config
vm_pa_config
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_resource.c
1629
pipes[i].pipe.src.hostvm = dc->
vm_pa_config
.is_hvm_enabled;
in dcn31x_populate_dml_pipes_from_context()
Completed in 26 milliseconds