Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750999AbcCHSjU (ORCPT ); Tue, 8 Mar 2016 13:39:20 -0500 Received: from emh03.mail.saunalahti.fi ([62.142.5.109]:34771 "EHLO emh03.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751087AbcCHSjM (ORCPT ); Tue, 8 Mar 2016 13:39:12 -0500 Date: Tue, 8 Mar 2016 20:39:08 +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: <20160308183908.GA31741@raspberrypi.musicnaut.iki.fi> References: <1457455195-1938-1-git-send-email-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457455195-1938-1-git-send-email-sre@kernel.org> 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: 354 Lines: 12 Hi, 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? Also shouldn't the default orientation be landscape? A.