* [PATCH] drm/msm/dpu: Remove an unused enum
@ 2018-09-13 16:46 Jordan Crouse
[not found] ` <20180913164615.15291-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Jordan Crouse @ 2018-09-13 16:46 UTC (permalink / raw)
To: freedreno, dri-devel, linux-arm-msm; +Cc: seanpaul
enum dpu_ad isn't used and can be safely removed.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
---
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
index 62cf127b16d4..68c54d2c9677 100644
--- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
+++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
@@ -232,12 +232,6 @@ enum dpu_wb {
WB_MAX
};
-enum dpu_ad {
- AD_0 = 0x1,
- AD_1,
- AD_MAX
-};
-
enum dpu_cwb {
CWB_0 = 0x1,
CWB_1,
--
2.18.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20180913164615.15291-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>]
* Re: [PATCH] drm/msm/dpu: Remove an unused enum [not found] ` <20180913164615.15291-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> @ 2018-09-13 22:34 ` Jeykumar Sankaran 2018-09-17 15:45 ` Sean Paul 1 sibling, 0 replies; 3+ messages in thread From: Jeykumar Sankaran @ 2018-09-13 22:34 UTC (permalink / raw) To: Jordan Crouse Cc: seanpaul-F7+t8E8rja9g9hUCZPvPmw, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA, freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, dri-devel, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On 2018-09-13 09:46, Jordan Crouse wrote: > enum dpu_ad isn't used and can be safely removed. > > Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> > --- Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > index 62cf127b16d4..68c54d2c9677 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > @@ -232,12 +232,6 @@ enum dpu_wb { > WB_MAX > }; > > -enum dpu_ad { > - AD_0 = 0x1, > - AD_1, > - AD_MAX > -}; > - > enum dpu_cwb { > CWB_0 = 0x1, > CWB_1, -- Jeykumar S _______________________________________________ Freedreno mailing list Freedreno@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/freedreno ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/msm/dpu: Remove an unused enum [not found] ` <20180913164615.15291-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> 2018-09-13 22:34 ` Jeykumar Sankaran @ 2018-09-17 15:45 ` Sean Paul 1 sibling, 0 replies; 3+ messages in thread From: Sean Paul @ 2018-09-17 15:45 UTC (permalink / raw) To: Jordan Crouse Cc: seanpaul-F7+t8E8rja9g9hUCZPvPmw, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA, robdclark-Re5JQEeQqe8AvxtiuMwx3w, freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Thu, Sep 13, 2018 at 10:46:15AM -0600, Jordan Crouse wrote: > enum dpu_ad isn't used and can be safely removed. > > Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Nice catch! I've pushed it to dpu-staging Sean > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > index 62cf127b16d4..68c54d2c9677 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h > @@ -232,12 +232,6 @@ enum dpu_wb { > WB_MAX > }; > > -enum dpu_ad { > - AD_0 = 0x1, > - AD_1, > - AD_MAX > -}; > - > enum dpu_cwb { > CWB_0 = 0x1, > CWB_1, > -- > 2.18.0 > > _______________________________________________ > Freedreno mailing list > Freedreno@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/freedreno -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ Freedreno mailing list Freedreno@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/freedreno ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-17 15:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13 16:46 [PATCH] drm/msm/dpu: Remove an unused enum Jordan Crouse
[not found] ` <20180913164615.15291-1-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-09-13 22:34 ` Jeykumar Sankaran
2018-09-17 15:45 ` Sean Paul
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).