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/connector: Add new atomic_create_state callback Date: Wed, 27 May 2026 14:30:52 +1000 Message-ID: In-Reply-To: <20260526-drm-mode-config-init-v6-15-852346394200@kernel.org> References: <20260526-drm-mode-config-init-v6-0-852346394200@kernel.org> <20260526-drm-mode-config-init-v6-15-852346394200@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Mirrors the plane/CRTC pattern for connectors. Also updates `drmm_connector= _hdmi_init()` to use `atomic_create_state` when available (falling back to = `reset`). Minor doc nit: same double-space "Allocates and initializes" as in patch 1= 2. The `drmm_connector_hdmi_init()` change is important =E2=80=94 it needs a s= tate allocated early for `drm_connector_attach_max_bpc_property()`. The new= path creates the state via `atomic_create_state` and assigns it to `connec= tor->state`, which is correct since this is during init, not during a commi= t. --- Generated by Claude Code Patch Reviewer