Searched defs:amdgpu_xcp_mgr_funcs (Results 1 – 1 of 1) sorted by relevance
131 struct amdgpu_xcp_mgr_funcs { struct132 int (*switch_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr, int mode,134 int (*query_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr);135 int (*get_ip_details)(struct amdgpu_xcp_mgr *xcp_mgr, int xcp_id,159 int init_xcps, struct amdgpu_xcp_mgr_funcs *xcp_funcs); argument