On Thu, Jun 28, 2018 at 04:45:50PM +0300, Jyri Sarha wrote:
> On 28/06/18 16:13, Ville Syrjala wrote:
> > From: Ville Syrjälä
> >
> > Use drm_connector_has_possible_encoder() for checking
> > whether the encoder has an associated connector.
> >
> > v2: Replace the drm_for_each_connector_encoder_
On 28/06/18 16:13, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Use drm_connector_has_possible_encoder() for checking
> whether the encoder has an associated connector.
>
> v2: Replace the drm_for_each_connector_encoder_ids() loop
> with a simple drm_connector_has_possible_encoder() call
>
From: Ville Syrjälä
Use drm_connector_has_possible_encoder() for checking
whether the encoder has an associated connector.
v2: Replace the drm_for_each_connector_encoder_ids() loop
with a simple drm_connector_has_possible_encoder() call
Cc: Jyri Sarha
Cc: Tomi Valkeinen
Signed-off-by: Vil