mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/amdgpu: XGMI pstate switch initial support
Driver vote low to high pstate switch whenever there is an outstanding XGMI mapping request. Driver vote high to low pstate when all the outstanding XGMI mapping is terminated. Signed-off-by: shaoyunl <shaoyun.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -72,6 +72,8 @@ struct amdgpu_bo_va {
|
||||
|
||||
/* If the mappings are cleared or filled */
|
||||
bool cleared;
|
||||
|
||||
bool is_xgmi;
|
||||
};
|
||||
|
||||
struct amdgpu_bo {
|
||||
|
||||
Reference in New Issue
Block a user