From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/i915/gem: update outdated comment Date: Fri, 13 Mar 2026 14:47:22 +1000 Message-ID: In-Reply-To: <20260311133153.576-1-kexinsun@smail.nju.edu.cn> References: <20260311133153.576-1-kexinsun@smail.nju.edu.cn> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/i915/gem: update outdated comment Author: Kexin Sun Patches: 1 Reviewed: 2026-03-13T14:47:22.791586 --- This is a single-patch series that updates an outdated comment in the i915 GEM context code. The change is trivially correct and well-motivated. The old comment referenced `set_engines()`, a function removed in commit d9d29c747df8, while the mutex is still needed for serialization against other concurrent engine accessors like `i915_gem_context_lock_engines()`. The new comment is more general and accurate. --- Generated by Claude Code Patch Reviewer