Re: [Nouveau] [PATCH v2] drm/nouveau: Fix nouveau_connector_ddc_detect()

2018-08-30 Thread Lyude Paul
On Thu, 2018-08-30 at 20:36 +0300, Ville Syrjälä wrote: > On Thu, Aug 30, 2018 at 01:16:28PM -0400, Lyude Paul wrote: > > It looks like that when we moved over to using > > drm_connector_for_each_possible_encoder() in nouveau, that one rather > > important part of this function got dropped by accid

Re: [Nouveau] [PATCH v2] drm/nouveau: Fix nouveau_connector_ddc_detect()

2018-08-30 Thread Ville Syrjälä
On Thu, Aug 30, 2018 at 01:16:28PM -0400, Lyude Paul wrote: > It looks like that when we moved over to using > drm_connector_for_each_possible_encoder() in nouveau, that one rather > important part of this function got dropped by accident: > > /* Right v here */ > for (i =

[Nouveau] [PATCH v2] drm/nouveau: Fix nouveau_connector_ddc_detect()

2018-08-30 Thread Lyude Paul
It looks like that when we moved over to using drm_connector_for_each_possible_encoder() in nouveau, that one rather important part of this function got dropped by accident: /* Right v here */ for (i = 0; nv_encoder = NULL, i < DRM_CONNECTOR_MAX_ENCODER; i++) {