tests/amdgpu: expand write linear helper for security (v3)
[platform/upstream/libdrm.git] / tests / amdgpu / amdgpu_test.h
index d7a6bd2..8c7ae5a 100644 (file)
@@ -267,6 +267,9 @@ CU_BOOL suite_security_tests_enable(void);
  */
 extern CU_TestInfo security_tests[];
 
+extern void
+amdgpu_command_submission_write_linear_helper_with_secure(unsigned ip_type,
+                                                         bool secure);
 
 /**
  * Helper functions
@@ -457,4 +460,5 @@ static inline bool asic_is_arcturus(uint32_t asic_id)
        }
 }
 
+
 #endif  /* #ifdef _AMDGPU_TEST_H_ */