OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xgmi_cmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c
744
struct ta_xgmi_shared_memory *
xgmi_cmd
;
local
753
xgmi_cmd
= (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf;
754
memset(
xgmi_cmd
, 0, sizeof(struct ta_xgmi_shared_memory));
757
topology_info_input = &
xgmi_cmd
->xgmi_in_message.get_topology_info;
758
xgmi_cmd
->cmd_id = TA_COMMAND_XGMI__GET_GET_TOPOLOGY_INFO;
774
topology_info_output = &
xgmi_cmd
->xgmi_out_message.get_topology_info;
775
topology->num_nodes =
xgmi_cmd
->xgmi_out_message.get_topology_info.num_nodes;
789
struct ta_xgmi_shared_memory *
xgmi_cmd
;
local
796
xgmi_cmd
= (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf;
797
memset(
xgmi_cmd
, 0, sizeof(struct ta_xgmi_shared_memory))
816
struct ta_xgmi_shared_memory *
xgmi_cmd
;
local
836
struct ta_xgmi_shared_memory *
xgmi_cmd
;
local
[
all
...]
amdgpu_psp.c
589
struct ta_xgmi_shared_memory *
xgmi_cmd
;
local
609
xgmi_cmd
= (struct ta_xgmi_shared_memory *)(psp->xgmi_context.xgmi_shared_buf);
610
memset(
xgmi_cmd
, 0, sizeof(struct ta_xgmi_shared_memory));
611
xgmi_cmd
->cmd_id = TA_COMMAND_XGMI__INITIALIZE;
613
ret = psp_xgmi_invoke(psp,
xgmi_cmd
->cmd_id);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026