From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 0/2] Miscellaneous mode set and page flip fixes Date: Thu, 28 Mar 2013 16:14:23 +0100 Message-ID: <2643659.9bDKZQ9xk8@avalon> References: <1338481576-29751-1-git-send-email-laurent.pinchart@ideasonboard.com> <2036807.jf2WsOhc6D@avalon> <2688468.gBFmh8jCA1@avalon> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [95.142.166.194]) by gabe.freedesktop.org (Postfix) with ESMTP id BC14EE62AE for ; Thu, 28 Mar 2013 08:13:32 -0700 (PDT) In-Reply-To: <2688468.gBFmh8jCA1@avalon> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Thursday 23 August 2012 12:05:27 Laurent Pinchart wrote: > On Thursday 19 July 2012 13:55:37 Laurent Pinchart wrote: > > On Thursday 31 May 2012 18:26:14 Laurent Pinchart wrote: > > > Hi everybody, > > > > > > Here are two small fixes that disallow format changes in page flip > > > operations, and perform a full mode set instead of a mode set base in > > > the > > > CRTC helper set config handler if the pixel format changed. > > > > Ping ? Can those two patches be applied ? > > Ping again ? And again ? :-) > > > Laurent Pinchart (2): > > > drm: Don't allow page flip to change pixel format > > > drm: Perform a full mode set when the pixel format changed > > > > > > drivers/gpu/drm/drm_crtc.c | 8 ++++++++ > > > drivers/gpu/drm/drm_crtc_helper.c | 3 +++ > > > 2 files changed, 11 insertions(+), 0 deletions(-) -- Regards, Laurent Pinchart