Re: [Intel-gfx] [PATCH 4/4] drm/i915: Wrap plane update/disable hook calls

2019-02-13 Thread Rodrigo Vivi
On Wed, Feb 06, 2019 at 10:49:10PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Wrap the .update_plane()/.update_slave()/.disable_plane() vfunc > calls into helpers which also take care to emit the appropriate > tracepoint. > > Signed-off-by: Ville Syrjälä Reviewed-by: Rodrigo Vivi

[Intel-gfx] [PATCH 4/4] drm/i915: Wrap plane update/disable hook calls

2019-02-06 Thread Ville Syrjala
From: Ville Syrjälä Wrap the .update_plane()/.update_slave()/.disable_plane() vfunc calls into helpers which also take care to emit the appropriate tracepoint. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_atomic_plane.c | 49 +-- drivers/gpu/drm/i915/intel_di