From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Richter Subject: Re: [PATCH] Added a lower limit for the watermark setting Date: Wed, 20 Nov 2013 10:18:58 +0100 Message-ID: <528C7E82.9030600@math.tu-berlin.de> References: <1384756696-10249-1-git-send-email-daniel.vetter@ffwll.ch> <20131119155153.GS7819@intel.com> <24336_1384876863_528B8B3F_24336_14011_1_20131119160127.GC5794@phenom.ffwll.local> <528B8E8D.6090203@math.tu-berlin.de> <24336_1384879265_528B94A1_24336_14365_1_20131119164139.GE5794@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from charybdis.rus.uni-stuttgart.de (charybdis.rus.uni-stuttgart.de [129.69.192.2]) by gabe.freedesktop.org (Postfix) with ESMTP id 3686A1067DF for ; Wed, 20 Nov 2013 01:19:15 -0800 (PST) In-Reply-To: <24336_1384879265_528B94A1_24336_14365_1_20131119164139.GE5794@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Daniel Vetter Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Am 19.11.2013 17:41, schrieb Daniel Vetter: > On Tue, Nov 19, 2013 at 05:15:09PM +0100, Thomas Richter wrote: >> Hi Daniel, dear intel experts, >> >> please find a patch attached that finally addresses the display >> flicker on i830 chipsets. This >> patch adds a lower watermark setting in intel_watermark_params{}, >> but keeps it zero for >> all but the i830 chipsets. The necessary new defines are in i915_reg.h. > I think we ned to split out the gen2/3 single/dual pipe watermark code a > bit better from everything else. A bugfix for i830M shouldn't really > affect snb ;-) Actually, the fun part is that it does not because all the lower limits are zero for all other architectures. > > I've pushed out my current (and rather broken) wip branch with my idea on > the take to > > http://cgit.freedesktop.org/~danvet/drm/log/?h=for-thomas Could you please help me here how to apply it? I'm not very experienced with git, and it does not seem to fit to the sources of intel_pm.c I have. Do I first need to instruct git to download another branch? I'm currently at drm-intel-nightly. Thanks, Thomas