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: hx83121a: select DRM_DISPLAY_DSC_HELPER Date: Mon, 13 Apr 2026 18:44:29 +1000 Message-ID: In-Reply-To: <20260413071043.3829868-1-arnd@kernel.org> References: <20260413071043.3829868-1-arnd@kernel.org> 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/panel: hx83121a: select DRM_DISPLAY_DSC_HELPER Author: Arnd Bergmann Patches: 3 Reviewed: 2026-04-13T18:44:29.583006 --- This is a single, straightforward build-fix patch from Arnd Bergmann that adds a missing Kconfig dependency for the newly merged Himax HX83121A panel driver. The driver uses `drm_dsc_pps_payload_pack()` from `DRM_DISPLAY_DSC_HELPER` but its Kconfig entry did not `select` that symbol, leading to a linker error when `DRM_DISPLAY_DSC_HELPER` is not otherwise enabled. The fix follows the exact same pattern used by at least seven other panel drivers in the same Kconfig file (e.g., `DRM_PANEL_ILITEK_ILI9882T`, `DRM_PANEL_LG_SW43408`, `DRM_PANEL_NOVATEK_NT37801`, etc.). The fix is correct, minimal, and appropriately tagged with a `Fixes:` tag referencing the commit that introduced the driver. **Verdict:** This patch is correct and ready to merge. No issues found. --- --- Generated by Claude Code Patch Reviewer