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:I915_PDES
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
gen6_ppgtt.h
60
length > 0 && iter <
I915_PDES
&& \
68
iter <
I915_PDES
&& \
H
A
D
gen8_ppgtt.c
221
__gen8_ppgtt_cleanup(vm, as_pd(pt),
I915_PDES
, lvl);
in __gen8_ppgtt_clear()
222
start += (u64)
I915_PDES
<< gen8_pd_shift(lvl);
in __gen8_ppgtt_clear()
334
GEM_BUG_ON(atomic_read(&pt->used) > NALLOC *
I915_PDES
);
in __gen8_ppgtt_alloc()
local
449
rem >= (
I915_PDES
- index) * I915_GTT_PAGE_SIZE))
in gen8_ppgtt_insert_huge()
471
if (maybe_64K != -1 && index <
I915_PDES
&&
in gen8_ppgtt_insert_huge()
474
rem >= (
I915_PDES
- index) * I915_GTT_PAGE_SIZE)))
in gen8_ppgtt_insert_huge()
480
} while (rem >= page_size && index <
I915_PDES
);
in gen8_ppgtt_insert_huge()
492
(index ==
I915_PDES
||
in gen8_ppgtt_insert_huge()
648
GEM_BUG_ON(count >
I915_PDES
);
in gen8_alloc_top_pd()
H
A
D
intel_ppgtt.c
53
pd = __alloc_pd(
I915_PDES
);
in alloc_pd()
102
GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC *
I915_PDES
);
in __set_pd_entry()
local
238
shift += ilog2(
I915_PDES
); /* Each PD holds 512 entries */
in i915_vm_alloc_pt_stash()
H
A
D
intel_gtt.h
65
#define
I915_PDES
512
macro
66
#define I915_PDE_MASK (
I915_PDES
- 1)
77
#define GEN6_PD_SIZE (
I915_PDES
* PAGE_SIZE)
H
A
D
gen6_ppgtt.c
457
ppgtt->base.pd = __alloc_pd(
I915_PDES
);
in gen6_ppgtt_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen6_ppgtt.h
59
length > 0 && iter <
I915_PDES
&& \
67
iter <
I915_PDES
&& \
H
A
D
gen8_ppgtt.c
258
__gen8_ppgtt_cleanup(vm, as_pd(pt),
I915_PDES
, lvl);
in __gen8_ppgtt_clear()
259
start += (u64)
I915_PDES
<< gen8_pd_shift(lvl);
in __gen8_ppgtt_clear()
379
GEM_BUG_ON(atomic_read(&pt->used) > NALLOC *
I915_PDES
);
in __gen8_ppgtt_alloc()
local
524
max =
I915_PDES
;
in xehpsdv_ppgtt_insert_huge()
650
rem >= (
I915_PDES
- index) * I915_GTT_PAGE_SIZE))
in gen8_ppgtt_insert_huge()
675
if (maybe_64K != -1 && index <
I915_PDES
&&
in gen8_ppgtt_insert_huge()
678
rem >= (
I915_PDES
- index) * I915_GTT_PAGE_SIZE)))
in gen8_ppgtt_insert_huge()
684
} while (rem >= page_size && index <
I915_PDES
);
in gen8_ppgtt_insert_huge()
695
(index ==
I915_PDES
||
in gen8_ppgtt_insert_huge()
927
GEM_BUG_ON(count >
I915_PDES
);
in gen8_alloc_top_pd()
[all...]
H
A
D
intel_ppgtt.c
57
pd = __alloc_pd(
I915_PDES
);
in alloc_pd()
105
GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC *
I915_PDES
);
in __set_pd_entry()
local
257
shift += ilog2(
I915_PDES
); /* Each PD holds 512 entries */
in i915_vm_alloc_pt_stash()
H
A
D
intel_gtt.h
68
#define
I915_PDES
512
macro
69
#define I915_PDE_MASK (
I915_PDES
- 1)
80
#define GEN6_PD_SIZE (
I915_PDES
* PAGE_SIZE)
H
A
D
gen6_ppgtt.c
386
pd = __alloc_pd(
I915_PDES
);
in gen6_alloc_top_pd()
392
I915_PDES
* SZ_4K);
in gen6_alloc_top_pd()
Completed in 8 milliseconds