Message ID | 1533697956-29686-4-git-send-email-jsanka@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Atomic resource management | expand |
On Tue, Aug 07, 2018 at 08:12:30PM -0700, Jeykumar Sankaran wrote: > removes left out variables of previous ping pong > split topology cleanup. > > changes in v2: > - none > changes in v3: > - none > > Change-Id: I1bf9d242039ce7cfd271233fa27840e83184fb95 > Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org> Reviewed-by: Sean Paul <seanpaul@chromium.org> > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h > index e84da78..e632651 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h > @@ -219,7 +219,6 @@ struct dpu_crtc { > /** > * struct dpu_crtc_state - dpu container for atomic crtc state > * @base: Base drm crtc state structure > - * @is_ppsplit : Whether current topology requires PPSplit special handling > * @bw_control : true if bw/clk controlled by core bw/clk properties > * @bw_split_vote : true if bw controlled by llcc/dram bw properties > * @lm_bounds : LM boundaries based on current mode full resolution, no ROI. > @@ -234,8 +233,6 @@ struct dpu_crtc_state { > > bool bw_control; > bool bw_split_vote; > - > - bool is_ppsplit; > struct drm_rect lm_bounds[CRTC_DUAL_MIXERS]; > > uint64_t input_fence_timeout_ns; > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >
diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h index e84da78..e632651 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h @@ -219,7 +219,6 @@ struct dpu_crtc { /** * struct dpu_crtc_state - dpu container for atomic crtc state * @base: Base drm crtc state structure - * @is_ppsplit : Whether current topology requires PPSplit special handling * @bw_control : true if bw/clk controlled by core bw/clk properties * @bw_split_vote : true if bw controlled by llcc/dram bw properties * @lm_bounds : LM boundaries based on current mode full resolution, no ROI. @@ -234,8 +233,6 @@ struct dpu_crtc_state { bool bw_control; bool bw_split_vote; - - bool is_ppsplit; struct drm_rect lm_bounds[CRTC_DUAL_MIXERS]; uint64_t input_fence_timeout_ns;
removes left out variables of previous ping pong split topology cleanup. changes in v2: - none changes in v3: - none Change-Id: I1bf9d242039ce7cfd271233fa27840e83184fb95 Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org> --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h | 3 --- 1 file changed, 3 deletions(-)