Re: [Intel-gfx] [PATCH 2/9] drm: Store clipped src/dst coordinatee in drm_plane_state

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:06 PM, wrote: > From: Ville Syrjälä > > Pretty much all driver will have need for the clipped plane > coordinates, so let's stuff then into drm_plane_state. > > Signed-off-by: Ville Syrjälä Reviewed-by: Sean Paul > --- > include/drm/drm_crtc.h | 13 +

[Intel-gfx] [PATCH 2/9] drm: Store clipped src/dst coordinatee in drm_plane_state

2016-07-26 Thread ville . syrjala
From: Ville Syrjälä Pretty much all driver will have need for the clipped plane coordinates, so let's stuff then into drm_plane_state. Signed-off-by: Ville Syrjälä --- include/drm/drm_crtc.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/drm/drm_crtc.h b/include/drm