From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] drm/i915: Refactor the deferred PM_IIR handling into a single function Date: Sun, 15 Apr 2012 10:23:15 -0700 Message-ID: <20120415102315.3f307245@bwidawsk.net> References: <1334487363-23836-1-git-send-email-chris@chris-wilson.co.uk> 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 5161C9E7C8 for ; Sun, 15 Apr 2012 10:24:38 -0700 (PDT) In-Reply-To: <1334487363-23836-1-git-send-email-chris@chris-wilson.co.uk> 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: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Sun, 15 Apr 2012 11:56:03 +0100 Chris Wilson wrote: > This function, along with the registers and deferred work hander, are > all shared with SandyBridge, IvyBridge and their variants. So remove > the duplicate code into a single function. > > Signed-off-by: Chris Wilson Reviewed-by: Ben Widawsky