From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Costa Subject: Re: [PATCH envytools] nvamemtiming: Handle target < initial case when iterating values Date: Sun, 31 Aug 2014 16:19:44 +0200 Message-ID: <54032F00.6000500@gmail.com> References: <1409490042-8725-1-git-send-email-titan.costa@gmail.com> <1409490042-8725-4-git-send-email-titan.costa@gmail.com> <54031F56.4070906@free.fr> <54032AB3.3000508@gmail.com> <54032D11.1000601@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <54032D11.1000601-GANU6spQydw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Sender: "Nouveau" To: Martin Peres , "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org" List-Id: nouveau.vger.kernel.org Le 31/08/2014 16:11, Martin Peres a =E9crit : > On 31/08/2014 16:01, Christian Costa wrote: >> Le 31/08/2014 15:12, Martin Peres a =E9crit : >>> On 31/08/2014 15:00, Christian Costa wrote: >>>> Otherwise some values are not tested at all. >>> I would rather have a warning than the program doing stuff behind my = >>> back. This is a dev tool, dumb =3D=3D good ;) >>> >> But why didn't you call it Dumb mode rather that Deep mode. That way, = >> I wouldn't have tried to use it and figure out what it does. ;p > > Target is supposed to be higher than initial! Initial =3D=3D minimum safe = > timing. > > You just reversed the order, try: > sudo nvamemtiming pramin 0x6a22 5 0 -d 3 > Ok. It's intended then. Thanks!