[Freedreno] [DPU PATCH v3 1/2] drm/msm/dsi-staging: remove support for partial update

2018-03-01 Thread Jeykumar Sankaran
Remove support partial update and related changes from dsi-staging since the DPU dependencies are getting cleaned up. changes since v1: - remove unused code changes instead of hiding under compilation flag - remove all references to partial ROI. changes since v2: -

[Freedreno] [DPU PATCH v3 2/2] drm/msm: remove partial update support

2018-03-01 Thread Jeykumar Sankaran
Implementation of partial update in DPU DRM is heavily dependent on custom properties and dsi hooks. Removing the support for now. We may need to revisit the support in the future. changes since v1: - get away with unwanted parameter validation - code style fixes - remove

Re: [Freedreno] [DPU PATCH 06/11] drm/msm: Remove msm_commit/kthread, use atomic helper commit

2018-03-01 Thread Rob Clark
On Thu, Mar 1, 2018 at 3:37 PM, wrote: > On 2018-03-01 07:27, Sean Paul wrote: >> >> On Wed, Feb 28, 2018 at 08:07:00PM -0800, jsa...@codeaurora.org wrote: >>> >>> On 2018-02-28 11:19, Sean Paul wrote: >>> > Moving further towards switching fully to the the atomic helpers,

Re: [Freedreno] [[RFC]DPU PATCH] drm/msm/dsi: Use one connector for dual DSI mode

2018-03-01 Thread chandanu
On 2018-03-01 07:53, Sean Paul wrote: On Wed, Feb 28, 2018 at 04:44:49PM -0800, Chandan Uddaraju wrote: Current DSI driver uses two connectors for dual DSI case even though we only have one panel. Fix this by implementing one connector/bridge for dual DSI use case. Current patch is not yet

Re: [Freedreno] [DPU PATCH 06/11] drm/msm: Remove msm_commit/kthread, use atomic helper commit

2018-03-01 Thread jsanka
On 2018-03-01 07:27, Sean Paul wrote: On Wed, Feb 28, 2018 at 08:07:00PM -0800, jsa...@codeaurora.org wrote: On 2018-02-28 11:19, Sean Paul wrote: > Moving further towards switching fully to the the atomic helpers, this > patch removes the hand-rolled kthread nonblock commit code and uses the

Re: [Freedreno] [[RFC]DPU PATCH] drm/msm/dsi: Use one connector for dual DSI mode

2018-03-01 Thread Sean Paul
On Wed, Feb 28, 2018 at 04:44:49PM -0800, Chandan Uddaraju wrote: > Current DSI driver uses two connectors for dual DSI case even > though we only have one panel. Fix this by implementing one > connector/bridge for dual DSI use case. > > Current patch is not yet tested on dual-dsi setup. This

Re: [Freedreno] [DPU PATCH v2 1/2] drm/msm/dsi-staging: remove support for partial update

2018-03-01 Thread Sean Paul
On Tue, Feb 27, 2018 at 06:55:10PM -0800, Jeykumar Sankaran wrote: > Remove support partial update and related changes from dsi-staging > since the DPU dependencies are getting cleaned up. > Can you please add a "Changes in v2:" section to the commit message summarizing what you've changed

Re: [Freedreno] [DPU PATCH v2 2/2] drm/msm: remove partial update support

2018-03-01 Thread Sean Paul
On Tue, Feb 27, 2018 at 06:55:11PM -0800, Jeykumar Sankaran wrote: > Implementation of partial update in DPU DRM is heavily > dependent on custom properties and dsi hooks. Removing the > support for now. We may need to revisit the support in the > future. > > Change-Id:

Re: [Freedreno] [DPU PATCH 06/11] drm/msm: Remove msm_commit/kthread, use atomic helper commit

2018-03-01 Thread Sean Paul
On Wed, Feb 28, 2018 at 08:07:00PM -0800, jsa...@codeaurora.org wrote: > On 2018-02-28 11:19, Sean Paul wrote: > > Moving further towards switching fully to the the atomic helpers, this > > patch removes the hand-rolled kthread nonblock commit code and uses the > > atomic helpers commit_work