All of lore.kernel.org
 help / color / mirror / Atom feed
From: Imre Deak <imre.deak@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 3/8] lib/intel_chipset: fix HAS_PCH_SPLIT on GEN9
Date: Tue, 31 Mar 2015 20:32:31 +0300	[thread overview]
Message-ID: <1427823156-19512-4-git-send-email-imre.deak@intel.com> (raw)
In-Reply-To: <1427823156-19512-1-git-send-email-imre.deak@intel.com>

In the next patch we'll add support for BXT which is GEN9, but doesn't
have PCH, so fix the macro accordingly.

No functional change.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/intel_chipset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index bccbb8e..3c66744 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -420,7 +420,7 @@ void intel_check_pch(void);
 				 IS_GEN6(devid) || \
 				 IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || \
 				 IS_BROADWELL(devid) || \
-				 IS_GEN9(devid))
+				 IS_SKYLAKE(devid))
 
 #define HAS_BLT_RING(devid)	(IS_GEN6(devid) || \
 				 IS_GEN7(devid) || \
-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2015-03-31 17:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-31 17:32 [PATCH 0/8] igt: add basic Broxton support Imre Deak
2015-03-31 17:32 ` [PATCH 1/8] tools/intel_bios_reader: fix SSC freq for VLV/CHV Imre Deak
2015-03-31 17:32 ` [PATCH 2/8] lib/intel_chipset: fix HAS_PCH_SPLIT on CHV Imre Deak
2015-03-31 17:32 ` Imre Deak [this message]
2015-03-31 17:32 ` [PATCH 4/8] lib/bxt: Add Broxton PCI ids Imre Deak
2015-03-31 17:32 ` [PATCH 5/8] list-workarounds/bxt: Add Broxton to the list of valid platorms Imre Deak
2015-03-31 17:32 ` [PATCH 6/8] tools/intel_bios_read: fix SSC freq for BXT Imre Deak
2015-03-31 17:32 ` [PATCH 7/8] tools/intel_reg_dumper: fix DSPCNTR decode " Imre Deak
2015-03-31 17:32 ` [PATCH 8/8] tools/intel_reg_dumper: fix PIPECONF decode Imre Deak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427823156-19512-4-git-send-email-imre.deak@intel.com \
    --to=imre.deak@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.