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:intel_wopcm
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_wopcm.h
13
* struct
intel_wopcm
- Overall WOPCM info and WOPCM regions.
19
struct
intel_wopcm
{
struct
29
* @wopcm:
intel_wopcm
structure
37
static inline u32 intel_wopcm_guc_base(struct
intel_wopcm
*wopcm)
in intel_wopcm_guc_base()
44
* @wopcm:
intel_wopcm
structure
52
static inline u32 intel_wopcm_guc_size(struct
intel_wopcm
*wopcm)
in intel_wopcm_guc_size()
57
void intel_wopcm_init_early(struct
intel_wopcm
*wopcm);
58
void intel_wopcm_init(struct
intel_wopcm
*wopcm);
H
A
D
intel_wopcm.c
6
#include "
intel_wopcm
.h"
66
static inline struct drm_i915_private *wopcm_to_i915(struct
intel_wopcm
*wopcm)
in wopcm_to_i915()
73
* @wopcm: pointer to
intel_wopcm
.
77
void intel_wopcm_init_early(struct
intel_wopcm
*wopcm)
in intel_wopcm_init_early()
212
* @wopcm: pointer to
intel_wopcm
.
220
void intel_wopcm_init(struct
intel_wopcm
*wopcm)
in intel_wopcm_init()
H
A
D
Makefile
171
intel_wopcm
.o
H
A
D
i915_drv.h
94
#include "
intel_wopcm
.h"
859
struct
intel_wopcm
wopcm;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_wopcm.h
13
* struct
intel_wopcm
- Overall WOPCM info and WOPCM regions.
19
struct
intel_wopcm
{
struct
29
* @wopcm:
intel_wopcm
structure
37
static inline u32 intel_wopcm_guc_base(struct
intel_wopcm
*wopcm)
in intel_wopcm_guc_base()
44
* @wopcm:
intel_wopcm
structure
52
static inline u32 intel_wopcm_guc_size(struct
intel_wopcm
*wopcm)
in intel_wopcm_guc_size()
57
void intel_wopcm_init_early(struct
intel_wopcm
*wopcm);
58
void intel_wopcm_init(struct
intel_wopcm
*wopcm);
H
A
D
intel_wopcm.c
6
#include "
intel_wopcm
.h"
67
static inline struct intel_gt *wopcm_to_gt(struct
intel_wopcm
*wopcm)
in wopcm_to_gt()
74
* @wopcm: pointer to
intel_wopcm
.
78
void intel_wopcm_init_early(struct
intel_wopcm
*wopcm)
in intel_wopcm_init_early()
225
* @wopcm: pointer to
intel_wopcm
.
233
void intel_wopcm_init(struct
intel_wopcm
*wopcm)
in intel_wopcm_init()
H
A
D
intel_gt_types.h
33
#include "
intel_wopcm
.h"
107
struct
intel_wopcm
wopcm;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
Makefile
136
gt/
intel_wopcm
.o \
Completed in 8 milliseconds