[Intel-gfx] [Freedreno] [PATCH v2 08/13] drm/msm/dpu_kms: Re-order dpu includes

abhinavk at codeaurora.org abhinavk at codeaurora.org
Wed Sep 22 02:26:16 UTC 2021


On 2021-09-15 13:38, Sean Paul wrote:
> From: Sean Paul <seanpaul at chromium.org>
> 
> Make includes alphabetical in dpu_kms.c
> 
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
Reviewed-by: Abhinav Kumar <abhinavk at codeaurora.org>
> 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"


More information about the Intel-gfx mailing list