summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-02-21 13:15:35 -0800
committerBen Widawsky <benjamin.widawsky@intel.com>2014-02-21 13:15:35 -0800
commit8ebc02a54c22b7a83a34c923153861848183cd96 (patch)
treee69f5ecdbc16cbaee66233a3c2fe5e36ed8e62d9 /tools
parent42aa254c65fa47fbea38a268814f815166adc056 (diff)
quick_dump: Add missed broadwell autodetect
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/quick_dump/chipset.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/quick_dump/chipset.i b/tools/quick_dump/chipset.i
index c5f4b563..395418ef 100644
--- a/tools/quick_dump/chipset.i
+++ b/tools/quick_dump/chipset.i
@@ -23,6 +23,7 @@ extern int is_sandybridge(unsigned short pciid);
extern int is_ivybridge(unsigned short pciid);
extern int is_valleyview(unsigned short pciid);
extern int is_haswell(unsigned short pciid);
+extern int is_broadwell(unsigned short pciid);
extern struct pci_device *intel_get_pci_device();
extern int intel_register_access_init(struct pci_device *pci_dev, int safe);
extern uint32_t intel_register_read(uint32_t reg);