Home
last modified time | relevance | path

Searched refs:xcp_funcs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c267 struct amdgpu_xcp_mgr_funcs *xcp_funcs) in amdgpu_xcp_mgr_init() argument
271 if (!xcp_funcs || !xcp_funcs->switch_partition_mode || in amdgpu_xcp_mgr_init()
272 !xcp_funcs->get_ip_details) in amdgpu_xcp_mgr_init()
281 xcp_mgr->funcs = xcp_funcs; in amdgpu_xcp_mgr_init()
H A Damdgpu_xcp.h128 int init_xcps, struct amdgpu_xcp_mgr_funcs *xcp_funcs);