Re: [Intel-gfx] [PATCH 2/2] drm/i915: Drop the eDP check from intel_dp_connector_destroy()

2018-10-08 Thread Chris Wilson
Quoting Ville Syrjala (2018-10-08 14:46:41) > From: Ville Syrjälä > > As long as the connector was zeroed during allocation calling > intel_panel_fini() is safe even if we haven't initialized > the panel struct explicitly. So let's drop the useless eDP > check from dp connector destruction. > >

[Intel-gfx] [PATCH 2/2] drm/i915: Drop the eDP check from intel_dp_connector_destroy()

2018-10-08 Thread Ville Syrjala
From: Ville Syrjälä As long as the connector was zeroed during allocation calling intel_panel_fini() is safe even if we haven't initialized the panel struct explicitly. So let's drop the useless eDP check from dp connector destruction. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/inte