Home
last modified time | relevance | path

Searched refs:TEST_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/tests/
A Ddrm_format_helper_test.c19 #define TEST_BUF_SIZE 50 macro
29 const u8 expected[TEST_BUF_SIZE];
34 const u8 expected[TEST_BUF_SIZE];
39 const u16 expected[TEST_BUF_SIZE];
45 const u16 expected[TEST_BUF_SIZE];
50 const u16 expected[TEST_BUF_SIZE];
55 const u16 expected[TEST_BUF_SIZE];
60 const u8 expected[TEST_BUF_SIZE];
65 const u8 expected[TEST_BUF_SIZE];
70 const u32 expected[TEST_BUF_SIZE];
[all …]
A Ddrm_sysfb_modeset_test.c10 #define TEST_BUF_SIZE 50 macro
14 u32 native_fourccs[TEST_BUF_SIZE];
16 u32 expected[TEST_BUF_SIZE];
135 u32 fourccs_out[TEST_BUF_SIZE] = {0}; in drm_test_sysfb_build_fourcc_list()
148 fourccs_out, TEST_BUF_SIZE); in drm_test_sysfb_build_fourcc_list()
151 KUNIT_EXPECT_MEMEQ(test, fourccs_out, params->expected, TEST_BUF_SIZE); in drm_test_sysfb_build_fourcc_list()

Completed in 11 milliseconds