Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754046AbcCIVCL (ORCPT ); Wed, 9 Mar 2016 16:02:11 -0500 Received: from emh01.mail.saunalahti.fi ([62.142.5.107]:49840 "EHLO emh01.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753912AbcCIVCG (ORCPT ); Wed, 9 Mar 2016 16:02:06 -0500 Date: Wed, 9 Mar 2016 23:02:01 +0200 From: Aaro Koskinen To: Sebastian Reichel Cc: Tony Lindgren , Tomi Valkeinen , Laurent Pinchart , David Airlie , linux-omap@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/23] Nokia N950 display support Message-ID: <20160309210201.GA5534@raspberrypi.musicnaut.iki.fi> References: <1457455195-1938-1-git-send-email-sre@kernel.org> <20160308183908.GA31741@raspberrypi.musicnaut.iki.fi> <20160308204510.GA31069@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308204510.GA31069@earth> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1102 Lines: 31 Hi, On Tue, Mar 08, 2016 at 09:45:11PM +0100, Sebastian Reichel wrote: > On Tue, Mar 08, 2016 at 08:39:08PM +0200, Aaro Koskinen wrote: > > On Tue, Mar 08, 2016 at 05:39:32PM +0100, Sebastian Reichel wrote: > > > This series adds support for the Nokia N950 display. > > > Since the panel is using DSI command mode, it involves > > > adding support for manually updated displays to > > > omapdrm. > > > > Works OK, but the picture seems to be upside down? > > vertical, upside down is the native panel orientation. > > > Also shouldn't the default orientation be landscape? > > The N950 vendor kernel contains some code adding DSI > rotation support with half-frame update mechnism to > avoid tearing. It's quite complex and as far as I > understand it also error-prone. Tomi knows more about > that. Ok, my comment was actually about fbcon (which doesn't need driver support for rotation). But I guess there is no way to tell it what the default should be, instead user needs to pass the correct rotation manually... Anyway, for this series: Tested-by: Aaro Koskinen A.