[PATCH 1/2] drm: Set crtc->invert_dimensions from the atomic helpers

2015-10-15 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Pull the crtc->invert_dimensions setting from omapdrm into the atomic helpers so that all drivers will check viewport correctly in setcrtc() after rotating the primary plane, Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic_helper.c | 8 drivers/gpu/

[PATCH 1/2] drm: Set crtc->invert_dimensions from the atomic helpers

2015-10-15 Thread Daniel Vetter
On Thu, Oct 15, 2015 at 04:53:00PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Pull the crtc->invert_dimensions setting from omapdrm into the atomic > helpers so that all drivers will check viewport correctly in setcrtc() > after rotating the primary plane, > > Si