mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
tests: add more test descriptions
Add more test descriptions based on exiting comments. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
#include "intel_io.h"
|
||||
#include "intel_chipset.h"
|
||||
|
||||
IGT_TEST_DESCRIPTION("Check that max fence stride works.");
|
||||
|
||||
static void do_test_invalid_tiling(int fd, uint32_t handle, int tiling, int stride)
|
||||
{
|
||||
igt_assert(__gem_set_tiling(fd, handle, tiling, tiling ? stride : 0) == -EINVAL);
|
||||
|
||||
Reference in New Issue
Block a user