Home
last modified time | relevance | path

Searched refs:switch_partition_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xcp.c176 if (!xcp_mgr->funcs || !xcp_mgr->funcs->switch_partition_mode) in amdgpu_xcp_switch_partition_mode()
185 ret = xcp_mgr->funcs->switch_partition_mode(xcp_mgr, mode, &num_xcps); in amdgpu_xcp_switch_partition_mode()
271 if (!xcp_funcs || !xcp_funcs->switch_partition_mode || in amdgpu_xcp_mgr_init()
Daqua_vanjaram.c517 if (adev->gfx.funcs->switch_partition_mode) in aqua_vanjaram_switch_partition_mode()
518 adev->gfx.funcs->switch_partition_mode(xcp_mgr->adev, in aqua_vanjaram_switch_partition_mode()
601 .switch_partition_mode = &aqua_vanjaram_switch_partition_mode,
Damdgpu_xcp.h103 int (*switch_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr, int mode, member
Damdgpu_gfx.h303 int (*switch_partition_mode)(struct amdgpu_device *adev, member
Dgfx_v9_4_3.c674 .switch_partition_mode = &gfx_v9_4_3_switch_compute_partition,