OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hive
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_xgmi.c
44
void *amdgpu_xgmi_hive_try_lock(struct amdgpu_hive_info *
hive
)
46
return &
hive
->device_list;
54
*
hive
ID and individual node IDs, both of which are 64-bit numbers.
60
* created which contains the
hive
ID and the list of nodes.
62
* The
hive
ID is stored in:
80
struct amdgpu_hive_info *
hive
=
local
83
return snprintf(buf, PAGE_SIZE, "%llu\n",
hive
->hive_id);
87
struct amdgpu_hive_info *
hive
)
92
if (WARN_ON(
hive
->kobj))
95
hive
->kobj = kobject_create_and_add("xgmi_hive_info", &adev->dev->kobj)
290
struct amdgpu_
hive
_info *
hive
= amdgpu_get_xgmi_
hive
(adev, 0);
local
371
struct amdgpu_
hive
_info *
hive
;
local
469
struct amdgpu_
hive
_info *
hive
;
local
[
all
...]
amdgpu_xgmi.h
45
int amdgpu_xgmi_update_topology(struct amdgpu_hive_info *
hive
, struct amdgpu_device *adev);
amdgpu_device.c
2276
*
hive
get initialized.
2278
* However, it's unknown how many device in the
hive
in advance.
2820
struct amdgpu_hive_info *
hive
= amdgpu_get_xgmi_hive(adev, 0);
local
2822
/* It's a bug to not have a
hive
within this function */
2823
if (WARN_ON(!
hive
))
2828
*
hive
. task_barrier_enter and task_barrier_exit will block
2834
task_barrier_enter(&
hive
->tb);
2840
task_barrier_exit(&
hive
->tb);
2847
task_barrier_full(&
hive
->tb);
4050
static int amdgpu_do_asic_reset(struct amdgpu_hive_info *
hive
,
4222
struct amdgpu_
hive
_info *
hive
= NULL;
local
[
all
...]
/src/sys/external/bsd/drm2/amdgpu/
amdgpu_xgmi.c
44
amdgpu_xgmi_update_topology(struct amdgpu_hive_info *
hive
,
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c
1165
struct amdgpu_hive_info *
hive
= amdgpu_get_xgmi_hive(smu->adev, 0);
local
1193
if (
hive
)
1207
struct amdgpu_hive_info *
hive
= amdgpu_get_xgmi_hive(smu->adev, 0);
local
1231
if (
hive
)
Completed in 34 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026