[Intel-gfx] [PATCH v3 08/14] drm/msm/dpu_kms: Re-order dpu includes
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Mon Oct 4 22:48:40 UTC 2021
On 01/10/2021 18:11, Sean Paul wrote:
> From: Sean Paul <seanpaul at chromium.org>
>
> Make includes alphabetical in dpu_kms.c
>
> Reviewed-by: Abhinav Kumar <abhinavk at codeaurora.org>
> Reviewed-by: Stephen Boyd <swboyd at chromium.org>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
> Link: https://patchwork.freedesktop.org/patch/msgid/20210913175747.47456-9-sean@poorly.run #v1
> Link: https://patchwork.freedesktop.org/patch/msgid/20210915203834.1439-9-sean@poorly.run #v2
>
> Changes in v2:
> -None
> Changes in v3:
> -None
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> 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"
>
--
With best wishes
Dmitry
More information about the Intel-gfx
mailing list