Searched refs:query_partition_mode (Results 1 – 4 of 4) sorted by relevance
189 if (xcp_mgr->funcs->query_partition_mode) in amdgpu_xcp_switch_partition_mode()211 if (!xcp_mgr->funcs || !xcp_mgr->funcs->query_partition_mode) in amdgpu_xcp_query_partition_mode()216 mode = xcp_mgr->funcs->query_partition_mode(xcp_mgr); in amdgpu_xcp_query_partition_mode()
105 int (*query_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr); member
302 (*query_partition_mode)(struct amdgpu_device *adev); member
602 .query_partition_mode = &aqua_vanjaram_query_partition_mode,