Home
last modified time | relevance | path

Searched defs:amdgpu_xcp_mgr_funcs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.h129 struct amdgpu_xcp_mgr_funcs { struct
130 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