From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: staging: media: tegra-video: tegra20: adjust luma buffer stride Date: Wed, 04 Mar 2026 07:48:09 +1000 Message-ID: In-Reply-To: <20260303084239.15007-15-clamor95@gmail.com> References: <20260303084239.15007-1-clamor95@gmail.com> <20260303084239.15007-15-clamor95@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Changes `stride_l` from `bytesperline` to `bytesperline * height`, making it the total luma buffer size rather than a per-line stride. The register field is 30 bits wide, which can hold values up to ~1GB - sufficient for the supported max resolution (8190x8190 at 2 bpp = ~134MB). **No issues** with the arithmetic or register fit. --- Generated by Claude Code Patch Reviewer