From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 5480A155A4F for ; Mon, 6 May 2024 16:26:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715012792; cv=none; b=KgNTFO6yAm7aSIb04famhFUi/uAHGD6M3nKlf6nb0qerqbZF92LGGh4YfnaqIQFdFyxMT2oUmi0rsmQsgcatmtBHSmX5XSUtGmUinByXBwCX4w4prtppnPCaf3daz1oi1lmbJK7LM81sP979qg/I4wa3T4c0tzcbcl3WloWrk78= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715012792; c=relaxed/simple; bh=KoisLzNiOAYwT+KyFJov0H2gFxc2HMPRtOjZoXWquFQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fkmBhJ2ozYM8q4jcwHfLxQHh4VLz1+WQ04Hbbjg/6GnC9qRmrb2yPy/ZeLdzu3W5OUCD5wVoKd/7MvAq5lPdVCVcJoSU2qNruWK2bSeIcb7rCc8ZQ056T10Kxmh5FpMJ+OO0/vu6AopGEfx5r/GYbKhMn6Ca3CZ/aQ6zgCO1kug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from i53875b5d.versanet.de ([83.135.91.93] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s41AQ-0007lH-B7; Mon, 06 May 2024 18:26:18 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org, Maxime Ripard , Douglas Anderson Cc: Linus Walleij , Chris Morgan , Yuran Pereira , Neil Armstrong , Douglas Anderson , Quentin Schulz , Daniel Vetter , David Airlie , Jessica Zhang , Maarten Lankhorst , Sam Ravnborg , Thomas Zimmermann , linux-kernel@vger.kernel.org Subject: Re: [RFT PATCH v2 14/48] drm/panel: ltk050h3146w: Stop tracking prepared Date: Mon, 06 May 2024 18:26:17 +0200 Message-ID: <3561285.AJdgDx1Vlc@diego> In-Reply-To: <20240503143327.RFT.v2.14.I264417152e65b4a2e374666010666fa1c2d973fc@changeid> References: <20240503213441.177109-1-dianders@chromium.org> <20240503143327.RFT.v2.14.I264417152e65b4a2e374666010666fa1c2d973fc@changeid> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Am Freitag, 3. Mai 2024, 23:32:55 CEST schrieb Douglas Anderson: > As talked about in commit d2aacaf07395 ("drm/panel: Check for already > prepared/enabled in drm_panel"), we want to remove needless code from > panel drivers that was storing and double-checking the > prepared/enabled state. Even if someone was relying on the > double-check before, that double-check is now in the core and not > needed in individual drivers. >=20 > Cc: "Heiko St=FCbner" > Cc: Quentin Schulz > Signed-off-by: Douglas Anderson Reviewed-by: Heiko Stuebner on a rk3588-tiger with WIP DSI patches Tested-by: Heiko Stuebner