On Wed, 05 Jul 2023, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Call drm_encoder_init() earlier so that we don't have to keep passing
> the i915/dev_priv around separately.
*earlier in the subject.
>
> Signed-off-by: Ville Syrjälä
> ---
> drivers/gpu/drm/i915/display/intel_sdvo.c | 35 +++
From: Ville Syrjälä
Call drm_encoder_init() earlier so that we don't have to keep passing
the i915/dev_priv around separately.
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/i915/display/intel_sdvo.c | 35 +++
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git