From nobody Sun Sep 28 19:11:47 2025 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A2FCC192B90 for ; Fri, 30 May 2025 02:50:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748573422; cv=none; b=XSyItscl9zlpZs5y4Zu9CbKiTKKOFa07XddLfNjnBiq+FActEH+ppqlpub5FiEeC+oHZOAOfSla/+df/WHQb69wcagdBNw/cp3WS5Pyj0JuBpdEeEQ5aHgkKyX6Z97LjJqpOySqY9FIWUwt6x+1Fc7m06BsHAY8O3u3X2oKWOAg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748573422; c=relaxed/simple; bh=ezLM7HA0c1Nhf/a9p16uppafsy+UvWkVh3eBKxSC3L8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=nWkKsZqz1csbi5JRXOXoOZ/0q0toGJ/CZtSHRuWp4oBfvJwpw9b8Kux348Ah2coXi4xq8EISbV9T1X3+/K/eGtnC7E3Wl5y9Ft2M18hKwLGJAcUuMDOgjXYyBLqPSbjVG9lIEZHP6y76lNo9YyhmYoTyyHmWfWYNOauNpBjSdBw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Skd7ml2K; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Skd7ml2K" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1748573419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TNd6rhTwl1+k2ISeZYUiuuoIhpuoRaCtDIVTpoM32wM=; b=Skd7ml2KCqCLVOhIZMvHSFuOzXbhtIYmtdD+a92eHrzoe12vxPFlhiRcgbYG2gtM5zqJbF NYhiAsInggeK7Jc3/q2Z1rhdo1b8Tgz6qWseR65UZzUlboDa2MsKoGYJ1X+zNGoA/1LxeR mrKPkoq9yaY2NLpjpVjbToJi/JUj8bo= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-144-lywjDVDaMwaXogG3bVN9Uw-1; Thu, 29 May 2025 22:50:16 -0400 X-MC-Unique: lywjDVDaMwaXogG3bVN9Uw-1 X-Mimecast-MFC-AGG-ID: lywjDVDaMwaXogG3bVN9Uw_1748573413 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 47BD819560A7; Fri, 30 May 2025 02:50:13 +0000 (UTC) Received: from asrivats-na.rmtustx.csb (unknown [10.2.17.97]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 69A831955D82; Fri, 30 May 2025 02:50:08 +0000 (UTC) From: Anusha Srivatsa Date: Thu, 29 May 2025 21:46:06 -0500 Subject: [PATCH v2 04/46] panel/raydium-rm68200: Use refcounted allocation in place of devm_kzalloc() Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250529-b4-drm_panel_mass_driver_convert_part3-v2-4-5d75a3711e40@redhat.com> References: <20250529-b4-drm_panel_mass_driver_convert_part3-v2-0-5d75a3711e40@redhat.com> In-Reply-To: <20250529-b4-drm_panel_mass_driver_convert_part3-v2-0-5d75a3711e40@redhat.com> To: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Robert Chiras , Linus Walleij , Markuss Broks , Artur Weber , Dzmitry Sankouski , Jagan Teki , =?utf-8?q?Guido_G=C3=BCnther?= , Purism Kernel Team , Ondrej Jirman , Sasha Finkelstein , Janne Grunau , Michael Trimarchi , Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, Anusha Srivatsa X-Developer-Signature: v=1; a=ed25519-sha256; t=1748573168; l=1507; i=asrivats@redhat.com; s=20250122; h=from:subject:message-id; bh=ezLM7HA0c1Nhf/a9p16uppafsy+UvWkVh3eBKxSC3L8=; b=9oxE2fEoUDXBLJNJe74hwn3uS3KqbtrEe5Gcib9PmsWmVmgqBl6VAU0mVNaK4+yCG/+d8Pbol gqOPylUGuhTCV44SZ3i5MdKTC7I7L2NQkvgjRuaIzKWIzvwv3deUoWe X-Developer-Key: i=asrivats@redhat.com; a=ed25519; pk=brnIHkBsUZEhyW6Zyn0U92AeIZ1psws/q8VFbIkf1AU= X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 Move to using the new API devm_drm_panel_alloc() to allocate the panel. Reviewed-by: Neil Armstrong Signed-off-by: Anusha Srivatsa --- v2: none. --- drivers/gpu/drm/panel/panel-raydium-rm68200.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-raydium-rm68200.c b/drivers/gpu/dr= m/panel/panel-raydium-rm68200.c index 7b7fe987e2929f6f6ebe9a644bf4ef0cf9292256..669b5f5c1ad9adf5697f7432e4d= 6ee275ff72e42 100644 --- a/drivers/gpu/drm/panel/panel-raydium-rm68200.c +++ b/drivers/gpu/drm/panel/panel-raydium-rm68200.c @@ -327,9 +327,11 @@ static int rm68200_probe(struct mipi_dsi_device *dsi) struct rm68200 *ctx; int ret; =20 - ctx =3D devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); - if (!ctx) - return -ENOMEM; + ctx =3D devm_drm_panel_alloc(dev, struct rm68200, panel, + &rm68200_drm_funcs, + DRM_MODE_CONNECTOR_DSI); + if (IS_ERR(ctx)) + return PTR_ERR(ctx); =20 ctx->reset_gpio =3D devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW); if (IS_ERR(ctx->reset_gpio)) { @@ -355,9 +357,6 @@ static int rm68200_probe(struct mipi_dsi_device *dsi) dsi->mode_flags =3D MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS; =20 - drm_panel_init(&ctx->panel, dev, &rm68200_drm_funcs, - DRM_MODE_CONNECTOR_DSI); - ret =3D drm_panel_of_backlight(&ctx->panel); if (ret) return ret; --=20 2.48.1