From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 8/9] drm/ips: move drps/ips/ilk related variables into dev_priv->ips Date: Wed, 25 Jul 2012 14:25:20 -0700 Message-ID: <20120725142520.6862b734@bwidawsk.net> References: <1343165630-21604-1-git-send-email-daniel.vetter@ffwll.ch> <1343165630-21604-9-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cloud01.chad-versace.us (184-106-247-128.static.cloud-ips.com [184.106.247.128]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B6B99ED5B for ; Wed, 25 Jul 2012 14:25:27 -0700 (PDT) In-Reply-To: <1343165630-21604-9-git-send-email-daniel.vetter@ffwll.ch> 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: Daniel Vetter Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Tue, 24 Jul 2012 23:33:49 +0200 Daniel Vetter wrote: > Like with the equivalent change for gen6+ rps state, this helps in > clarifying the code (and in fixing a few places that have fallen through > the cracks in the locking review). > > Signed-off-by: Daniel Vetter I don't think this patch is necessary, and doesn't belong in the series. The series was about fixing a locking problem. If you want to submit this as a separate patch, I'd prefer it. If you're really determined to keep it, I'd roll it into the earlier patches that did the rps renaming.