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:tile_config
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
amx_test.c
39
struct
tile_config
{
struct
115
static void set_tilecfg(struct
tile_config
*cfg)
in set_tilecfg()
145
static void __attribute__((__flatten__)) guest_code(struct
tile_config
*amx_cfg,
in guest_code()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_kms.c
290
*value = rdev->config.cik.
tile_config
;
in radeon_info_ioctl()
292
*value = rdev->config.si.
tile_config
;
in radeon_info_ioctl()
294
*value = rdev->config.cayman.
tile_config
;
in radeon_info_ioctl()
296
*value = rdev->config.evergreen.
tile_config
;
in radeon_info_ioctl()
298
*value = rdev->config.rv770.
tile_config
;
in radeon_info_ioctl()
300
*value = rdev->config.r600.
tile_config
;
in radeon_info_ioctl()
H
A
D
ni.c
1052
rdev->config.cayman.
tile_config
= 0;
in cayman_gpu_init()
1056
rdev->config.cayman.
tile_config
|= (0 << 0);
in cayman_gpu_init()
1059
rdev->config.cayman.
tile_config
|= (1 << 0);
in cayman_gpu_init()
1062
rdev->config.cayman.
tile_config
|= (2 << 0);
in cayman_gpu_init()
1065
rdev->config.cayman.
tile_config
|= (3 << 0);
in cayman_gpu_init()
1071
rdev->config.cayman.
tile_config
|= 1 << 4;
in cayman_gpu_init()
1075
rdev->config.cayman.
tile_config
|= 0 << 4;
in cayman_gpu_init()
1078
rdev->config.cayman.
tile_config
|= 1 << 4;
in cayman_gpu_init()
1082
rdev->config.cayman.
tile_config
|= 2 << 4;
in cayman_gpu_init()
1086
rdev->config.cayman.
tile_config
|
in cayman_gpu_init()
[all...]
H
A
D
radeon.h
2037
unsigned
tile_config
;
member
2063
unsigned
tile_config
;
member
2090
unsigned
tile_config
;
member
2130
unsigned
tile_config
;
member
2160
unsigned
tile_config
;
member
2191
unsigned
tile_config
;
member
H
A
D
evergreen.c
3415
rdev->config.evergreen.
tile_config
= 0;
in evergreen_gpu_init()
3419
rdev->config.evergreen.
tile_config
|= (0 << 0);
in evergreen_gpu_init()
3422
rdev->config.evergreen.
tile_config
|= (1 << 0);
in evergreen_gpu_init()
3425
rdev->config.evergreen.
tile_config
|= (2 << 0);
in evergreen_gpu_init()
3428
rdev->config.evergreen.
tile_config
|= (3 << 0);
in evergreen_gpu_init()
3433
rdev->config.evergreen.
tile_config
|= 1 << 4;
in evergreen_gpu_init()
3437
rdev->config.evergreen.
tile_config
|= 0 << 4;
in evergreen_gpu_init()
3440
rdev->config.evergreen.
tile_config
|= 1 << 4;
in evergreen_gpu_init()
3444
rdev->config.evergreen.
tile_config
|= 2 << 4;
in evergreen_gpu_init()
3448
rdev->config.evergreen.
tile_config
|
in evergreen_gpu_init()
[all...]
H
A
D
si.c
3244
rdev->config.si.
tile_config
= 0;
in si_gpu_init()
3247
rdev->config.si.
tile_config
|= (0 << 0);
in si_gpu_init()
3250
rdev->config.si.
tile_config
|= (1 << 0);
in si_gpu_init()
3253
rdev->config.si.
tile_config
|= (2 << 0);
in si_gpu_init()
3258
rdev->config.si.
tile_config
|= (3 << 0);
in si_gpu_init()
3263
rdev->config.si.
tile_config
|= 0 << 4;
in si_gpu_init()
3266
rdev->config.si.
tile_config
|= 1 << 4;
in si_gpu_init()
3270
rdev->config.si.
tile_config
|= 2 << 4;
in si_gpu_init()
3273
rdev->config.si.
tile_config
|=
in si_gpu_init()
3275
rdev->config.si.
tile_config
|
in si_gpu_init()
[all...]
H
A
D
cik.c
3310
rdev->config.cik.
tile_config
= 0;
in cik_gpu_init()
3313
rdev->config.cik.
tile_config
|= (0 << 0);
in cik_gpu_init()
3316
rdev->config.cik.
tile_config
|= (1 << 0);
in cik_gpu_init()
3319
rdev->config.cik.
tile_config
|= (2 << 0);
in cik_gpu_init()
3324
rdev->config.cik.
tile_config
|= (3 << 0);
in cik_gpu_init()
3327
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
3329
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
3331
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
H
A
D
atombios_crtc.c
1322
tmp = rdev->config.cayman.
tile_config
;
in dce4_crtc_do_set_base()
1324
tmp = rdev->config.evergreen.
tile_config
;
in dce4_crtc_do_set_base()
H
A
D
evergreen_cs.c
2686
tmp = p->rdev->config.cayman.
tile_config
;
in evergreen_cs_parse()
2689
tmp = p->rdev->config.evergreen.
tile_config
;
in evergreen_cs_parse()
H
A
D
rv770.c
1377
rdev->config.rv770.
tile_config
= gb_tiling_config;
in rv770_gpu_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_kms.c
304
*value = rdev->config.cik.
tile_config
;
in radeon_info_ioctl()
306
*value = rdev->config.si.
tile_config
;
in radeon_info_ioctl()
308
*value = rdev->config.cayman.
tile_config
;
in radeon_info_ioctl()
310
*value = rdev->config.evergreen.
tile_config
;
in radeon_info_ioctl()
312
*value = rdev->config.rv770.
tile_config
;
in radeon_info_ioctl()
314
*value = rdev->config.r600.
tile_config
;
in radeon_info_ioctl()
H
A
D
ni.c
1039
rdev->config.cayman.
tile_config
= 0;
in cayman_gpu_init()
1043
rdev->config.cayman.
tile_config
|= (0 << 0);
in cayman_gpu_init()
1046
rdev->config.cayman.
tile_config
|= (1 << 0);
in cayman_gpu_init()
1049
rdev->config.cayman.
tile_config
|= (2 << 0);
in cayman_gpu_init()
1052
rdev->config.cayman.
tile_config
|= (3 << 0);
in cayman_gpu_init()
1058
rdev->config.cayman.
tile_config
|= 1 << 4;
in cayman_gpu_init()
1062
rdev->config.cayman.
tile_config
|= 0 << 4;
in cayman_gpu_init()
1065
rdev->config.cayman.
tile_config
|= 1 << 4;
in cayman_gpu_init()
1069
rdev->config.cayman.
tile_config
|= 2 << 4;
in cayman_gpu_init()
1073
rdev->config.cayman.
tile_config
|
in cayman_gpu_init()
[all...]
H
A
D
radeon.h
2027
unsigned
tile_config
;
member
2053
unsigned
tile_config
;
member
2080
unsigned
tile_config
;
member
2120
unsigned
tile_config
;
member
2150
unsigned
tile_config
;
member
2181
unsigned
tile_config
;
member
H
A
D
evergreen.c
3417
rdev->config.evergreen.
tile_config
= 0;
in evergreen_gpu_init()
3421
rdev->config.evergreen.
tile_config
|= (0 << 0);
in evergreen_gpu_init()
3424
rdev->config.evergreen.
tile_config
|= (1 << 0);
in evergreen_gpu_init()
3427
rdev->config.evergreen.
tile_config
|= (2 << 0);
in evergreen_gpu_init()
3430
rdev->config.evergreen.
tile_config
|= (3 << 0);
in evergreen_gpu_init()
3435
rdev->config.evergreen.
tile_config
|= 1 << 4;
in evergreen_gpu_init()
3439
rdev->config.evergreen.
tile_config
|= 0 << 4;
in evergreen_gpu_init()
3442
rdev->config.evergreen.
tile_config
|= 1 << 4;
in evergreen_gpu_init()
3446
rdev->config.evergreen.
tile_config
|= 2 << 4;
in evergreen_gpu_init()
3450
rdev->config.evergreen.
tile_config
|
in evergreen_gpu_init()
[all...]
H
A
D
si.c
3239
rdev->config.si.
tile_config
= 0;
in si_gpu_init()
3242
rdev->config.si.
tile_config
|= (0 << 0);
in si_gpu_init()
3245
rdev->config.si.
tile_config
|= (1 << 0);
in si_gpu_init()
3248
rdev->config.si.
tile_config
|= (2 << 0);
in si_gpu_init()
3253
rdev->config.si.
tile_config
|= (3 << 0);
in si_gpu_init()
3258
rdev->config.si.
tile_config
|= 0 << 4;
in si_gpu_init()
3261
rdev->config.si.
tile_config
|= 1 << 4;
in si_gpu_init()
3265
rdev->config.si.
tile_config
|= 2 << 4;
in si_gpu_init()
3268
rdev->config.si.
tile_config
|=
in si_gpu_init()
3270
rdev->config.si.
tile_config
|
in si_gpu_init()
[all...]
H
A
D
cik.c
3300
rdev->config.cik.
tile_config
= 0;
in cik_gpu_init()
3303
rdev->config.cik.
tile_config
|= (0 << 0);
in cik_gpu_init()
3306
rdev->config.cik.
tile_config
|= (1 << 0);
in cik_gpu_init()
3309
rdev->config.cik.
tile_config
|= (2 << 0);
in cik_gpu_init()
3314
rdev->config.cik.
tile_config
|= (3 << 0);
in cik_gpu_init()
3317
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
3319
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
3321
rdev->config.cik.
tile_config
|=
in cik_gpu_init()
H
A
D
atombios_crtc.c
1312
tmp = rdev->config.cayman.
tile_config
;
in dce4_crtc_do_set_base()
1314
tmp = rdev->config.evergreen.
tile_config
;
in dce4_crtc_do_set_base()
H
A
D
evergreen_cs.c
2685
tmp = p->rdev->config.cayman.
tile_config
;
in evergreen_cs_parse()
2688
tmp = p->rdev->config.evergreen.
tile_config
;
in evergreen_cs_parse()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H
A
D
kgd_kfd_interface.h
157
struct
tile_config
{
struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H
A
D
kgd_kfd_interface.h
158
struct
tile_config
{
struct
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd.h
271
struct
tile_config
*config);
H
A
D
amdgpu_amdkfd_gpuvm.c
2257
struct
tile_config
*config)
in amdgpu_amdkfd_get_tile_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd.h
327
struct
tile_config
*config);
H
A
D
amdgpu_amdkfd_gpuvm.c
2980
struct
tile_config
*config)
in amdgpu_amdkfd_get_tile_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_chardev.c
1168
struct
tile_config
config;
in kfd_ioctl_get_tile_config()
Completed in 77 milliseconds
1
2