mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amdkfd: add gc 9.5.0 support on kfd
Initial support for GC 9.5.0. v2: squash in pqm_clean_queue_resource() fix from Lijo Signed-off-by: Alex Sierra <alex.sierra@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
0ca6d97596
commit
71985559a8
@@ -79,6 +79,7 @@ static inline bool kfd_dbg_is_per_vmid_supported(struct kfd_node *dev)
|
||||
return (KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 2) ||
|
||||
KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 3) ||
|
||||
KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 4) ||
|
||||
KFD_GC_VERSION(dev) == IP_VERSION(9, 5, 0) ||
|
||||
KFD_GC_VERSION(dev) >= IP_VERSION(11, 0, 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user