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/amd/display: convert dcn315 GPIO translation to lookup tables Date: Sat, 16 May 2026 13:03:14 +1000 Message-ID: In-Reply-To: <20260512190019.228440-7-guilherme.bozi@usp.br> References: <20260512190019.228440-1-guilherme.bozi@usp.br> <20260512190019.228440-7-guilherme.bozi@usp.br> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean conversion. Uses `DC_GPIO_DDC1_A__DC_GPIO_DDC1DATA_A_MASK` for all DDC lines (instead of `DDC6DATA` used by dcn10/dcn30). This is correct -- all per-line DDC mask macros resolve to the same hardware constant values. No issues. --- Generated by Claude Code Patch Reviewer