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:gart_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
ati_pcigart.c
46
struct drm_ati_pcigart_info *
gart_info
)
in drm_ati_alloc_pcigart_table()
48
gart_info
->table_handle = drm_pci_alloc(dev,
gart_info
->table_size,
in drm_ati_alloc_pcigart_table()
50
if (
gart_info
->table_handle == NULL)
in drm_ati_alloc_pcigart_table()
57
struct drm_ati_pcigart_info *
gart_info
)
in drm_ati_free_pcigart_table()
59
drm_pci_free(dev,
gart_info
->table_handle);
in drm_ati_free_pcigart_table()
60
gart_info
->table_handle = NULL;
in drm_ati_free_pcigart_table()
63
int drm_ati_pcigart_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info *
gart_info
)
in drm_ati_pcigart_cleanup()
argument
76
if (
gart_info
->bus_addr) {
in drm_ati_pcigart_cleanup()
78
max_pages = (
gart_info
in drm_ati_pcigart_cleanup()
45
drm_ati_alloc_pcigart_table(struct drm_device *dev, struct drm_ati_pci
gart_info
*
gart_info
)
drm_ati_alloc_pcigart_table()
argument
56
drm_ati_free_pcigart_table(struct drm_device *dev, struct drm_ati_pci
gart_info
*
gart_info
)
drm_ati_free_pcigart_table()
argument
101
drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pci
gart_info
*
gart_info
)
drm_ati_pcigart_init()
argument
[all...]
H
A
D
ati_pcigart.h
27
struct drm_ati_pcigart_info *
gart_info
);
29
struct drm_ati_pcigart_info *
gart_info
);
H
A
D
r128_cce.c
565
dev_priv->
gart_info
.table_mask = DMA_BIT_MASK(32);
in r128_do_init_cce()
566
dev_priv->
gart_info
.gart_table_location = DRM_ATI_GART_MAIN;
in r128_do_init_cce()
567
dev_priv->
gart_info
.table_size = R128_PCIGART_TABLE_SIZE;
in r128_do_init_cce()
568
dev_priv->
gart_info
.addr = NULL;
in r128_do_init_cce()
569
dev_priv->
gart_info
.bus_addr = 0;
in r128_do_init_cce()
570
dev_priv->
gart_info
.gart_reg_if = DRM_ATI_GART_PCI;
in r128_do_init_cce()
571
rc = drm_ati_pcigart_init(dev, &dev_priv->
gart_info
);
in r128_do_init_cce()
578
R128_WRITE(R128_PCI_GART_PAGE, dev_priv->
gart_info
.bus_addr);
in r128_do_init_cce()
624
if (dev_priv->
gart_info
.bus_addr)
in r128_do_cleanup_cce()
626
&dev_priv->
gart_info
))
in r128_do_cleanup_cce()
[all...]
H
A
D
r128_drv.h
133
struct drm_ati_pcigart_info
gart_info
;
member
Completed in 5 milliseconds