From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: Re: [PATCH 2/2] drm/i915: Adding a warning to FBC description Date: Wed, 30 Jan 2013 16:18:39 +0200 Message-ID: <87txpyeou8.fsf@intel.com> References: <1359415936-2732-1-git-send-email-ben@bwidawsk.net> <1359415936-2732-2-git-send-email-ben@bwidawsk.net> <20130129084913.GE14766@phenom.ffwll.local> <20130129085039.00001e00@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 14885E5F93 for ; Wed, 30 Jan 2013 06:18:12 -0800 (PST) In-Reply-To: <20130129085039.00001e00@unknown> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Ben Widawsky , Daniel Vetter Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 29 Jan 2013, Ben Widawsky wrote: > On Tue, 29 Jan 2013 09:49:13 +0100 > Daniel Vetter wrote: > >> On Mon, Jan 28, 2013 at 03:32:16PM -0800, Ben Widawsky wrote: >> > It should only be used with caution... >> > >> > Signed-off-by: Ben Widawsky >> >> Isn't that like the general assumption of these module parameters that >> they can have pretty massive bad side-effects? Meaning I'm routinely >> checking these already anyway in bug reports, same for non-standard >> rc6 settings. >> -Daniel >> > > I felt that way too, until we got a complain in #intel-gfx and it > changed my mind. > > Whatevs, I ain't gonna fight for this one, I'll just punt the bug > reporter to you next time. Yeah, I agree it's *our* general assumption that these may have bad side-effects. People just see the random forum posts recommending this and that module param, and stick them in... Hmm, which means they won't read that warning anyway. DRM_INFO("don't report a bug about this") when enabling a feature that's disabled by default on a platform? Jani.