From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755557AbdCTQZb convert rfc822-to-8bit (ORCPT ); Mon, 20 Mar 2017 12:25:31 -0400 Received: from muru.com ([72.249.23.125]:40900 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754922AbdCTQYV (ORCPT ); Mon, 20 Mar 2017 12:24:21 -0400 Date: Mon, 20 Mar 2017 09:14:05 -0700 From: Tony Lindgren To: Tomi Valkeinen Cc: Sebastian Reichel , Aaro Koskinen , Laurent Pinchart , David Airlie , linux-omap@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 03/10] Revert "drm: omapdrm: Remove manual update display support" Message-ID: <20170320161404.GL20572@atomide.com> References: <20170304235021.27055-1-sre@kernel.org> <20170305004309.28259-1-sre@kernel.org> <20170305004309.28259-3-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tomi Valkeinen [170320 04:10]: > On 05/03/17 02:43, Sebastian Reichel wrote: > > This reverts commit 5a35876e2830511cb8110667fc426c6a6165a593. > > > > Revert the removal of manual update display support in > > preparation for DSI command mode panels. > > I think it's much better to just add the manual update support from > scratch rather than first reverting this old cleanup commit and then > adding more bits and pieces. Do you know if the command mode panels support partial refresh? Just wondering if we want to keep "int x, int y, int w, int h" around for omap_connector_flush() or whatever it ends up being? Regards, Tony