On Tue, Jul 08, 2014 at 10:31:59AM +0530, [email protected] wrote: > From: Ville Syrjälä <[email protected]> > > Sprite planes support 180 degree rotation. The lower layers are now in > place, so hook in the standard rotation property to expose the feature > to the users. > > v2: Moving rotation_property to drm_plane > > Cc: [email protected] > Signed-off-by: Ville Syrjälä <[email protected]> > Signed-off-by: Sonika Jindal <[email protected]> > Reviewed-by: Imre Deak <[email protected]> > --- > drivers/gpu/drm/i915/intel_sprite.c | 40 > ++++++++++++++++++++++++++++++++++- > include/drm/drm_crtc.h | 1 +
One more: A patch titled with "drm/i915: ..." really shouldn't touch anything outside of drm/i915 directories and so shouldn't introduce any changes to core drm code. Such changes always need to be split out into a separate drm patch. Exceptions (like refactoring function interfaces) obviously apply. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
