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 X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B951C433F5 for ; Wed, 22 Sep 2021 02:26:36 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5677160F56 for ; Wed, 22 Sep 2021 02:26:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5677160F56 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CF3516EA14; Wed, 22 Sep 2021 02:26:35 +0000 (UTC) Received: from so254-9.mailgun.net (so254-9.mailgun.net [198.61.254.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4D7D16EA0A for ; Wed, 22 Sep 2021 02:26:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1632277594; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=HBIj9y/dOEV38bF8oglc0yFL8IUbDQo6kKXrXgkmOzk=; b=kwoiZntXjQ3Bu4QTZx52YoLjWfrdlk4jiIiICld9TMIArHMCD/bD6k6hJDWui4wcGoe10XDg zg0Cf8S+qNnucUQabiXM23w3RsKTzqOjwPGwvjUqncOvkzlEJl2heb8OsmNwE1cLXsNeywr6 Aoa8j7qFux5Poi3yhjhqPsJj3ag= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI5MzZmYyIsICJpbnRlbC1nZnhAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n04.prod.us-east-1.postgun.com with SMTP id 614a944aec62f57c9ae8e797 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 22 Sep 2021 02:26:18 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9C9B8C4361A; Wed, 22 Sep 2021 02:26:17 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: abhinavk) by smtp.codeaurora.org (Postfix) with ESMTPSA id CA0D0C4338F; Wed, 22 Sep 2021 02:26:16 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 21 Sep 2021 19:26:16 -0700 From: abhinavk@codeaurora.org To: Sean Paul Cc: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, freedreno@lists.freedesktop.org, swboyd@chromium.org, Sean Paul , Rob Clark , David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org In-Reply-To: <20210915203834.1439-9-sean@poorly.run> References: <20210915203834.1439-1-sean@poorly.run> <20210915203834.1439-9-sean@poorly.run> Message-ID: X-Sender: abhinavk@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Subject: Re: [Intel-gfx] [Freedreno] [PATCH v2 08/13] drm/msm/dpu_kms: Re-order dpu includes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 2021-09-15 13:38, Sean Paul wrote: > From: Sean Paul > > Make includes alphabetical in dpu_kms.c > > Signed-off-by: Sean Paul Reviewed-by: Abhinav Kumar > Link: > https://patchwork.freedesktop.org/patch/msgid/20210913175747.47456-9-sean@poorly.run > #v1 > > Changes in v2: > -None > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c > b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c > index ae48f41821cf..fb0d9f781c66 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c > @@ -21,14 +21,14 @@ > #include "msm_gem.h" > #include "disp/msm_disp_snapshot.h" > > -#include "dpu_kms.h" > #include "dpu_core_irq.h" > +#include "dpu_crtc.h" > +#include "dpu_encoder.h" > #include "dpu_formats.h" > #include "dpu_hw_vbif.h" > -#include "dpu_vbif.h" > -#include "dpu_encoder.h" > +#include "dpu_kms.h" > #include "dpu_plane.h" > -#include "dpu_crtc.h" > +#include "dpu_vbif.h" > > #define CREATE_TRACE_POINTS > #include "dpu_trace.h"