From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB23FEB64D8 for ; Fri, 16 Jun 2023 16:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345509AbjFPQow (ORCPT ); Fri, 16 Jun 2023 12:44:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232001AbjFPQon (ORCPT ); Fri, 16 Jun 2023 12:44:43 -0400 Received: from mailrelay1-1.pub.mailoutpod2-cph3.one.com (mailrelay1-1.pub.mailoutpod2-cph3.one.com [IPv6:2a02:2350:5:400::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9384330FC for ; Fri, 16 Jun 2023 09:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ravnborg.org; s=rsa1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=B7SGOkiscnERiAu/chzqiMg1nhVPxRPZ/YgqKvyvPsE=; b=pSmSd9+anlIP0e76+zXPTo/HA52x7Mm5ZEZqKmavfPuFcWVHLZqD2Uu3jQ4271LzkQwPnkhp20hUi i0DTepyLcVhdSS6XYQ/UiYDDmXgITvT7kKRLrloQlzBBoHdRfRmvxrhyMspaR0C3mYNtnSQZW/WJ9F CGbC61h/v6eLoKak1Dpn/ePWS6DM+yRiatk+o8ihPYa+HXi8+uU0cEPX0vIRyaRjsZV0t934nnliWu Mmmt48+WhUOZ6L8vLWvjC+XytoNuuuSCM7cdLCIhgb2yArbmXZOWu8q5pKHA90QyAN9k6WH7W2oktA itGo9HvDQo+472k2ZddrPZl3qkF+p4A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ravnborg.org; s=ed1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=B7SGOkiscnERiAu/chzqiMg1nhVPxRPZ/YgqKvyvPsE=; b=xjRbRyrFD+VqtofV2snBUmCgShetOF1iVZX/2RRz6cM3nEtzIVAAWqqzlY3u1wWWr6hmbMPLeUJ7V 6Ycf0bECg== X-HalOne-ID: 13ef398d-0c65-11ee-9b26-99461c6a3fe8 Received: from ravnborg.org (2-105-2-98-cable.dk.customer.tdc.net [2.105.2.98]) by mailrelay1 (Halon) with ESMTPSA id 13ef398d-0c65-11ee-9b26-99461c6a3fe8; Fri, 16 Jun 2023 16:44:38 +0000 (UTC) Date: Fri, 16 Jun 2023 18:44:37 +0200 From: Sam Ravnborg To: Linus Walleij Cc: Ruihai Zhou , Stephen Boyd , yangcong , Jitao Shi , Neil Armstrong , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] drm/panel: boe-tv101wum-nl6: Drop surplus prepare tracking Message-ID: <20230616164437.GC1697490@ravnborg.org> References: <20230615-fix-boe-tv101wum-nl6-v1-0-8ac378405fb7@linaro.org> <20230615-fix-boe-tv101wum-nl6-v1-2-8ac378405fb7@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230615-fix-boe-tv101wum-nl6-v1-2-8ac378405fb7@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus. On Thu, Jun 15, 2023 at 10:21:38PM +0200, Linus Walleij wrote: > The DRM panel core already keeps track of if the panel is already > prepared so do not reimplement this. > > Signed-off-by: Linus Walleij Reviewed-by: Sam Ravnborg It would be good to rip it out for all panels so people do not copy less optimal code. Sam