Re: [Intel-gfx] [PATCH 5/5] drm/i915: Introduce intel_plane_state_reset()

2019-12-09 Thread Souza, Jose
On Thu, 2019-11-07 at 16:24 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > For the sake of symmetry with the crtc stuff let's add > a helper to reset the plane state to sane default values. > For the moment this only gets caller from the plane init. > Reviewed-by: José Roberto de Souza

[Intel-gfx] [PATCH 5/5] drm/i915: Introduce intel_plane_state_reset()

2019-11-07 Thread Ville Syrjala
From: Ville Syrjälä For the sake of symmetry with the crtc stuff let's add a helper to reset the plane state to sane default values. For the moment this only gets caller from the plane init. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_atomic_plane.c | 15 +--