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, 23 Aug 2012 12:05:27 +0200 Message-ID: <2688468.gBFmh8jCA1@avalon> References: <1338481576-29751-1-git-send-email-laurent.pinchart@ideasonboard.com> <2036807.jf2WsOhc6D@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 242BB9E894 for ; Thu, 23 Aug 2012 03:05:05 -0700 (PDT) In-Reply-To: <2036807.jf2WsOhc6D@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, Dave Airlie List-Id: dri-devel@lists.freedesktop.org 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 ? > > 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