From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Fix typo from src_tiling to dst_tiling
Date: Mon, 16 May 2022 20:38:24 +0530 [thread overview]
Message-ID: <20220516150824.3535-1-jeevan.b@intel.com> (raw)
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
next reply other threads:[~2022-05-16 15:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-16 15:08 Jeevan B [this message]
2022-05-16 16:44 ` [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Fix typo from src_tiling to dst_tiling 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220516150824.3535-1-jeevan.b@intel.com \
--to=jeevan.b@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox