mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-28 19:18:20 +02:00
Implement secure bounce test. Steps implemented
as outlined by Christian K.
v2: Remove gpu_info; add comment describing
the purpose and steps of the test.
v3: Parameterize "secure" in amdgpu_bo_lcopy() and
amdgpu_bo_move(). Set them both to 0.
Allocate buffer Bob to be non-TMZ.
v4: Fix an off-by-one bug which was causing
the test to segfault.
Acked-by: Huang Rui <ray.huang@amd.com>
Acked-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| amdgpu_test.c | ||
| amdgpu_test.h | ||
| basic_tests.c | ||
| bo_tests.c | ||
| cs_tests.c | ||
| deadlock_tests.c | ||
| decode_messages.h | ||
| frame.h | ||
| meson.build | ||
| ras_tests.c | ||
| security_tests.c | ||
| syncobj_tests.c | ||
| uvd_enc_tests.c | ||
| uve_ib.h | ||
| vce_ib.h | ||
| vce_tests.c | ||
| vcn_tests.c | ||
| vm_tests.c | ||