[PATCH 1/4] drm: Fix primary plane size for stereo doubled modes for legacy setcrtc

2015-11-16 Thread ville . syrjala
From: Ville Syrjälä Properly double the hdisplay/vdisplay timings that we use as the primary plane size with stereo doubled modes. Otherwise the modeset gets rejected on machines where the primary plane must be fullscreen, and on the rest only the first eye would get a visible plane. Cc: Daniel

Re: [PATCH 1/4] drm: Fix primary plane size for stereo doubled modes for legacy setcrtc

2015-11-17 Thread Daniel Vetter
On Mon, Nov 16, 2015 at 05:02:34PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Properly double the hdisplay/vdisplay timings that we use as the primary > plane size with stereo doubled modes. Otherwise the modeset gets > rejected on machines where the primary plane must

Re: [PATCH 1/4] drm: Fix primary plane size for stereo doubled modes for legacy setcrtc

2015-11-17 Thread Jani Nikula
On Tue, 17 Nov 2015, Daniel Vetter wrote: > On Mon, Nov 16, 2015 at 05:02:34PM +0200, ville.syrj...@linux.intel.com wrote: >> From: Ville Syrjälä >> >> Properly double the hdisplay/vdisplay timings that we use as the primary >> plane size with stereo doubled modes. Otherwise the modeset gets >>