mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 05:28:03 +02:00
amdgpu: only enable security tests on raven family
It's the only asic with support at the moment. Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
253e0383a3
commit
ce1387b591
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ CU_BOOL suite_security_tests_enable(void)
|
|||
&minor_version, &device_handle))
|
||||
return CU_FALSE;
|
||||
|
||||
if (device_handle->info.family_id < AMDGPU_FAMILY_RV) {
|
||||
if (device_handle->info.family_id != AMDGPU_FAMILY_RV) {
|
||||
printf("\n\nDon't support TMZ (trust memory zone), security suite disabled\n");
|
||||
enable = CU_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue