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: panel-orientation-quirks: Add GPD Pocket 4 Date: Tue, 17 Feb 2026 07:19:41 +1000 Message-ID: In-Reply-To: <20260216204547.293291-10-lkml@antheas.dev> References: <20260216204547.293291-1-lkml@antheas.dev> <20260216204547.293291-10-lkml@antheas.dev> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review > + }, { /* GPD Pocket 4 */ > + .matches = { > + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"), > + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1628-04"), > + }, > + .driver_data = (void *)&lcd1600x2560_rightside_up, The commit describes this as a "mini laptop replacement with a portrait 2k panel." Uses `lcd1600x2560_rightside_up` (right side up rather than left side up), which is different from the OneXPlayer 1600x2560 entries that use `leftside_up`. This is a device-specific physical orientation difference, not an error. No issues found. --- Generated by Claude Code Patch Reviewer