Re: [PATCH 0/8] remove unsafe drm_for_each_connector()

2017-05-12 Thread Sean Paul
On Thu, May 11, 2017 at 04:10:41PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi all, > > Something ligth in the middle of all my other tasks. I removed > drm_for_each_connector() in favor of drm_for_each_connector_iter(). > > The i915 patch was tested, but I only *built-tested*

Re: [PATCH 0/8] remove unsafe drm_for_each_connector()

2017-05-12 Thread Daniel Vetter
On Thu, May 11, 2017 at 04:10:41PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi all, > > Something ligth in the middle of all my other tasks. I removed > drm_for_each_connector() in favor of drm_for_each_connector_iter(). > > The i915 patch was tested, but I only *built-tested*

[PATCH 0/8] remove unsafe drm_for_each_connector()

2017-05-11 Thread Gustavo Padovan
From: Gustavo Padovan Hi all, Something ligth in the middle of all my other tasks. I removed drm_for_each_connector() in favor of drm_for_each_connector_iter(). The i915 patch was tested, but I only *built-tested* the others! Gustavo --- Gustavo Padovan (8): drm/exynos: use drm_for_each_con