Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Fix typo from src_tiling to dst_tiling
@ 2022-05-16 15:08 Jeevan B
  2022-05-16 16:44 ` Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jeevan B @ 2022-05-16 15:08 UTC (permalink / raw)
  To: igt-dev

fix typo to avoid CRC mismatch for tile-4 tests

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 lib/intel_batchbuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index ebf3c598..8680c9ba 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -658,7 +658,7 @@ static uint32_t fast_copy_dword1(unsigned int src_tiling,
 	if (src_tiling == I915_TILING_Yf || src_tiling == I915_TILING_4)
 		/* Repurposed as Tile-4 on DG2 */
 		dword1 |= XY_FAST_COPY_SRC_TILING_Yf;
-	if (dst_tiling == I915_TILING_Yf || src_tiling == I915_TILING_4)
+	if (dst_tiling == I915_TILING_Yf || dst_tiling == I915_TILING_4)
 		/* Repurposed as Tile-4 on DG2 */
 		dword1 |= XY_FAST_COPY_DST_TILING_Yf;
 
-- 
2.36.0

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

end of thread, other threads:[~2022-05-17 17:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 15:08 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Fix typo from src_tiling to dst_tiling Jeevan B
2022-05-16 16:44 ` Lucas De Marchi
2022-05-16 17:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-05-16 21:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-05-17  8:16   ` B, Jeevan
2022-05-17 15:24     ` Vudum, Lakshminarayana
2022-05-17 15:06 ` [igt-dev] ✗ GitLab.Pipeline: warning for lib/intel_batchbuffer: Fix typo from src_tiling to dst_tiling (rev2) Patchwork
2022-05-17 15:34   ` Petri Latvala
2022-05-17 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-05-17 17:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox