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:rlc_toc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v10_0.c
5023
RLC_TABLE_OF_CONTENT *
rlc_toc
;
in gfx_v10_0_parse_rlc_toc()
local
5038
rlc_toc
= (RLC_TABLE_OF_CONTENT *)adev->gfx.rlc.rlc_toc_buf;
in gfx_v10_0_parse_rlc_toc()
5039
while (
rlc_toc
&& (
rlc_toc
->id > FIRMWARE_ID_INVALID) &&
in gfx_v10_0_parse_rlc_toc()
5040
(
rlc_toc
->id < FIRMWARE_ID_MAX)) {
in gfx_v10_0_parse_rlc_toc()
5041
if ((
rlc_toc
->id >= FIRMWARE_ID_CP_CE) &&
in gfx_v10_0_parse_rlc_toc()
5042
(
rlc_toc
->id <= FIRMWARE_ID_CP_MES)) {
in gfx_v10_0_parse_rlc_toc()
5044
rlc_toc
->offset = ALIGN(
rlc_toc
->offset * 4, PAGE_SIZE);
in gfx_v10_0_parse_rlc_toc()
5047
rlc_autoload_info[
rlc_toc
in gfx_v10_0_parse_rlc_toc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v10_0.c
5209
RLC_TABLE_OF_CONTENT *
rlc_toc
;
in gfx_v10_0_parse_rlc_toc()
local
5224
rlc_toc
= (RLC_TABLE_OF_CONTENT *)adev->gfx.rlc.rlc_toc_buf;
in gfx_v10_0_parse_rlc_toc()
5225
while (
rlc_toc
&& (
rlc_toc
->id > FIRMWARE_ID_INVALID) &&
in gfx_v10_0_parse_rlc_toc()
5226
(
rlc_toc
->id < FIRMWARE_ID_MAX)) {
in gfx_v10_0_parse_rlc_toc()
5227
if ((
rlc_toc
->id >= FIRMWARE_ID_CP_CE) &&
in gfx_v10_0_parse_rlc_toc()
5228
(
rlc_toc
->id <= FIRMWARE_ID_CP_MES)) {
in gfx_v10_0_parse_rlc_toc()
5230
rlc_toc
->offset = ALIGN(
rlc_toc
->offset * 4, PAGE_SIZE);
in gfx_v10_0_parse_rlc_toc()
5233
rlc_autoload_info[
rlc_toc
in gfx_v10_0_parse_rlc_toc()
[all...]
H
A
D
gfx_v11_0.c
975
static void gfx_v11_0_parse_rlc_toc(struct amdgpu_device *adev, void *
rlc_toc
)
in gfx_v11_0_parse_rlc_toc()
argument
977
RLC_TABLE_OF_CONTENT *ucode =
rlc_toc
;
in gfx_v11_0_parse_rlc_toc()
Completed in 34 milliseconds