Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.h130 int (*switch_partition_mode)(struct amdgpu_xcp_mgr *xcp_mgr, int mode, member
H A Daqua_vanjaram.c694 if (adev->gfx.funcs->switch_partition_mode) in aqua_vanjaram_switch_partition_mode()
695 adev->gfx.funcs->switch_partition_mode(xcp_mgr->adev, in aqua_vanjaram_switch_partition_mode()
780 .switch_partition_mode = &aqua_vanjaram_switch_partition_mode,
795 aqua_vanjaram_xcp_funcs.switch_partition_mode = NULL; in aqua_vanjaram_xcp_mgr_init()
H A Damdgpu_xcp.c171 if (!xcp_mgr->funcs || !xcp_mgr->funcs->switch_partition_mode) in __amdgpu_xcp_switch_partition_mode()
180 ret = xcp_mgr->funcs->switch_partition_mode(xcp_mgr, mode, &num_xcps); in __amdgpu_xcp_switch_partition_mode()
H A Damdgpu_gfx.h311 int (*switch_partition_mode)(struct amdgpu_device *adev, member
H A Damdgpu_gfx.c1740 (xcp_mgr->funcs && xcp_mgr->funcs->switch_partition_mode); in amdgpu_gfx_sysfs_xcp_init()
1766 (xcp_mgr->funcs && xcp_mgr->funcs->switch_partition_mode); in amdgpu_gfx_sysfs_xcp_fini()
H A Dgfx_v9_4_3.c843 .switch_partition_mode = &gfx_v9_4_3_switch_compute_partition,