From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: Re: [PATCH 03/22] drm/i915: add UCGCTL4 to display reg check on VLV Date: Wed, 06 Feb 2013 15:08:40 +0200 Message-ID: <87txppoahz.fsf@intel.com> References: <1359809786-26434-1-git-send-email-jbarnes@virtuousgeek.org> <1359809786-26434-4-git-send-email-jbarnes@virtuousgeek.org> <87zjzhob6i.fsf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 6313BE6167 for ; Wed, 6 Feb 2013 05:09:17 -0800 (PST) In-Reply-To: <87zjzhob6i.fsf@intel.com> 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: Jesse Barnes , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, 06 Feb 2013, Jani Nikula wrote: > On Sat, 02 Feb 2013, Jesse Barnes wrote: >> Add a few regs needed for various clock gating init purposes and make >> sure they don't fall into the display offset range on VLV. > > GEN7_UCGCTL4 needs to be fixed in i915_reg.h after IS_DISPLAYREG > removal. Strike that. The whole patch can be dropped since it's not a display reg. > >> >> Signed-off-by: Jesse Barnes >> --- >> drivers/gpu/drm/i915/i915_drv.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c >> index 69d0637..13b9b4f 100644 >> --- a/drivers/gpu/drm/i915/i915_drv.c >> +++ b/drivers/gpu/drm/i915/i915_drv.c >> @@ -1208,6 +1208,7 @@ static bool IS_DISPLAYREG(u32 reg) >> case GEN7_HALF_SLICE_CHICKEN1: >> case GEN6_MBCTL: >> case GEN6_UCGCTL2: >> + case GEN7_UCGCTL4: >> return false; >> default: >> break; >> -- >> 1.7.9.5 >> >> _______________________________________________ >> Intel-gfx mailing list >> Intel-gfx@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/intel-gfx > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx