All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] [i-g-t] tests/i915: Remove I915_CACHING_NONE
@ 2021-04-19  6:09 viswax.krishna.raveendra.talabattula
  2021-04-19  6:35 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: viswax.krishna.raveendra.talabattula @ 2021-04-19  6:09 UTC (permalink / raw)
  To: igt-dev, tejaskumarx.surendrakumar.upadhyay, hariom.pandey

From: Viswa Krishna Raveendra Talabattula <viswax.krishna.raveendra.talabattula@intel.com>

The userptr memory does not support I915_CACHING_NONE(no caching) level
as per the below commit related to i915 in the kernel

drm/i915: Reject more ioctls for userptr, v2.

Hence removing the cache level of I915_CACHING_NONE from the test case

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Viswa Krishna Raveendra Talabattula <viswax.krishna.raveendra.talabattula@intel.com>
---
 tests/i915/gem_userptr_blits.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/i915/gem_userptr_blits.c b/tests/i915/gem_userptr_blits.c
index aad5f141..f0c63535 100644
--- a/tests/i915/gem_userptr_blits.c
+++ b/tests/i915/gem_userptr_blits.c
@@ -2011,7 +2011,6 @@ static void test_sd_probe(int i915)
 static void test_set_caching(int i915)
 {
 	const int levels[] = {
-		I915_CACHING_NONE,
 		I915_CACHING_CACHED,
 	};
 	uint32_t handle;
-- 
2.30.0

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

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

end of thread, other threads:[~2021-05-17 18:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  6:09 [igt-dev] [PATCH] [i-g-t] tests/i915: Remove I915_CACHING_NONE viswax.krishna.raveendra.talabattula
2021-04-19  6:35 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-04-19  6:42 ` [igt-dev] [PATCH] [i-g-t] " Dixit, Ashutosh
2021-04-19  7:10   ` Surendrakumar Upadhyay, TejaskumarX
2021-05-13  1:46   ` Dixit, Ashutosh
2021-05-17  9:11     ` Petri Latvala
2021-05-17 18:34       ` Dixit, Ashutosh
2021-04-19  7:34 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

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.