Searched defs:amdgpu_xcp_mgr_funcs (Results 1 – 1 of 1) sorted by relevance
129 struct amdgpu_xcp_mgr_funcs { struct130 int (*switch_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr, int mode,132 int (*query_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr);133 int (*get_ip_details)(struct amdgpu_xcp_mgr *xcp_mgr, int xcp_id,157 int init_xcps, struct amdgpu_xcp_mgr_funcs *xcp_funcs); argument