All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] prime_udl: Add test description
@ 2021-05-05  8:39 Petri Latvala
  2021-05-05  9:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petri Latvala @ 2021-05-05  8:39 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Add a test description line, and remove the misleading comment
entirely. The comment has been copied from prime_nv_test.c and
mistakenly says the test is using nouveau.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arek@hiler.eu>
---

The test is also out of date in various ways and should probably
rather be removed in favor of more general prime tests...


 tests/prime_udl.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/tests/prime_udl.c b/tests/prime_udl.c
index 9b600659..582e31f5 100644
--- a/tests/prime_udl.c
+++ b/tests/prime_udl.c
@@ -1,19 +1,3 @@
-/* basic set of prime tests between intel and nouveau */
-
-/* test list - 
-   1. share buffer from intel -> nouveau.
-   2. share buffer from nouveau -> intel
-   3. share intel->nouveau, map on both, write intel, read nouveau
-   4. share intel->nouveau, blit intel fill, readback on nouveau
-   test 1 + map buffer, read/write, map other size.
-   do some hw actions on the buffer
-   some illegal operations -
-       close prime fd try and map
-
-   TODO add some nouveau rendering tests
-*/
-
-   
 #include "igt.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -29,6 +13,8 @@
 
 #include "intel_bufmgr.h"
 
+IGT_TEST_DESCRIPTION("Basic set of prime tests between Intel and DisplayLink");
+
 int intel_fd = -1, udl_fd = -1;
 drm_intel_bufmgr *bufmgr;
 uint32_t devid;
-- 
2.29.2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-14 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  8:39 [igt-dev] [PATCH i-g-t] prime_udl: Add test description Petri Latvala
2021-05-05  9:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-05-05 11:23 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-06-14 15:33 ` [igt-dev] [PATCH i-g-t] " Arkadiusz Hiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.