blob: 97acba712e4e7f7191df5fd7ae7800597dc94fd5 [file] [log] [blame]
Bjorn Helgaas7328c8f2018-01-26 11:45:16 -06001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Bjorn Helgaasdf62ab52018-03-09 16:36:33 -06003 * PCI Bus Services, see include/linux/pci.h for further explanation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Bjorn Helgaasdf62ab52018-03-09 16:36:33 -06005 * Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter,
6 * David Mosberger-Tang
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 *
Bjorn Helgaasdf62ab52018-03-09 16:36:33 -06008 * Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
10
Tomasz Nowicki2ab51dd2016-06-10 15:36:26 -050011#include <linux/acpi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <linux/kernel.h>
13#include <linux/delay.h>
Mika Westerberg9d26d3a2016-06-02 11:17:12 +030014#include <linux/dmi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <linux/init.h>
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -070016#include <linux/of.h>
17#include <linux/of_pci.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/pci.h>
David Brownell075c1772007-04-26 00:12:06 -070019#include <linux/pm.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090020#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/module.h>
22#include <linux/spinlock.h>
Tim Schmielau4e57b682005-10-30 15:03:48 -080023#include <linux/string.h>
vignesh babu229f5af2007-08-13 18:23:14 +053024#include <linux/log2.h>
Zhichang Yuan57453922018-03-15 02:15:53 +080025#include <linux/logic_pio.h>
Shaohua Li7d715a62008-02-25 09:46:41 +080026#include <linux/pci-aspm.h>
Stephen Rothwellc300bd2fb2008-07-10 02:16:44 +020027#include <linux/pm_wakeup.h>
Sheng Yang8dd7f802008-10-21 17:38:25 +080028#include <linux/interrupt.h>
Yuji Shimada32a9a6822009-03-16 17:13:39 +090029#include <linux/device.h>
Rafael J. Wysockib67ea762010-02-17 23:44:09 +010030#include <linux/pm_runtime.h>
Alex Williamson608c3882013-08-08 14:09:43 -060031#include <linux/pci_hotplug.h>
Sinan Kaya4d3f1382016-06-10 21:55:11 +020032#include <linux/vmalloc.h>
CQ Tang4ebeb1e2017-05-30 09:25:49 -070033#include <linux/pci-ats.h>
Yuji Shimada32a9a6822009-03-16 17:13:39 +090034#include <asm/setup.h>
Ben Dooks2a2aca32016-06-17 16:05:13 +010035#include <asm/dma.h>
Taku Izumib07461a2015-09-17 10:09:37 -050036#include <linux/aer.h>
Greg KHbc56b9e2005-04-08 14:53:31 +090037#include "pci.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Alan Stern00240c32009-04-27 13:33:16 -040039const char *pci_power_names[] = {
40 "error", "D0", "D1", "D2", "D3hot", "D3cold", "unknown",
41};
42EXPORT_SYMBOL_GPL(pci_power_names);
43
Rafael J. Wysocki93177a72010-01-02 22:57:24 +010044int isa_dma_bridge_buggy;
45EXPORT_SYMBOL(isa_dma_bridge_buggy);
46
47int pci_pci_problems;
48EXPORT_SYMBOL(pci_pci_problems);
49
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +010050unsigned int pci_pm_d3_delay;
51
Matthew Garrettdf17e622010-10-04 14:22:29 -040052static void pci_pme_list_scan(struct work_struct *work);
53
54static LIST_HEAD(pci_pme_list);
55static DEFINE_MUTEX(pci_pme_list_mutex);
56static DECLARE_DELAYED_WORK(pci_pme_work, pci_pme_list_scan);
57
58struct pci_pme_device {
59 struct list_head list;
60 struct pci_dev *dev;
61};
62
63#define PME_TIMEOUT 1000 /* How long between PME checks */
64
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +010065static void pci_dev_d3_sleep(struct pci_dev *dev)
66{
67 unsigned int delay = dev->d3_delay;
68
69 if (delay < pci_pm_d3_delay)
70 delay = pci_pm_d3_delay;
71
Adrian Hunter50b2b542017-03-14 15:21:58 +020072 if (delay)
73 msleep(delay);
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +010074}
Linus Torvalds1da177e2005-04-16 15:20:36 -070075
Jeff Garzik32a2eea2007-10-11 16:57:27 -040076#ifdef CONFIG_PCI_DOMAINS
77int pci_domains_supported = 1;
78#endif
79
Atsushi Nemoto4516a612007-02-05 16:36:06 -080080#define DEFAULT_CARDBUS_IO_SIZE (256)
81#define DEFAULT_CARDBUS_MEM_SIZE (64*1024*1024)
82/* pci=cbmemsize=nnM,cbiosize=nn can override this */
83unsigned long pci_cardbus_io_size = DEFAULT_CARDBUS_IO_SIZE;
84unsigned long pci_cardbus_mem_size = DEFAULT_CARDBUS_MEM_SIZE;
85
Eric W. Biederman28760482009-09-09 14:09:24 -070086#define DEFAULT_HOTPLUG_IO_SIZE (256)
87#define DEFAULT_HOTPLUG_MEM_SIZE (2*1024*1024)
88/* pci=hpmemsize=nnM,hpiosize=nn can override this */
89unsigned long pci_hotplug_io_size = DEFAULT_HOTPLUG_IO_SIZE;
90unsigned long pci_hotplug_mem_size = DEFAULT_HOTPLUG_MEM_SIZE;
91
Keith Busche16b4662016-07-21 21:40:28 -060092#define DEFAULT_HOTPLUG_BUS_SIZE 1
93unsigned long pci_hotplug_bus_size = DEFAULT_HOTPLUG_BUS_SIZE;
94
Keith Busch27d868b2015-08-24 08:48:16 -050095enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_DEFAULT;
Jon Masonb03e7492011-07-20 15:20:54 -050096
Jesse Barnesac1aa472009-10-26 13:20:44 -070097/*
98 * The default CLS is used if arch didn't set CLS explicitly and not
99 * all pci devices agree on the same value. Arch can override either
100 * the dfl or actual value as it sees fit. Don't forget this is
101 * measured in 32-bit words, not bytes.
102 */
Bill Pemberton15856ad2012-11-21 15:35:00 -0500103u8 pci_dfl_cache_line_size = L1_CACHE_BYTES >> 2;
Jesse Barnesac1aa472009-10-26 13:20:44 -0700104u8 pci_cache_line_size;
105
Myron Stowe96c55902011-10-28 15:48:38 -0600106/*
107 * If we set up a device for bus mastering, we need to check the latency
108 * timer as certain BIOSes forget to set it properly.
109 */
110unsigned int pcibios_max_latency = 255;
111
Rafael J. Wysocki6748dcc2012-03-01 00:06:33 +0100112/* If set, the PCIe ARI capability will not be used. */
113static bool pcie_ari_disabled;
114
Gil Kupfercef74402018-05-10 17:56:02 -0500115/* If set, the PCIe ATS capability will not be used. */
116static bool pcie_ats_disabled;
117
118bool pci_ats_disabled(void)
119{
120 return pcie_ats_disabled;
121}
122
Mika Westerberg9d26d3a2016-06-02 11:17:12 +0300123/* Disable bridge_d3 for all PCIe ports */
124static bool pci_bridge_d3_disable;
125/* Force bridge_d3 for all PCIe ports */
126static bool pci_bridge_d3_force;
127
128static int __init pcie_port_pm_setup(char *str)
129{
130 if (!strcmp(str, "off"))
131 pci_bridge_d3_disable = true;
132 else if (!strcmp(str, "force"))
133 pci_bridge_d3_force = true;
134 return 1;
135}
136__setup("pcie_port_pm=", pcie_port_pm_setup);
137
Sinan Kayaa2758b62018-02-27 14:14:10 -0600138/* Time to wait after a reset for device to become responsive */
139#define PCIE_RESET_READY_POLL_MS 60000
140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141/**
142 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children
143 * @bus: pointer to PCI bus structure to search
144 *
145 * Given a PCI bus, returns the highest PCI bus number present in the set
146 * including the given PCI bus and its list of child PCI buses.
147 */
Ryan Desfosses07656d83082014-04-11 01:01:53 -0400148unsigned char pci_bus_max_busnr(struct pci_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149{
Yijing Wang94e6a9b2014-02-13 21:14:03 +0800150 struct pci_bus *tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 unsigned char max, n;
152
Yinghai Lub918c622012-05-17 18:51:11 -0700153 max = bus->busn_res.end;
Yijing Wang94e6a9b2014-02-13 21:14:03 +0800154 list_for_each_entry(tmp, &bus->children, node) {
155 n = pci_bus_max_busnr(tmp);
Ryan Desfosses3c78bc62014-04-18 20:13:49 -0400156 if (n > max)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 max = n;
158 }
159 return max;
160}
Kristen Accardib82db5c2006-01-17 16:56:56 -0800161EXPORT_SYMBOL_GPL(pci_bus_max_busnr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162
Andrew Morton1684f5d2008-12-01 14:30:30 -0800163#ifdef CONFIG_HAS_IOMEM
164void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar)
165{
Bjorn Helgaas1f7bf3bf2015-03-12 12:30:11 -0500166 struct resource *res = &pdev->resource[bar];
167
Andrew Morton1684f5d2008-12-01 14:30:30 -0800168 /*
169 * Make sure the BAR is actually a memory resource, not an IO resource
170 */
Bjorn Helgaas646c0282015-03-12 12:30:15 -0500171 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) {
Frederick Lawler7506dc72018-01-18 12:55:24 -0600172 pci_warn(pdev, "can't ioremap BAR %d: %pR\n", bar, res);
Andrew Morton1684f5d2008-12-01 14:30:30 -0800173 return NULL;
174 }
Bjorn Helgaas1f7bf3bf2015-03-12 12:30:11 -0500175 return ioremap_nocache(res->start, resource_size(res));
Andrew Morton1684f5d2008-12-01 14:30:30 -0800176}
177EXPORT_SYMBOL_GPL(pci_ioremap_bar);
Luis R. Rodriguezc43996f2015-08-24 12:13:23 -0700178
179void __iomem *pci_ioremap_wc_bar(struct pci_dev *pdev, int bar)
180{
181 /*
182 * Make sure the BAR is actually a memory resource, not an IO resource
183 */
184 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) {
185 WARN_ON(1);
186 return NULL;
187 }
188 return ioremap_wc(pci_resource_start(pdev, bar),
189 pci_resource_len(pdev, bar));
190}
191EXPORT_SYMBOL_GPL(pci_ioremap_wc_bar);
Andrew Morton1684f5d2008-12-01 14:30:30 -0800192#endif
193
Michael Ellerman687d5fe2006-11-22 18:26:18 +1100194
195static int __pci_find_next_cap_ttl(struct pci_bus *bus, unsigned int devfn,
196 u8 pos, int cap, int *ttl)
Roland Dreier24a4e372005-10-28 17:35:34 -0700197{
198 u8 id;
Sean O. Stalley55db3202015-04-02 14:10:19 -0700199 u16 ent;
200
201 pci_bus_read_config_byte(bus, devfn, pos, &pos);
Roland Dreier24a4e372005-10-28 17:35:34 -0700202
Michael Ellerman687d5fe2006-11-22 18:26:18 +1100203 while ((*ttl)--) {
Roland Dreier24a4e372005-10-28 17:35:34 -0700204 if (pos < 0x40)
205 break;
206 pos &= ~3;
Sean O. Stalley55db3202015-04-02 14:10:19 -0700207 pci_bus_read_config_word(bus, devfn, pos, &ent);
208
209 id = ent & 0xff;
Roland Dreier24a4e372005-10-28 17:35:34 -0700210 if (id == 0xff)
211 break;
212 if (id == cap)
213 return pos;
Sean O. Stalley55db3202015-04-02 14:10:19 -0700214 pos = (ent >> 8);
Roland Dreier24a4e372005-10-28 17:35:34 -0700215 }
216 return 0;
217}
218
Michael Ellerman687d5fe2006-11-22 18:26:18 +1100219static int __pci_find_next_cap(struct pci_bus *bus, unsigned int devfn,
220 u8 pos, int cap)
221{
222 int ttl = PCI_FIND_CAP_TTL;
223
224 return __pci_find_next_cap_ttl(bus, devfn, pos, cap, &ttl);
225}
226
Roland Dreier24a4e372005-10-28 17:35:34 -0700227int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap)
228{
229 return __pci_find_next_cap(dev->bus, dev->devfn,
230 pos + PCI_CAP_LIST_NEXT, cap);
231}
232EXPORT_SYMBOL_GPL(pci_find_next_capability);
233
Michael Ellermand3bac112006-11-22 18:26:16 +1100234static int __pci_bus_find_cap_start(struct pci_bus *bus,
235 unsigned int devfn, u8 hdr_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236{
237 u16 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238
239 pci_bus_read_config_word(bus, devfn, PCI_STATUS, &status);
240 if (!(status & PCI_STATUS_CAP_LIST))
241 return 0;
242
243 switch (hdr_type) {
244 case PCI_HEADER_TYPE_NORMAL:
245 case PCI_HEADER_TYPE_BRIDGE:
Michael Ellermand3bac112006-11-22 18:26:16 +1100246 return PCI_CAPABILITY_LIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 case PCI_HEADER_TYPE_CARDBUS:
Michael Ellermand3bac112006-11-22 18:26:16 +1100248 return PCI_CB_CAPABILITY_LIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 }
Michael Ellermand3bac112006-11-22 18:26:16 +1100250
251 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252}
253
254/**
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700255 * pci_find_capability - query for devices' capabilities
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 * @dev: PCI device to query
257 * @cap: capability code
258 *
259 * Tell if a device supports a given PCI capability.
260 * Returns the address of the requested capability structure within the
261 * device's PCI configuration space or 0 in case the device does not
262 * support it. Possible values for @cap:
263 *
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700264 * %PCI_CAP_ID_PM Power Management
265 * %PCI_CAP_ID_AGP Accelerated Graphics Port
266 * %PCI_CAP_ID_VPD Vital Product Data
267 * %PCI_CAP_ID_SLOTID Slot Identification
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 * %PCI_CAP_ID_MSI Message Signalled Interrupts
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700269 * %PCI_CAP_ID_CHSWP CompactPCI HotSwap
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 * %PCI_CAP_ID_PCIX PCI-X
271 * %PCI_CAP_ID_EXP PCI Express
272 */
273int pci_find_capability(struct pci_dev *dev, int cap)
274{
Michael Ellermand3bac112006-11-22 18:26:16 +1100275 int pos;
276
277 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
278 if (pos)
279 pos = __pci_find_next_cap(dev->bus, dev->devfn, pos, cap);
280
281 return pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -0600283EXPORT_SYMBOL(pci_find_capability);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
285/**
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700286 * pci_bus_find_capability - query for devices' capabilities
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287 * @bus: the PCI bus to query
288 * @devfn: PCI device to query
289 * @cap: capability code
290 *
291 * Like pci_find_capability() but works for pci devices that do not have a
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700292 * pci_dev structure set up yet.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 *
294 * Returns the address of the requested capability structure within the
295 * device's PCI configuration space or 0 in case the device does not
296 * support it.
297 */
298int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap)
299{
Michael Ellermand3bac112006-11-22 18:26:16 +1100300 int pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 u8 hdr_type;
302
303 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
304
Michael Ellermand3bac112006-11-22 18:26:16 +1100305 pos = __pci_bus_find_cap_start(bus, devfn, hdr_type & 0x7f);
306 if (pos)
307 pos = __pci_find_next_cap(bus, devfn, pos, cap);
308
309 return pos;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -0600311EXPORT_SYMBOL(pci_bus_find_capability);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
313/**
Bjorn Helgaas44a9a362012-07-13 14:24:59 -0600314 * pci_find_next_ext_capability - Find an extended capability
315 * @dev: PCI device to query
316 * @start: address at which to start looking (0 to start at beginning of list)
317 * @cap: capability code
318 *
319 * Returns the address of the next matching extended capability structure
320 * within the device's PCI configuration space or 0 if the device does
321 * not support it. Some capabilities can occur several times, e.g., the
322 * vendor-specific capability, and this provides a way to find them all.
323 */
324int pci_find_next_ext_capability(struct pci_dev *dev, int start, int cap)
325{
326 u32 header;
327 int ttl;
328 int pos = PCI_CFG_SPACE_SIZE;
329
330 /* minimum 8 bytes per capability */
331 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
332
333 if (dev->cfg_size <= PCI_CFG_SPACE_SIZE)
334 return 0;
335
336 if (start)
337 pos = start;
338
339 if (pci_read_config_dword(dev, pos, &header) != PCIBIOS_SUCCESSFUL)
340 return 0;
341
342 /*
343 * If we have no capabilities, this is indicated by cap ID,
344 * cap version and next pointer all being 0.
345 */
346 if (header == 0)
347 return 0;
348
349 while (ttl-- > 0) {
350 if (PCI_EXT_CAP_ID(header) == cap && pos != start)
351 return pos;
352
353 pos = PCI_EXT_CAP_NEXT(header);
354 if (pos < PCI_CFG_SPACE_SIZE)
355 break;
356
357 if (pci_read_config_dword(dev, pos, &header) != PCIBIOS_SUCCESSFUL)
358 break;
359 }
360
361 return 0;
362}
363EXPORT_SYMBOL_GPL(pci_find_next_ext_capability);
364
365/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366 * pci_find_ext_capability - Find an extended capability
367 * @dev: PCI device to query
368 * @cap: capability code
369 *
370 * Returns the address of the requested extended capability structure
371 * within the device's PCI configuration space or 0 if the device does
372 * not support it. Possible values for @cap:
373 *
374 * %PCI_EXT_CAP_ID_ERR Advanced Error Reporting
375 * %PCI_EXT_CAP_ID_VC Virtual Channel
376 * %PCI_EXT_CAP_ID_DSN Device Serial Number
377 * %PCI_EXT_CAP_ID_PWR Power Budgeting
378 */
379int pci_find_ext_capability(struct pci_dev *dev, int cap)
380{
Bjorn Helgaas44a9a362012-07-13 14:24:59 -0600381 return pci_find_next_ext_capability(dev, 0, cap);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382}
Brice Goglin3a720d72006-05-23 06:10:01 -0400383EXPORT_SYMBOL_GPL(pci_find_ext_capability);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384
Michael Ellerman687d5fe2006-11-22 18:26:18 +1100385static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap)
386{
387 int rc, ttl = PCI_FIND_CAP_TTL;
388 u8 cap, mask;
389
390 if (ht_cap == HT_CAPTYPE_SLAVE || ht_cap == HT_CAPTYPE_HOST)
391 mask = HT_3BIT_CAP_MASK;
392 else
393 mask = HT_5BIT_CAP_MASK;
394
395 pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn, pos,
396 PCI_CAP_ID_HT, &ttl);
397 while (pos) {
398 rc = pci_read_config_byte(dev, pos + 3, &cap);
399 if (rc != PCIBIOS_SUCCESSFUL)
400 return 0;
401
402 if ((cap & mask) == ht_cap)
403 return pos;
404
Brice Goglin47a4d5b2007-01-10 23:15:29 -0800405 pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn,
406 pos + PCI_CAP_LIST_NEXT,
Michael Ellerman687d5fe2006-11-22 18:26:18 +1100407 PCI_CAP_ID_HT, &ttl);
408 }
409
410 return 0;
411}
412/**
413 * pci_find_next_ht_capability - query a device's Hypertransport capabilities
414 * @dev: PCI device to query
415 * @pos: Position from which to continue searching
416 * @ht_cap: Hypertransport capability code
417 *
418 * To be used in conjunction with pci_find_ht_capability() to search for
419 * all capabilities matching @ht_cap. @pos should always be a value returned
420 * from pci_find_ht_capability().
421 *
422 * NB. To be 100% safe against broken PCI devices, the caller should take
423 * steps to avoid an infinite loop.
424 */
425int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap)
426{
427 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap);
428}
429EXPORT_SYMBOL_GPL(pci_find_next_ht_capability);
430
431/**
432 * pci_find_ht_capability - query a device's Hypertransport capabilities
433 * @dev: PCI device to query
434 * @ht_cap: Hypertransport capability code
435 *
436 * Tell if a device supports a given Hypertransport capability.
437 * Returns an address within the device's PCI configuration space
438 * or 0 in case the device does not support the request capability.
439 * The address points to the PCI capability, of type PCI_CAP_ID_HT,
440 * which has a Hypertransport capability matching @ht_cap.
441 */
442int pci_find_ht_capability(struct pci_dev *dev, int ht_cap)
443{
444 int pos;
445
446 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
447 if (pos)
448 pos = __pci_find_next_ht_cap(dev, pos, ht_cap);
449
450 return pos;
451}
452EXPORT_SYMBOL_GPL(pci_find_ht_capability);
453
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454/**
455 * pci_find_parent_resource - return resource region of parent bus of given region
456 * @dev: PCI device structure contains resources to be searched
457 * @res: child resource record for which parent is sought
458 *
459 * For given resource region of given device, return the resource
Bjorn Helgaasf44116a2014-02-26 11:25:58 -0700460 * region of parent bus the given region is contained in.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -0400462struct resource *pci_find_parent_resource(const struct pci_dev *dev,
463 struct resource *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464{
465 const struct pci_bus *bus = dev->bus;
Bjorn Helgaasf44116a2014-02-26 11:25:58 -0700466 struct resource *r;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468
Bjorn Helgaas89a74ec2010-02-23 10:24:31 -0700469 pci_bus_for_each_resource(bus, r, i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 if (!r)
471 continue;
Ard Biesheuvel31342332017-04-11 17:33:12 +0100472 if (resource_contains(r, res)) {
Bjorn Helgaasf44116a2014-02-26 11:25:58 -0700473
474 /*
475 * If the window is prefetchable but the BAR is
476 * not, the allocator made a mistake.
477 */
478 if (r->flags & IORESOURCE_PREFETCH &&
479 !(res->flags & IORESOURCE_PREFETCH))
480 return NULL;
481
482 /*
483 * If we're below a transparent bridge, there may
484 * be both a positively-decoded aperture and a
485 * subtractively-decoded region that contain the BAR.
486 * We want the positively-decoded one, so this depends
487 * on pci_bus_for_each_resource() giving us those
488 * first.
489 */
490 return r;
491 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 }
Bjorn Helgaasf44116a2014-02-26 11:25:58 -0700493 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -0600495EXPORT_SYMBOL(pci_find_parent_resource);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496
497/**
Mika Westerbergafd29f92016-09-15 11:07:03 +0300498 * pci_find_resource - Return matching PCI device resource
499 * @dev: PCI device to query
500 * @res: Resource to look for
501 *
502 * Goes over standard PCI resources (BARs) and checks if the given resource
503 * is partially or fully contained in any of them. In that case the
504 * matching resource is returned, %NULL otherwise.
505 */
506struct resource *pci_find_resource(struct pci_dev *dev, struct resource *res)
507{
508 int i;
509
510 for (i = 0; i < PCI_ROM_RESOURCE; i++) {
511 struct resource *r = &dev->resource[i];
512
513 if (r->start && resource_contains(r, res))
514 return r;
515 }
516
517 return NULL;
518}
519EXPORT_SYMBOL(pci_find_resource);
520
521/**
Hariprasad Shenaic56d4452015-10-18 19:55:04 +0530522 * pci_find_pcie_root_port - return PCIe Root Port
523 * @dev: PCI device to query
524 *
525 * Traverse up the parent chain and return the PCIe Root Port PCI Device
526 * for a given PCI Device.
527 */
528struct pci_dev *pci_find_pcie_root_port(struct pci_dev *dev)
529{
Thierry Redingb6f6d562017-08-17 13:06:14 +0200530 struct pci_dev *bridge, *highest_pcie_bridge = dev;
Hariprasad Shenaic56d4452015-10-18 19:55:04 +0530531
532 bridge = pci_upstream_bridge(dev);
533 while (bridge && pci_is_pcie(bridge)) {
534 highest_pcie_bridge = bridge;
535 bridge = pci_upstream_bridge(bridge);
536 }
537
Thierry Redingb6f6d562017-08-17 13:06:14 +0200538 if (pci_pcie_type(highest_pcie_bridge) != PCI_EXP_TYPE_ROOT_PORT)
539 return NULL;
Hariprasad Shenaic56d4452015-10-18 19:55:04 +0530540
Thierry Redingb6f6d562017-08-17 13:06:14 +0200541 return highest_pcie_bridge;
Hariprasad Shenaic56d4452015-10-18 19:55:04 +0530542}
543EXPORT_SYMBOL(pci_find_pcie_root_port);
544
545/**
Alex Williamson157e8762013-12-17 16:43:39 -0700546 * pci_wait_for_pending - wait for @mask bit(s) to clear in status word @pos
547 * @dev: the PCI device to operate on
548 * @pos: config space offset of status word
549 * @mask: mask of bit(s) to care about in status word
550 *
551 * Return 1 when mask bit(s) in status word clear, 0 otherwise.
552 */
553int pci_wait_for_pending(struct pci_dev *dev, int pos, u16 mask)
554{
555 int i;
556
557 /* Wait for Transaction Pending bit clean */
558 for (i = 0; i < 4; i++) {
559 u16 status;
560 if (i)
561 msleep((1 << (i - 1)) * 100);
562
563 pci_read_config_word(dev, pos, &status);
564 if (!(status & mask))
565 return 1;
566 }
567
568 return 0;
569}
570
571/**
Wei Yang70675e02015-07-29 16:52:58 +0800572 * pci_restore_bars - restore a device's BAR values (e.g. after wake-up)
John W. Linville064b53db2005-07-27 10:19:44 -0400573 * @dev: PCI device to have its BARs restored
574 *
575 * Restore the BAR values for a given device, so as to make it
576 * accessible by its driver.
577 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -0400578static void pci_restore_bars(struct pci_dev *dev)
John W. Linville064b53db2005-07-27 10:19:44 -0400579{
Yu Zhaobc5f5a82008-11-22 02:40:00 +0800580 int i;
John W. Linville064b53db2005-07-27 10:19:44 -0400581
Yu Zhaobc5f5a82008-11-22 02:40:00 +0800582 for (i = 0; i < PCI_BRIDGE_RESOURCES; i++)
Yu Zhao14add802008-11-22 02:38:52 +0800583 pci_update_resource(dev, i);
John W. Linville064b53db2005-07-27 10:19:44 -0400584}
585
Julia Lawall299f2ff2015-12-06 17:33:45 +0100586static const struct pci_platform_pm_ops *pci_platform_pm;
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200587
Julia Lawall299f2ff2015-12-06 17:33:45 +0100588int pci_set_platform_pm(const struct pci_platform_pm_ops *ops)
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200589{
Lukas Wunnercc7cc022016-09-18 05:39:20 +0200590 if (!ops->is_manageable || !ops->set_state || !ops->get_state ||
Rafael J. Wysocki08476842017-06-24 01:57:35 +0200591 !ops->choose_state || !ops->set_wakeup || !ops->need_resume)
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200592 return -EINVAL;
593 pci_platform_pm = ops;
594 return 0;
595}
596
597static inline bool platform_pci_power_manageable(struct pci_dev *dev)
598{
599 return pci_platform_pm ? pci_platform_pm->is_manageable(dev) : false;
600}
601
602static inline int platform_pci_set_power_state(struct pci_dev *dev,
Ryan Desfosses3c78bc62014-04-18 20:13:49 -0400603 pci_power_t t)
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200604{
605 return pci_platform_pm ? pci_platform_pm->set_state(dev, t) : -ENOSYS;
606}
607
Lukas Wunnercc7cc022016-09-18 05:39:20 +0200608static inline pci_power_t platform_pci_get_power_state(struct pci_dev *dev)
609{
610 return pci_platform_pm ? pci_platform_pm->get_state(dev) : PCI_UNKNOWN;
611}
612
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200613static inline pci_power_t platform_pci_choose_state(struct pci_dev *dev)
614{
615 return pci_platform_pm ?
616 pci_platform_pm->choose_state(dev) : PCI_POWER_ERROR;
617}
Randy Dunlap8f7020d2005-10-23 11:57:38 -0700618
Rafael J. Wysocki08476842017-06-24 01:57:35 +0200619static inline int platform_pci_set_wakeup(struct pci_dev *dev, bool enable)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +0200620{
621 return pci_platform_pm ?
Rafael J. Wysocki08476842017-06-24 01:57:35 +0200622 pci_platform_pm->set_wakeup(dev, enable) : -ENODEV;
Rafael J. Wysockib67ea762010-02-17 23:44:09 +0100623}
624
Rafael J. Wysockibac2a902015-01-21 02:17:42 +0100625static inline bool platform_pci_need_resume(struct pci_dev *dev)
626{
627 return pci_platform_pm ? pci_platform_pm->need_resume(dev) : false;
628}
629
John W. Linville064b53db2005-07-27 10:19:44 -0400630/**
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200631 * pci_raw_set_power_state - Use PCI PM registers to set the power state of
632 * given PCI device
633 * @dev: PCI device to handle.
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200634 * @state: PCI power state (D0, D1, D2, D3hot) to put the device into.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 *
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200636 * RETURN VALUE:
637 * -EINVAL if the requested state is invalid.
638 * -EIO if device does not support PCI PM or its PM capabilities register has a
639 * wrong version, or device doesn't support the requested state.
640 * 0 if device already is in the requested state.
641 * 0 if device's power state has been successfully changed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 */
Rafael J. Wysockif00a20e2009-03-16 22:40:08 +0100643static int pci_raw_set_power_state(struct pci_dev *dev, pci_power_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644{
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200645 u16 pmcsr;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200646 bool need_restore = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647
Rafael J. Wysocki4a865902009-03-16 22:40:36 +0100648 /* Check if we're already there */
649 if (dev->current_state == state)
650 return 0;
651
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200652 if (!dev->pm_cap)
Andrew Lunncca03de2007-07-09 11:55:58 -0700653 return -EIO;
654
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200655 if (state < PCI_D0 || state > PCI_D3hot)
656 return -EINVAL;
657
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658 /* Validate current state:
Bjorn Helgaasf7625982013-11-14 11:28:18 -0700659 * Can enter D0 from any state, but if we can only go deeper
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 * to sleep if we're already in a low power state
661 */
Rafael J. Wysocki4a865902009-03-16 22:40:36 +0100662 if (state != PCI_D0 && dev->current_state <= PCI_D3cold
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200663 && dev->current_state > state) {
Frederick Lawler7506dc72018-01-18 12:55:24 -0600664 pci_err(dev, "invalid power transition (from state %d to %d)\n",
Ryan Desfosses227f0642014-04-18 20:13:50 -0400665 dev->current_state, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 return -EINVAL;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200667 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 /* check if this device supports the desired state */
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200670 if ((state == PCI_D1 && !dev->d1_support)
671 || (state == PCI_D2 && !dev->d2_support))
Daniel Ritz3fe9d192005-08-17 15:32:19 -0700672 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200674 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
John W. Linville064b53db2005-07-27 10:19:44 -0400675
John W. Linville32a36582005-09-14 09:52:42 -0400676 /* If we're (effectively) in D3, force entire word to 0.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 * This doesn't affect PME_Status, disables PME_En, and
678 * sets PowerState to 0.
679 */
John W. Linville32a36582005-09-14 09:52:42 -0400680 switch (dev->current_state) {
John W. Linvilled3535fb2005-09-28 17:50:51 -0400681 case PCI_D0:
682 case PCI_D1:
683 case PCI_D2:
684 pmcsr &= ~PCI_PM_CTRL_STATE_MASK;
685 pmcsr |= state;
686 break;
Rafael J. Wysockif62795f2009-05-18 22:51:12 +0200687 case PCI_D3hot:
688 case PCI_D3cold:
John W. Linville32a36582005-09-14 09:52:42 -0400689 case PCI_UNKNOWN: /* Boot-up */
690 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) == PCI_D3hot
Rafael J. Wysockif00a20e2009-03-16 22:40:08 +0100691 && !(pmcsr & PCI_PM_CTRL_NO_SOFT_RESET))
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200692 need_restore = true;
John W. Linville32a36582005-09-14 09:52:42 -0400693 /* Fall-through: force to D0 */
John W. Linville32a36582005-09-14 09:52:42 -0400694 default:
John W. Linvilled3535fb2005-09-28 17:50:51 -0400695 pmcsr = 0;
John W. Linville32a36582005-09-14 09:52:42 -0400696 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 }
698
699 /* enter specified state */
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200700 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701
702 /* Mandatory power management transition delays */
703 /* see PCI PM 1.1 5.6.1 table 18 */
704 if (state == PCI_D3hot || dev->current_state == PCI_D3hot)
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +0100705 pci_dev_d3_sleep(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 else if (state == PCI_D2 || dev->current_state == PCI_D2)
Rafael J. Wysockiaa8c6c92009-01-16 21:54:43 +0100707 udelay(PCI_PM_D2_DELAY);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708
Rafael J. Wysockie13cdbd2009-10-05 00:48:40 +0200709 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
710 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK);
711 if (dev->current_state != state && printk_ratelimit())
Frederick Lawler7506dc72018-01-18 12:55:24 -0600712 pci_info(dev, "Refused to change power state, currently in D%d\n",
Ryan Desfosses227f0642014-04-18 20:13:50 -0400713 dev->current_state);
John W. Linville064b53db2005-07-27 10:19:44 -0400714
Huang Ying448bd852012-06-23 10:23:51 +0800715 /*
716 * According to section 5.4.1 of the "PCI BUS POWER MANAGEMENT
John W. Linville064b53db2005-07-27 10:19:44 -0400717 * INTERFACE SPECIFICATION, REV. 1.2", a device transitioning
718 * from D3hot to D0 _may_ perform an internal reset, thereby
719 * going to "D0 Uninitialized" rather than "D0 Initialized".
720 * For example, at least some versions of the 3c905B and the
721 * 3c556B exhibit this behaviour.
722 *
723 * At least some laptop BIOSen (e.g. the Thinkpad T21) leave
724 * devices in a D3hot state at boot. Consequently, we need to
725 * restore at least the BARs so that the device will be
726 * accessible to its driver.
727 */
728 if (need_restore)
729 pci_restore_bars(dev);
730
Rafael J. Wysockif00a20e2009-03-16 22:40:08 +0100731 if (dev->bus->self)
Shaohua Li7d715a62008-02-25 09:46:41 +0800732 pcie_aspm_pm_state_change(dev->bus->self);
733
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734 return 0;
735}
736
737/**
Lukas Wunnera6a64022016-09-18 05:39:20 +0200738 * pci_update_current_state - Read power state of given device and cache it
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200739 * @dev: PCI device to handle.
Rafael J. Wysockif06fc0b2008-12-27 16:30:52 +0100740 * @state: State to cache in case the device doesn't have the PM capability
Lukas Wunnera6a64022016-09-18 05:39:20 +0200741 *
742 * The power state is read from the PMCSR register, which however is
743 * inaccessible in D3cold. The platform firmware is therefore queried first
744 * to detect accessibility of the register. In case the platform firmware
745 * reports an incorrect state or the device isn't power manageable by the
746 * platform at all, we try to detect D3cold by testing accessibility of the
747 * vendor ID in config space.
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200748 */
Rafael J. Wysocki734104292009-01-07 13:07:15 +0100749void pci_update_current_state(struct pci_dev *dev, pci_power_t state)
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200750{
Lukas Wunnera6a64022016-09-18 05:39:20 +0200751 if (platform_pci_get_power_state(dev) == PCI_D3cold ||
752 !pci_device_is_present(dev)) {
753 dev->current_state = PCI_D3cold;
754 } else if (dev->pm_cap) {
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200755 u16 pmcsr;
756
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200757 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200758 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK);
Rafael J. Wysockif06fc0b2008-12-27 16:30:52 +0100759 } else {
760 dev->current_state = state;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200761 }
762}
763
764/**
Rafael J. Wysockidb288c92012-07-05 15:20:00 -0600765 * pci_power_up - Put the given device into D0 forcibly
766 * @dev: PCI device to power up
767 */
768void pci_power_up(struct pci_dev *dev)
769{
770 if (platform_pci_power_manageable(dev))
771 platform_pci_set_power_state(dev, PCI_D0);
772
773 pci_raw_set_power_state(dev, PCI_D0);
774 pci_update_current_state(dev, PCI_D0);
775}
776
777/**
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100778 * pci_platform_power_transition - Use platform to change device power state
779 * @dev: PCI device to handle.
780 * @state: State to put the device into.
781 */
782static int pci_platform_power_transition(struct pci_dev *dev, pci_power_t state)
783{
784 int error;
785
786 if (platform_pci_power_manageable(dev)) {
787 error = platform_pci_set_power_state(dev, state);
788 if (!error)
789 pci_update_current_state(dev, state);
Rafael J. Wysocki769ba722013-04-12 13:58:17 +0000790 } else
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100791 error = -ENODEV;
Rafael J. Wysocki769ba722013-04-12 13:58:17 +0000792
793 if (error && !dev->pm_cap) /* Fall back to PCI_D0 */
794 dev->current_state = PCI_D0;
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100795
796 return error;
797}
798
799/**
Stephen Hemminger0b950f02014-01-10 17:14:48 -0700800 * pci_wakeup - Wake up a PCI device
801 * @pci_dev: Device to handle.
802 * @ign: ignored parameter
803 */
804static int pci_wakeup(struct pci_dev *pci_dev, void *ign)
805{
806 pci_wakeup_event(pci_dev);
807 pm_request_resume(&pci_dev->dev);
808 return 0;
809}
810
811/**
812 * pci_wakeup_bus - Walk given bus and wake up devices on it
813 * @bus: Top bus of the subtree to walk.
814 */
Lukas Wunner2a4d2c42018-03-03 10:53:24 +0100815void pci_wakeup_bus(struct pci_bus *bus)
Stephen Hemminger0b950f02014-01-10 17:14:48 -0700816{
817 if (bus)
818 pci_walk_bus(bus, pci_wakeup, NULL);
819}
820
821/**
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100822 * __pci_start_power_transition - Start power transition of a PCI device
823 * @dev: PCI device to handle.
824 * @state: State to put the device into.
825 */
826static void __pci_start_power_transition(struct pci_dev *dev, pci_power_t state)
827{
Huang Ying448bd852012-06-23 10:23:51 +0800828 if (state == PCI_D0) {
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100829 pci_platform_power_transition(dev, PCI_D0);
Huang Ying448bd852012-06-23 10:23:51 +0800830 /*
831 * Mandatory power management transition delays, see
832 * PCI Express Base Specification Revision 2.0 Section
833 * 6.6.1: Conventional Reset. Do not delay for
834 * devices powered on/off by corresponding bridge,
835 * because have already delayed for the bridge.
836 */
837 if (dev->runtime_d3cold) {
Adrian Hunter50b2b542017-03-14 15:21:58 +0200838 if (dev->d3cold_delay)
839 msleep(dev->d3cold_delay);
Huang Ying448bd852012-06-23 10:23:51 +0800840 /*
841 * When powering on a bridge from D3cold, the
842 * whole hierarchy may be powered on into
843 * D0uninitialized state, resume them to give
844 * them a chance to suspend again
845 */
846 pci_wakeup_bus(dev->subordinate);
847 }
848 }
849}
850
851/**
852 * __pci_dev_set_current_state - Set current state of a PCI device
853 * @dev: Device to handle
854 * @data: pointer to state to be set
855 */
856static int __pci_dev_set_current_state(struct pci_dev *dev, void *data)
857{
858 pci_power_t state = *(pci_power_t *)data;
859
860 dev->current_state = state;
861 return 0;
862}
863
864/**
Lukas Wunner2a4d2c42018-03-03 10:53:24 +0100865 * pci_bus_set_current_state - Walk given bus and set current state of devices
Huang Ying448bd852012-06-23 10:23:51 +0800866 * @bus: Top bus of the subtree to walk.
867 * @state: state to be set
868 */
Lukas Wunner2a4d2c42018-03-03 10:53:24 +0100869void pci_bus_set_current_state(struct pci_bus *bus, pci_power_t state)
Huang Ying448bd852012-06-23 10:23:51 +0800870{
871 if (bus)
872 pci_walk_bus(bus, __pci_dev_set_current_state, &state);
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100873}
874
875/**
876 * __pci_complete_power_transition - Complete power transition of a PCI device
877 * @dev: PCI device to handle.
878 * @state: State to put the device into.
879 *
880 * This function should not be called directly by device drivers.
881 */
882int __pci_complete_power_transition(struct pci_dev *dev, pci_power_t state)
883{
Huang Ying448bd852012-06-23 10:23:51 +0800884 int ret;
885
Rafael J. Wysockidb288c92012-07-05 15:20:00 -0600886 if (state <= PCI_D0)
Huang Ying448bd852012-06-23 10:23:51 +0800887 return -EINVAL;
888 ret = pci_platform_power_transition(dev, state);
889 /* Power off the bridge may power off the whole hierarchy */
890 if (!ret && state == PCI_D3cold)
Lukas Wunner2a4d2c42018-03-03 10:53:24 +0100891 pci_bus_set_current_state(dev->subordinate, PCI_D3cold);
Huang Ying448bd852012-06-23 10:23:51 +0800892 return ret;
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100893}
894EXPORT_SYMBOL_GPL(__pci_complete_power_transition);
895
896/**
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200897 * pci_set_power_state - Set the power state of a PCI device
898 * @dev: PCI device to handle.
899 * @state: PCI power state (D0, D1, D2, D3hot) to put the device into.
900 *
Nick Andrew877d0312009-01-26 11:06:57 +0100901 * Transition a device to a new power state, using the platform firmware and/or
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200902 * the device's PCI PM registers.
903 *
904 * RETURN VALUE:
905 * -EINVAL if the requested state is invalid.
906 * -EIO if device does not support PCI PM or its PM capabilities register has a
907 * wrong version, or device doesn't support the requested state.
Piotr Gregorab4b8a42017-08-02 20:42:18 +0100908 * 0 if the transition is to D1 or D2 but D1 and D2 are not supported.
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200909 * 0 if device already is in the requested state.
Piotr Gregorab4b8a42017-08-02 20:42:18 +0100910 * 0 if the transition is to D3 but D3 is not supported.
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200911 * 0 if device's power state has been successfully changed.
912 */
913int pci_set_power_state(struct pci_dev *dev, pci_power_t state)
914{
Rafael J. Wysocki337001b2008-07-07 03:36:24 +0200915 int error;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200916
917 /* bound the state we're entering */
Huang Ying448bd852012-06-23 10:23:51 +0800918 if (state > PCI_D3cold)
919 state = PCI_D3cold;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200920 else if (state < PCI_D0)
921 state = PCI_D0;
922 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev))
923 /*
924 * If the device or the parent bridge do not support PCI PM,
925 * ignore the request if we're doing anything other than putting
926 * it into D0 (which would only happen on boot).
927 */
928 return 0;
929
Rafael J. Wysockidb288c92012-07-05 15:20:00 -0600930 /* Check if we're already there */
931 if (dev->current_state == state)
932 return 0;
933
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100934 __pci_start_power_transition(dev, state);
935
Alan Cox979b1792008-07-24 17:18:38 +0100936 /* This device is quirked not to be put into D3, so
937 don't put it in D3 */
Huang Ying448bd852012-06-23 10:23:51 +0800938 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3))
Alan Cox979b1792008-07-24 17:18:38 +0100939 return 0;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200940
Huang Ying448bd852012-06-23 10:23:51 +0800941 /*
942 * To put device in D3cold, we put device into D3hot in native
943 * way, then put device into D3cold with platform ops
944 */
945 error = pci_raw_set_power_state(dev, state > PCI_D3hot ?
946 PCI_D3hot : state);
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200947
Rafael J. Wysocki0e5dd462009-03-26 22:51:40 +0100948 if (!__pci_complete_power_transition(dev, state))
949 error = 0;
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200950
951 return error;
952}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -0600953EXPORT_SYMBOL(pci_set_power_state);
Rafael J. Wysocki44e4e662008-07-07 03:32:52 +0200954
955/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 * pci_choose_state - Choose the power state of a PCI device
957 * @dev: PCI device to be suspended
958 * @state: target sleep state for the whole system. This is the value
959 * that is passed to suspend() function.
960 *
961 * Returns PCI power state suitable for given device and given system
962 * message.
963 */
964
965pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state)
966{
Shaohua Liab826ca2007-07-20 10:03:22 +0800967 pci_power_t ret;
David Shaohua Li0f644742005-03-19 00:15:48 -0500968
Yijing Wang728cdb72013-06-18 16:22:14 +0800969 if (!dev->pm_cap)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970 return PCI_D0;
971
Rafael J. Wysocki961d9122008-07-07 03:32:02 +0200972 ret = platform_pci_choose_state(dev);
973 if (ret != PCI_POWER_ERROR)
974 return ret;
Pavel Machekca078ba2005-09-03 15:56:57 -0700975
976 switch (state.event) {
977 case PM_EVENT_ON:
978 return PCI_D0;
979 case PM_EVENT_FREEZE:
David Brownellb887d2e2006-08-14 23:11:05 -0700980 case PM_EVENT_PRETHAW:
981 /* REVISIT both freeze and pre-thaw "should" use D0 */
Pavel Machekca078ba2005-09-03 15:56:57 -0700982 case PM_EVENT_SUSPEND:
Rafael J. Wysocki3a2d5b72008-02-23 19:13:25 +0100983 case PM_EVENT_HIBERNATE:
Pavel Machekca078ba2005-09-03 15:56:57 -0700984 return PCI_D3hot;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 default:
Frederick Lawler7506dc72018-01-18 12:55:24 -0600986 pci_info(dev, "unrecognized suspend event %d\n",
Bjorn Helgaas80ccba12008-06-13 10:52:11 -0600987 state.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 BUG();
989 }
990 return PCI_D0;
991}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992EXPORT_SYMBOL(pci_choose_state);
993
Yu Zhao89858512009-02-16 02:55:47 +0800994#define PCI_EXP_SAVE_REGS 7
995
Alex Williamsonfd0f7f72013-12-17 16:43:45 -0700996static struct pci_cap_saved_state *_pci_find_saved_cap(struct pci_dev *pci_dev,
997 u16 cap, bool extended)
Yinghai Lu34a48762012-02-11 00:18:41 -0800998{
999 struct pci_cap_saved_state *tmp;
Yinghai Lu34a48762012-02-11 00:18:41 -08001000
Sasha Levinb67bfe02013-02-27 17:06:00 -08001001 hlist_for_each_entry(tmp, &pci_dev->saved_cap_space, next) {
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07001002 if (tmp->cap.cap_extended == extended && tmp->cap.cap_nr == cap)
Yinghai Lu34a48762012-02-11 00:18:41 -08001003 return tmp;
1004 }
1005 return NULL;
1006}
1007
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07001008struct pci_cap_saved_state *pci_find_saved_cap(struct pci_dev *dev, char cap)
1009{
1010 return _pci_find_saved_cap(dev, cap, false);
1011}
1012
1013struct pci_cap_saved_state *pci_find_saved_ext_cap(struct pci_dev *dev, u16 cap)
1014{
1015 return _pci_find_saved_cap(dev, cap, true);
1016}
1017
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001018static int pci_save_pcie_state(struct pci_dev *dev)
1019{
Jiang Liu59875ae2012-07-24 17:20:06 +08001020 int i = 0;
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001021 struct pci_cap_saved_state *save_state;
1022 u16 *cap;
1023
Jiang Liu59875ae2012-07-24 17:20:06 +08001024 if (!pci_is_pcie(dev))
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001025 return 0;
1026
Eric W. Biederman9f355752007-03-08 13:06:13 -07001027 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001028 if (!save_state) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06001029 pci_err(dev, "buffer not found in %s\n", __func__);
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001030 return -ENOMEM;
1031 }
Jiang Liu59875ae2012-07-24 17:20:06 +08001032
Alex Williamson24a4742f2011-05-10 10:02:11 -06001033 cap = (u16 *)&save_state->cap.data[0];
Jiang Liu59875ae2012-07-24 17:20:06 +08001034 pcie_capability_read_word(dev, PCI_EXP_DEVCTL, &cap[i++]);
1035 pcie_capability_read_word(dev, PCI_EXP_LNKCTL, &cap[i++]);
1036 pcie_capability_read_word(dev, PCI_EXP_SLTCTL, &cap[i++]);
1037 pcie_capability_read_word(dev, PCI_EXP_RTCTL, &cap[i++]);
1038 pcie_capability_read_word(dev, PCI_EXP_DEVCTL2, &cap[i++]);
1039 pcie_capability_read_word(dev, PCI_EXP_LNKCTL2, &cap[i++]);
1040 pcie_capability_read_word(dev, PCI_EXP_SLTCTL2, &cap[i++]);
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001041
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001042 return 0;
1043}
1044
1045static void pci_restore_pcie_state(struct pci_dev *dev)
1046{
Jiang Liu59875ae2012-07-24 17:20:06 +08001047 int i = 0;
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001048 struct pci_cap_saved_state *save_state;
1049 u16 *cap;
1050
1051 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
Jiang Liu59875ae2012-07-24 17:20:06 +08001052 if (!save_state)
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001053 return;
Jiang Liu59875ae2012-07-24 17:20:06 +08001054
Alex Williamson24a4742f2011-05-10 10:02:11 -06001055 cap = (u16 *)&save_state->cap.data[0];
Jiang Liu59875ae2012-07-24 17:20:06 +08001056 pcie_capability_write_word(dev, PCI_EXP_DEVCTL, cap[i++]);
1057 pcie_capability_write_word(dev, PCI_EXP_LNKCTL, cap[i++]);
1058 pcie_capability_write_word(dev, PCI_EXP_SLTCTL, cap[i++]);
1059 pcie_capability_write_word(dev, PCI_EXP_RTCTL, cap[i++]);
1060 pcie_capability_write_word(dev, PCI_EXP_DEVCTL2, cap[i++]);
1061 pcie_capability_write_word(dev, PCI_EXP_LNKCTL2, cap[i++]);
1062 pcie_capability_write_word(dev, PCI_EXP_SLTCTL2, cap[i++]);
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001063}
1064
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001065
1066static int pci_save_pcix_state(struct pci_dev *dev)
1067{
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01001068 int pos;
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001069 struct pci_cap_saved_state *save_state;
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001070
1071 pos = pci_find_capability(dev, PCI_CAP_ID_PCIX);
Wei Yang0a1a9b42015-06-30 09:16:44 +08001072 if (!pos)
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001073 return 0;
1074
Shaohua Lif34303d2007-12-18 09:56:47 +08001075 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX);
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001076 if (!save_state) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06001077 pci_err(dev, "buffer not found in %s\n", __func__);
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001078 return -ENOMEM;
1079 }
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001080
Alex Williamson24a4742f2011-05-10 10:02:11 -06001081 pci_read_config_word(dev, pos + PCI_X_CMD,
1082 (u16 *)save_state->cap.data);
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01001083
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001084 return 0;
1085}
1086
1087static void pci_restore_pcix_state(struct pci_dev *dev)
1088{
1089 int i = 0, pos;
1090 struct pci_cap_saved_state *save_state;
1091 u16 *cap;
1092
1093 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX);
1094 pos = pci_find_capability(dev, PCI_CAP_ID_PCIX);
Wei Yang0a1a9b42015-06-30 09:16:44 +08001095 if (!save_state || !pos)
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001096 return;
Alex Williamson24a4742f2011-05-10 10:02:11 -06001097 cap = (u16 *)&save_state->cap.data[0];
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001098
1099 pci_write_config_word(dev, pos + PCI_X_CMD, cap[i++]);
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001100}
1101
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103/**
1104 * pci_save_state - save the PCI configuration space of a device before suspending
1105 * @dev: - PCI device that we're dealing with
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04001107int pci_save_state(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108{
1109 int i;
1110 /* XXX: 100% dword access ok here? */
1111 for (i = 0; i < 16; i++)
Kleber Sacilotto de Souza9e0b5b22009-11-25 00:55:51 -02001112 pci_read_config_dword(dev, i * 4, &dev->saved_config_space[i]);
Rafael J. Wysockiaa8c6c92009-01-16 21:54:43 +01001113 dev->state_saved = true;
Quentin Lambert79e50e72014-09-07 20:03:32 +02001114
1115 i = pci_save_pcie_state(dev);
1116 if (i != 0)
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001117 return i;
Quentin Lambert79e50e72014-09-07 20:03:32 +02001118
1119 i = pci_save_pcix_state(dev);
1120 if (i != 0)
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001121 return i;
Quentin Lambert79e50e72014-09-07 20:03:32 +02001122
Quentin Lambert754834b2014-11-06 17:45:55 +01001123 return pci_save_vc_state(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001125EXPORT_SYMBOL(pci_save_state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126
Rafael J. Wysockiebfc5b82012-04-15 21:40:40 +02001127static void pci_restore_config_dword(struct pci_dev *pdev, int offset,
1128 u32 saved_val, int retry)
1129{
1130 u32 val;
1131
1132 pci_read_config_dword(pdev, offset, &val);
1133 if (val == saved_val)
1134 return;
1135
1136 for (;;) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06001137 pci_dbg(pdev, "restoring config space at offset %#x (was %#x, writing %#x)\n",
Ryan Desfosses227f0642014-04-18 20:13:50 -04001138 offset, val, saved_val);
Rafael J. Wysockiebfc5b82012-04-15 21:40:40 +02001139 pci_write_config_dword(pdev, offset, saved_val);
1140 if (retry-- <= 0)
1141 return;
1142
1143 pci_read_config_dword(pdev, offset, &val);
1144 if (val == saved_val)
1145 return;
1146
1147 mdelay(1);
1148 }
1149}
1150
Rafael J. Wysockia6cb9ee2012-04-16 23:07:50 +02001151static void pci_restore_config_space_range(struct pci_dev *pdev,
1152 int start, int end, int retry)
Rafael J. Wysockiebfc5b82012-04-15 21:40:40 +02001153{
1154 int index;
1155
1156 for (index = end; index >= start; index--)
1157 pci_restore_config_dword(pdev, 4 * index,
1158 pdev->saved_config_space[index],
1159 retry);
1160}
1161
Rafael J. Wysockia6cb9ee2012-04-16 23:07:50 +02001162static void pci_restore_config_space(struct pci_dev *pdev)
1163{
1164 if (pdev->hdr_type == PCI_HEADER_TYPE_NORMAL) {
1165 pci_restore_config_space_range(pdev, 10, 15, 0);
1166 /* Restore BARs before the command register. */
1167 pci_restore_config_space_range(pdev, 4, 9, 10);
1168 pci_restore_config_space_range(pdev, 0, 3, 0);
1169 } else {
1170 pci_restore_config_space_range(pdev, 0, 15, 0);
1171 }
1172}
1173
Bjorn Helgaasf7625982013-11-14 11:28:18 -07001174/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 * pci_restore_state - Restore the saved state of a PCI device
1176 * @dev: - PCI device that we're dealing with
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 */
Jon Mason1d3c16a2010-11-30 17:43:26 -06001178void pci_restore_state(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179{
Alek Duc82f63e2009-08-08 08:46:19 +08001180 if (!dev->state_saved)
Jon Mason1d3c16a2010-11-30 17:43:26 -06001181 return;
Rafael J. Wysocki4b77b0a2009-09-09 23:49:59 +02001182
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001183 /* PCI Express register must be restored first */
1184 pci_restore_pcie_state(dev);
CQ Tang4ebeb1e2017-05-30 09:25:49 -07001185 pci_restore_pasid_state(dev);
1186 pci_restore_pri_state(dev);
Hao, Xudong1900ca12011-12-17 21:24:40 +08001187 pci_restore_ats_state(dev);
Alex Williamson425c1b22013-12-17 16:43:51 -07001188 pci_restore_vc_state(dev);
Michael S. Tsirkinb56a5a22006-08-21 16:22:22 +03001189
Taku Izumib07461a2015-09-17 10:09:37 -05001190 pci_cleanup_aer_error_status_regs(dev);
1191
Rafael J. Wysockia6cb9ee2012-04-16 23:07:50 +02001192 pci_restore_config_space(dev);
Rafael J. Wysockiebfc5b82012-04-15 21:40:40 +02001193
Stephen Hemmingercc692a52006-11-08 16:17:15 -08001194 pci_restore_pcix_state(dev);
Shaohua Li41017f02006-02-08 17:11:38 +08001195 pci_restore_msi_state(dev);
Alexander Duyckccbc1752015-07-07 12:24:35 -07001196
1197 /* Restore ACS and IOV configuration state */
1198 pci_enable_acs(dev);
Yu Zhao8c5cdb62009-03-20 11:25:12 +08001199 pci_restore_iov_state(dev);
Michael Ellerman8fed4b62007-01-25 19:34:08 +11001200
Rafael J. Wysocki4b77b0a2009-09-09 23:49:59 +02001201 dev->state_saved = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001203EXPORT_SYMBOL(pci_restore_state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001205struct pci_saved_state {
1206 u32 config_space[16];
1207 struct pci_cap_saved_data cap[0];
1208};
1209
1210/**
1211 * pci_store_saved_state - Allocate and return an opaque struct containing
1212 * the device saved state.
1213 * @dev: PCI device that we're dealing with
1214 *
Bjorn Helgaasf7625982013-11-14 11:28:18 -07001215 * Return NULL if no state or error.
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001216 */
1217struct pci_saved_state *pci_store_saved_state(struct pci_dev *dev)
1218{
1219 struct pci_saved_state *state;
1220 struct pci_cap_saved_state *tmp;
1221 struct pci_cap_saved_data *cap;
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001222 size_t size;
1223
1224 if (!dev->state_saved)
1225 return NULL;
1226
1227 size = sizeof(*state) + sizeof(struct pci_cap_saved_data);
1228
Sasha Levinb67bfe02013-02-27 17:06:00 -08001229 hlist_for_each_entry(tmp, &dev->saved_cap_space, next)
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001230 size += sizeof(struct pci_cap_saved_data) + tmp->cap.size;
1231
1232 state = kzalloc(size, GFP_KERNEL);
1233 if (!state)
1234 return NULL;
1235
1236 memcpy(state->config_space, dev->saved_config_space,
1237 sizeof(state->config_space));
1238
1239 cap = state->cap;
Sasha Levinb67bfe02013-02-27 17:06:00 -08001240 hlist_for_each_entry(tmp, &dev->saved_cap_space, next) {
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001241 size_t len = sizeof(struct pci_cap_saved_data) + tmp->cap.size;
1242 memcpy(cap, &tmp->cap, len);
1243 cap = (struct pci_cap_saved_data *)((u8 *)cap + len);
1244 }
1245 /* Empty cap_save terminates list */
1246
1247 return state;
1248}
1249EXPORT_SYMBOL_GPL(pci_store_saved_state);
1250
1251/**
1252 * pci_load_saved_state - Reload the provided save state into struct pci_dev.
1253 * @dev: PCI device that we're dealing with
1254 * @state: Saved state returned from pci_store_saved_state()
1255 */
Konrad Rzeszutek Wilk98d9b272014-12-03 16:40:31 -05001256int pci_load_saved_state(struct pci_dev *dev,
1257 struct pci_saved_state *state)
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001258{
1259 struct pci_cap_saved_data *cap;
1260
1261 dev->state_saved = false;
1262
1263 if (!state)
1264 return 0;
1265
1266 memcpy(dev->saved_config_space, state->config_space,
1267 sizeof(state->config_space));
1268
1269 cap = state->cap;
1270 while (cap->size) {
1271 struct pci_cap_saved_state *tmp;
1272
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07001273 tmp = _pci_find_saved_cap(dev, cap->cap_nr, cap->cap_extended);
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001274 if (!tmp || tmp->cap.size != cap->size)
1275 return -EINVAL;
1276
1277 memcpy(tmp->cap.data, cap->data, tmp->cap.size);
1278 cap = (struct pci_cap_saved_data *)((u8 *)cap +
1279 sizeof(struct pci_cap_saved_data) + cap->size);
1280 }
1281
1282 dev->state_saved = true;
1283 return 0;
1284}
Konrad Rzeszutek Wilk98d9b272014-12-03 16:40:31 -05001285EXPORT_SYMBOL_GPL(pci_load_saved_state);
Alex Williamsonffbdd3f2011-05-10 10:02:27 -06001286
1287/**
1288 * pci_load_and_free_saved_state - Reload the save state pointed to by state,
1289 * and free the memory allocated for it.
1290 * @dev: PCI device that we're dealing with
1291 * @state: Pointer to saved state returned from pci_store_saved_state()
1292 */
1293int pci_load_and_free_saved_state(struct pci_dev *dev,
1294 struct pci_saved_state **state)
1295{
1296 int ret = pci_load_saved_state(dev, *state);
1297 kfree(*state);
1298 *state = NULL;
1299 return ret;
1300}
1301EXPORT_SYMBOL_GPL(pci_load_and_free_saved_state);
1302
Bjorn Helgaas8a9d5602014-02-26 11:26:00 -07001303int __weak pcibios_enable_device(struct pci_dev *dev, int bars)
1304{
1305 return pci_enable_resources(dev, bars);
1306}
1307
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001308static int do_pci_enable_device(struct pci_dev *dev, int bars)
1309{
1310 int err;
Vidya Sagar1f6ae472014-07-16 15:33:42 +05301311 struct pci_dev *bridge;
Bjorn Helgaas1e2571a2014-01-29 16:13:51 -07001312 u16 cmd;
1313 u8 pin;
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001314
1315 err = pci_set_power_state(dev, PCI_D0);
1316 if (err < 0 && err != -EIO)
1317 return err;
Vidya Sagar1f6ae472014-07-16 15:33:42 +05301318
1319 bridge = pci_upstream_bridge(dev);
1320 if (bridge)
1321 pcie_aspm_powersave_config_link(bridge);
1322
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001323 err = pcibios_enable_device(dev, bars);
1324 if (err < 0)
1325 return err;
1326 pci_fixup_device(pci_fixup_enable, dev);
1327
Bjorn Helgaas866d5412014-03-07 16:06:05 -07001328 if (dev->msi_enabled || dev->msix_enabled)
1329 return 0;
1330
Bjorn Helgaas1e2571a2014-01-29 16:13:51 -07001331 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
1332 if (pin) {
1333 pci_read_config_word(dev, PCI_COMMAND, &cmd);
1334 if (cmd & PCI_COMMAND_INTX_DISABLE)
1335 pci_write_config_word(dev, PCI_COMMAND,
1336 cmd & ~PCI_COMMAND_INTX_DISABLE);
1337 }
1338
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001339 return 0;
1340}
1341
1342/**
Tejun Heo0b62e132007-07-27 14:43:35 +09001343 * pci_reenable_device - Resume abandoned device
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001344 * @dev: PCI device to be resumed
1345 *
1346 * Note this function is a backend of pci_default_resume and is not supposed
1347 * to be called by normal code, write proper resume handler and use it instead.
1348 */
Tejun Heo0b62e132007-07-27 14:43:35 +09001349int pci_reenable_device(struct pci_dev *dev)
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001350{
Yuji Shimada296ccb02009-04-03 16:41:46 +09001351 if (pci_is_enabled(dev))
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001352 return do_pci_enable_device(dev, (1 << PCI_NUM_RESOURCES) - 1);
1353 return 0;
1354}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001355EXPORT_SYMBOL(pci_reenable_device);
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001356
Yinghai Lu928bea92013-07-22 14:37:17 -07001357static void pci_enable_bridge(struct pci_dev *dev)
1358{
Bjorn Helgaas79272132013-11-06 10:00:51 -07001359 struct pci_dev *bridge;
Yinghai Lu928bea92013-07-22 14:37:17 -07001360 int retval;
1361
Bjorn Helgaas79272132013-11-06 10:00:51 -07001362 bridge = pci_upstream_bridge(dev);
1363 if (bridge)
1364 pci_enable_bridge(bridge);
Yinghai Lu928bea92013-07-22 14:37:17 -07001365
Yinghai Lucf3e1fe2013-11-05 13:34:38 -07001366 if (pci_is_enabled(dev)) {
Bjorn Helgaasfbeeb822013-11-05 13:34:51 -07001367 if (!dev->is_busmaster)
Yinghai Lucf3e1fe2013-11-05 13:34:38 -07001368 pci_set_master(dev);
Bjorn Helgaas0f50a492017-09-15 01:33:51 -05001369 return;
Yinghai Lucf3e1fe2013-11-05 13:34:38 -07001370 }
1371
Yinghai Lu928bea92013-07-22 14:37:17 -07001372 retval = pci_enable_device(dev);
1373 if (retval)
Frederick Lawler7506dc72018-01-18 12:55:24 -06001374 pci_err(dev, "Error enabling bridge (%d), continuing\n",
Yinghai Lu928bea92013-07-22 14:37:17 -07001375 retval);
1376 pci_set_master(dev);
1377}
1378
Bjorn Helgaasb4b4fbb2013-01-04 12:12:55 -07001379static int pci_enable_device_flags(struct pci_dev *dev, unsigned long flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380{
Bjorn Helgaas79272132013-11-06 10:00:51 -07001381 struct pci_dev *bridge;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 int err;
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001383 int i, bars = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384
Jesse Barnes97c145f2010-11-05 15:16:36 -04001385 /*
1386 * Power state could be unknown at this point, either due to a fresh
1387 * boot or a device removal call. So get the current power state
1388 * so that things like MSI message writing will behave as expected
1389 * (e.g. if the device really is in D0 at enable time).
1390 */
1391 if (dev->pm_cap) {
1392 u16 pmcsr;
1393 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
1394 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK);
1395 }
1396
Bjorn Helgaascc7ba392013-02-11 16:47:01 -07001397 if (atomic_inc_return(&dev->enable_cnt) > 1)
Hidetoshi Seto9fb625c2006-12-18 10:28:43 +09001398 return 0; /* already enabled */
1399
Bjorn Helgaas79272132013-11-06 10:00:51 -07001400 bridge = pci_upstream_bridge(dev);
Bjorn Helgaas0f50a492017-09-15 01:33:51 -05001401 if (bridge)
Bjorn Helgaas79272132013-11-06 10:00:51 -07001402 pci_enable_bridge(bridge);
Yinghai Lu928bea92013-07-22 14:37:17 -07001403
Yinghai Lu497f16f2011-12-17 18:33:37 -08001404 /* only skip sriov related */
1405 for (i = 0; i <= PCI_ROM_RESOURCE; i++)
1406 if (dev->resource[i].flags & flags)
1407 bars |= (1 << i);
1408 for (i = PCI_BRIDGE_RESOURCES; i < DEVICE_COUNT_RESOURCE; i++)
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001409 if (dev->resource[i].flags & flags)
1410 bars |= (1 << i);
1411
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001412 err = do_pci_enable_device(dev, bars);
Greg Kroah-Hartman95a62962005-07-28 11:37:33 -07001413 if (err < 0)
Hidetoshi Seto38cc1302006-12-18 10:30:00 +09001414 atomic_dec(&dev->enable_cnt);
Hidetoshi Seto9fb625c2006-12-18 10:28:43 +09001415 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416}
1417
1418/**
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001419 * pci_enable_device_io - Initialize a device for use with IO space
1420 * @dev: PCI device to be initialized
1421 *
1422 * Initialize device before it's used by a driver. Ask low-level code
1423 * to enable I/O resources. Wake up the device if it was suspended.
1424 * Beware, this function can fail.
1425 */
1426int pci_enable_device_io(struct pci_dev *dev)
1427{
Bjorn Helgaasb4b4fbb2013-01-04 12:12:55 -07001428 return pci_enable_device_flags(dev, IORESOURCE_IO);
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001429}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001430EXPORT_SYMBOL(pci_enable_device_io);
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001431
1432/**
1433 * pci_enable_device_mem - Initialize a device for use with Memory space
1434 * @dev: PCI device to be initialized
1435 *
1436 * Initialize device before it's used by a driver. Ask low-level code
1437 * to enable Memory resources. Wake up the device if it was suspended.
1438 * Beware, this function can fail.
1439 */
1440int pci_enable_device_mem(struct pci_dev *dev)
1441{
Bjorn Helgaasb4b4fbb2013-01-04 12:12:55 -07001442 return pci_enable_device_flags(dev, IORESOURCE_MEM);
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001443}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001444EXPORT_SYMBOL(pci_enable_device_mem);
Benjamin Herrenschmidtb7189892007-12-20 15:28:08 +11001445
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446/**
1447 * pci_enable_device - Initialize device before it's used by a driver.
1448 * @dev: PCI device to be initialized
1449 *
1450 * Initialize device before it's used by a driver. Ask low-level code
1451 * to enable I/O and memory. Wake up the device if it was suspended.
1452 * Beware, this function can fail.
Inaky Perez-Gonzalezbae94d02006-11-22 12:40:31 -08001453 *
1454 * Note we don't actually enable the device many times if we call
1455 * this function repeatedly (we just increment the count).
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 */
Inaky Perez-Gonzalezbae94d02006-11-22 12:40:31 -08001457int pci_enable_device(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458{
Bjorn Helgaasb4b4fbb2013-01-04 12:12:55 -07001459 return pci_enable_device_flags(dev, IORESOURCE_MEM | IORESOURCE_IO);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001461EXPORT_SYMBOL(pci_enable_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
Tejun Heo9ac78492007-01-20 16:00:26 +09001463/*
1464 * Managed PCI resources. This manages device on/off, intx/msi/msix
1465 * on/off and BAR regions. pci_dev itself records msi/msix status, so
1466 * there's no need to track it separately. pci_devres is initialized
1467 * when a device is enabled using managed PCI device enable interface.
1468 */
1469struct pci_devres {
Tejun Heo7f375f32007-02-25 04:36:01 -08001470 unsigned int enabled:1;
1471 unsigned int pinned:1;
Tejun Heo9ac78492007-01-20 16:00:26 +09001472 unsigned int orig_intx:1;
1473 unsigned int restore_intx:1;
Heiner Kallweitfc0f9f42017-12-12 07:40:56 +01001474 unsigned int mwi:1;
Tejun Heo9ac78492007-01-20 16:00:26 +09001475 u32 region_mask;
1476};
1477
1478static void pcim_release(struct device *gendev, void *res)
1479{
Geliang Tangf3d2f1652016-01-08 12:05:39 -06001480 struct pci_dev *dev = to_pci_dev(gendev);
Tejun Heo9ac78492007-01-20 16:00:26 +09001481 struct pci_devres *this = res;
1482 int i;
1483
1484 if (dev->msi_enabled)
1485 pci_disable_msi(dev);
1486 if (dev->msix_enabled)
1487 pci_disable_msix(dev);
1488
1489 for (i = 0; i < DEVICE_COUNT_RESOURCE; i++)
1490 if (this->region_mask & (1 << i))
1491 pci_release_region(dev, i);
1492
Heiner Kallweitfc0f9f42017-12-12 07:40:56 +01001493 if (this->mwi)
1494 pci_clear_mwi(dev);
1495
Tejun Heo9ac78492007-01-20 16:00:26 +09001496 if (this->restore_intx)
1497 pci_intx(dev, this->orig_intx);
1498
Tejun Heo7f375f32007-02-25 04:36:01 -08001499 if (this->enabled && !this->pinned)
Tejun Heo9ac78492007-01-20 16:00:26 +09001500 pci_disable_device(dev);
1501}
1502
Ryan Desfosses07656d83082014-04-11 01:01:53 -04001503static struct pci_devres *get_pci_dr(struct pci_dev *pdev)
Tejun Heo9ac78492007-01-20 16:00:26 +09001504{
1505 struct pci_devres *dr, *new_dr;
1506
1507 dr = devres_find(&pdev->dev, pcim_release, NULL, NULL);
1508 if (dr)
1509 return dr;
1510
1511 new_dr = devres_alloc(pcim_release, sizeof(*new_dr), GFP_KERNEL);
1512 if (!new_dr)
1513 return NULL;
1514 return devres_get(&pdev->dev, new_dr, NULL, NULL);
1515}
1516
Ryan Desfosses07656d83082014-04-11 01:01:53 -04001517static struct pci_devres *find_pci_dr(struct pci_dev *pdev)
Tejun Heo9ac78492007-01-20 16:00:26 +09001518{
1519 if (pci_is_managed(pdev))
1520 return devres_find(&pdev->dev, pcim_release, NULL, NULL);
1521 return NULL;
1522}
1523
1524/**
1525 * pcim_enable_device - Managed pci_enable_device()
1526 * @pdev: PCI device to be initialized
1527 *
1528 * Managed pci_enable_device().
1529 */
1530int pcim_enable_device(struct pci_dev *pdev)
1531{
1532 struct pci_devres *dr;
1533 int rc;
1534
1535 dr = get_pci_dr(pdev);
1536 if (unlikely(!dr))
1537 return -ENOMEM;
Tejun Heob95d58e2008-01-30 18:20:04 +09001538 if (dr->enabled)
1539 return 0;
Tejun Heo9ac78492007-01-20 16:00:26 +09001540
1541 rc = pci_enable_device(pdev);
1542 if (!rc) {
1543 pdev->is_managed = 1;
Tejun Heo7f375f32007-02-25 04:36:01 -08001544 dr->enabled = 1;
Tejun Heo9ac78492007-01-20 16:00:26 +09001545 }
1546 return rc;
1547}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001548EXPORT_SYMBOL(pcim_enable_device);
Tejun Heo9ac78492007-01-20 16:00:26 +09001549
1550/**
1551 * pcim_pin_device - Pin managed PCI device
1552 * @pdev: PCI device to pin
1553 *
1554 * Pin managed PCI device @pdev. Pinned device won't be disabled on
1555 * driver detach. @pdev must have been enabled with
1556 * pcim_enable_device().
1557 */
1558void pcim_pin_device(struct pci_dev *pdev)
1559{
1560 struct pci_devres *dr;
1561
1562 dr = find_pci_dr(pdev);
Tejun Heo7f375f32007-02-25 04:36:01 -08001563 WARN_ON(!dr || !dr->enabled);
Tejun Heo9ac78492007-01-20 16:00:26 +09001564 if (dr)
Tejun Heo7f375f32007-02-25 04:36:01 -08001565 dr->pinned = 1;
Tejun Heo9ac78492007-01-20 16:00:26 +09001566}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001567EXPORT_SYMBOL(pcim_pin_device);
Tejun Heo9ac78492007-01-20 16:00:26 +09001568
Matthew Garretteca0d462012-12-05 14:33:27 -07001569/*
1570 * pcibios_add_device - provide arch specific hooks when adding device dev
1571 * @dev: the PCI device being added
1572 *
1573 * Permits the platform to provide architecture specific functionality when
1574 * devices are added. This is the default implementation. Architecture
1575 * implementations can override this.
1576 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04001577int __weak pcibios_add_device(struct pci_dev *dev)
Matthew Garretteca0d462012-12-05 14:33:27 -07001578{
1579 return 0;
1580}
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582/**
Sebastian Ott6ae32c52013-06-04 19:18:14 +02001583 * pcibios_release_device - provide arch specific hooks when releasing device dev
1584 * @dev: the PCI device being released
1585 *
1586 * Permits the platform to provide architecture specific functionality when
1587 * devices are released. This is the default implementation. Architecture
1588 * implementations can override this.
1589 */
1590void __weak pcibios_release_device(struct pci_dev *dev) {}
1591
1592/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593 * pcibios_disable_device - disable arch specific PCI resources for device dev
1594 * @dev: the PCI device to disable
1595 *
1596 * Disables architecture specific PCI resources for the device. This
1597 * is the default implementation. Architecture implementations can
1598 * override this.
1599 */
Bogicevic Sasaff3ce482015-12-27 13:21:11 -08001600void __weak pcibios_disable_device(struct pci_dev *dev) {}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601
Hanjun Guoa43ae582014-05-06 11:29:52 +08001602/**
1603 * pcibios_penalize_isa_irq - penalize an ISA IRQ
1604 * @irq: ISA IRQ to penalize
1605 * @active: IRQ active or not
1606 *
1607 * Permits the platform to provide architecture-specific functionality when
1608 * penalizing ISA IRQs. This is the default implementation. Architecture
1609 * implementations can override this.
1610 */
1611void __weak pcibios_penalize_isa_irq(int irq, int active) {}
1612
Rafael J. Wysockifa58d302009-01-07 13:03:42 +01001613static void do_pci_disable_device(struct pci_dev *dev)
1614{
1615 u16 pci_command;
1616
1617 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
1618 if (pci_command & PCI_COMMAND_MASTER) {
1619 pci_command &= ~PCI_COMMAND_MASTER;
1620 pci_write_config_word(dev, PCI_COMMAND, pci_command);
1621 }
1622
1623 pcibios_disable_device(dev);
1624}
1625
1626/**
1627 * pci_disable_enabled_device - Disable device without updating enable_cnt
1628 * @dev: PCI device to disable
1629 *
1630 * NOTE: This function is a backend of PCI power management routines and is
1631 * not supposed to be called drivers.
1632 */
1633void pci_disable_enabled_device(struct pci_dev *dev)
1634{
Yuji Shimada296ccb02009-04-03 16:41:46 +09001635 if (pci_is_enabled(dev))
Rafael J. Wysockifa58d302009-01-07 13:03:42 +01001636 do_pci_disable_device(dev);
1637}
1638
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639/**
1640 * pci_disable_device - Disable PCI device after use
1641 * @dev: PCI device to be disabled
1642 *
1643 * Signal to the system that the PCI device is not in use by the system
1644 * anymore. This only involves disabling PCI bus-mastering, if active.
Inaky Perez-Gonzalezbae94d02006-11-22 12:40:31 -08001645 *
1646 * Note we don't actually disable the device until all callers of
Roman Fietzeee6583f2010-05-18 14:45:47 +02001647 * pci_enable_device() have called pci_disable_device().
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04001649void pci_disable_device(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650{
Tejun Heo9ac78492007-01-20 16:00:26 +09001651 struct pci_devres *dr;
Shaohua Li99dc8042006-05-26 10:58:27 +08001652
Tejun Heo9ac78492007-01-20 16:00:26 +09001653 dr = find_pci_dr(dev);
1654 if (dr)
Tejun Heo7f375f32007-02-25 04:36:01 -08001655 dr->enabled = 0;
Tejun Heo9ac78492007-01-20 16:00:26 +09001656
Konstantin Khlebnikovfd6dcea2013-02-04 15:56:01 +04001657 dev_WARN_ONCE(&dev->dev, atomic_read(&dev->enable_cnt) <= 0,
1658 "disabling already-disabled device");
1659
Bjorn Helgaascc7ba392013-02-11 16:47:01 -07001660 if (atomic_dec_return(&dev->enable_cnt) != 0)
Inaky Perez-Gonzalezbae94d02006-11-22 12:40:31 -08001661 return;
1662
Rafael J. Wysockifa58d302009-01-07 13:03:42 +01001663 do_pci_disable_device(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664
Rafael J. Wysockifa58d302009-01-07 13:03:42 +01001665 dev->is_busmaster = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001667EXPORT_SYMBOL(pci_disable_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668
1669/**
Brian Kingf7bdd122007-04-06 16:39:36 -05001670 * pcibios_set_pcie_reset_state - set reset state for device dev
Stefan Assmann45e829e2009-12-03 06:49:24 -05001671 * @dev: the PCIe device reset
Brian Kingf7bdd122007-04-06 16:39:36 -05001672 * @state: Reset state to enter into
1673 *
1674 *
Stefan Assmann45e829e2009-12-03 06:49:24 -05001675 * Sets the PCIe reset state for the device. This is the default
Brian Kingf7bdd122007-04-06 16:39:36 -05001676 * implementation. Architecture implementations can override this.
1677 */
Bjorn Helgaasd6d88c82012-06-19 06:54:49 -06001678int __weak pcibios_set_pcie_reset_state(struct pci_dev *dev,
1679 enum pcie_reset_state state)
Brian Kingf7bdd122007-04-06 16:39:36 -05001680{
1681 return -EINVAL;
1682}
1683
1684/**
1685 * pci_set_pcie_reset_state - set reset state for device dev
Stefan Assmann45e829e2009-12-03 06:49:24 -05001686 * @dev: the PCIe device reset
Brian Kingf7bdd122007-04-06 16:39:36 -05001687 * @state: Reset state to enter into
1688 *
1689 *
1690 * Sets the PCI reset state for the device.
1691 */
1692int pci_set_pcie_reset_state(struct pci_dev *dev, enum pcie_reset_state state)
1693{
1694 return pcibios_set_pcie_reset_state(dev, state);
1695}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001696EXPORT_SYMBOL_GPL(pci_set_pcie_reset_state);
Brian Kingf7bdd122007-04-06 16:39:36 -05001697
1698/**
Bjorn Helgaasdcb04532018-03-09 11:06:53 -06001699 * pcie_clear_root_pme_status - Clear root port PME interrupt status.
1700 * @dev: PCIe root port or event collector.
1701 */
1702void pcie_clear_root_pme_status(struct pci_dev *dev)
1703{
1704 pcie_capability_set_dword(dev, PCI_EXP_RTSTA, PCI_EXP_RTSTA_PME);
1705}
1706
1707/**
Rafael J. Wysocki58ff4632010-02-17 23:36:58 +01001708 * pci_check_pme_status - Check if given device has generated PME.
1709 * @dev: Device to check.
1710 *
1711 * Check the PME status of the device and if set, clear it and clear PME enable
1712 * (if set). Return 'true' if PME status and PME enable were both set or
1713 * 'false' otherwise.
1714 */
1715bool pci_check_pme_status(struct pci_dev *dev)
1716{
1717 int pmcsr_pos;
1718 u16 pmcsr;
1719 bool ret = false;
1720
1721 if (!dev->pm_cap)
1722 return false;
1723
1724 pmcsr_pos = dev->pm_cap + PCI_PM_CTRL;
1725 pci_read_config_word(dev, pmcsr_pos, &pmcsr);
1726 if (!(pmcsr & PCI_PM_CTRL_PME_STATUS))
1727 return false;
1728
1729 /* Clear PME status. */
1730 pmcsr |= PCI_PM_CTRL_PME_STATUS;
1731 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) {
1732 /* Disable PME to avoid interrupt flood. */
1733 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE;
1734 ret = true;
1735 }
1736
1737 pci_write_config_word(dev, pmcsr_pos, pmcsr);
1738
1739 return ret;
1740}
1741
1742/**
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01001743 * pci_pme_wakeup - Wake up a PCI device if its PME Status bit is set.
1744 * @dev: Device to handle.
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001745 * @pme_poll_reset: Whether or not to reset the device's pme_poll flag.
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01001746 *
1747 * Check if @dev has generated PME and queue a resume request for it in that
1748 * case.
1749 */
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001750static int pci_pme_wakeup(struct pci_dev *dev, void *pme_poll_reset)
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01001751{
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001752 if (pme_poll_reset && dev->pme_poll)
1753 dev->pme_poll = false;
1754
Rafael J. Wysockic125e962010-07-05 22:43:53 +02001755 if (pci_check_pme_status(dev)) {
Rafael J. Wysockic125e962010-07-05 22:43:53 +02001756 pci_wakeup_event(dev);
Rafael J. Wysocki0f953bf2010-12-29 13:22:08 +01001757 pm_request_resume(&dev->dev);
Rafael J. Wysockic125e962010-07-05 22:43:53 +02001758 }
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01001759 return 0;
1760}
1761
1762/**
1763 * pci_pme_wakeup_bus - Walk given bus and wake up devices on it, if necessary.
1764 * @bus: Top bus of the subtree to walk.
1765 */
1766void pci_pme_wakeup_bus(struct pci_bus *bus)
1767{
1768 if (bus)
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001769 pci_walk_bus(bus, pci_pme_wakeup, (void *)true);
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01001770}
1771
Huang Ying448bd852012-06-23 10:23:51 +08001772
1773/**
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001774 * pci_pme_capable - check the capability of PCI device to generate PME#
1775 * @dev: PCI device to handle.
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001776 * @state: PCI state from which device will issue PME#.
1777 */
Rafael J. Wysockie5899e12008-07-19 14:39:24 +02001778bool pci_pme_capable(struct pci_dev *dev, pci_power_t state)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001779{
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02001780 if (!dev->pm_cap)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001781 return false;
1782
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02001783 return !!(dev->pme_support & (1 << state));
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001784}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001785EXPORT_SYMBOL(pci_pme_capable);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001786
Matthew Garrettdf17e622010-10-04 14:22:29 -04001787static void pci_pme_list_scan(struct work_struct *work)
1788{
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001789 struct pci_pme_device *pme_dev, *n;
Matthew Garrettdf17e622010-10-04 14:22:29 -04001790
1791 mutex_lock(&pci_pme_list_mutex);
Bjorn Helgaasce300002014-01-24 09:51:06 -07001792 list_for_each_entry_safe(pme_dev, n, &pci_pme_list, list) {
1793 if (pme_dev->dev->pme_poll) {
1794 struct pci_dev *bridge;
Zheng Yan71a83bd2012-06-23 10:23:49 +08001795
Bjorn Helgaasce300002014-01-24 09:51:06 -07001796 bridge = pme_dev->dev->bus->self;
1797 /*
1798 * If bridge is in low power state, the
1799 * configuration space of subordinate devices
1800 * may be not accessible
1801 */
1802 if (bridge && bridge->current_state != PCI_D0)
1803 continue;
1804 pci_pme_wakeup(pme_dev->dev, NULL);
1805 } else {
1806 list_del(&pme_dev->list);
1807 kfree(pme_dev);
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001808 }
Matthew Garrettdf17e622010-10-04 14:22:29 -04001809 }
Bjorn Helgaasce300002014-01-24 09:51:06 -07001810 if (!list_empty(&pci_pme_list))
Lukas Wunnerea003532017-04-18 20:44:30 +02001811 queue_delayed_work(system_freezable_wq, &pci_pme_work,
1812 msecs_to_jiffies(PME_TIMEOUT));
Matthew Garrettdf17e622010-10-04 14:22:29 -04001813 mutex_unlock(&pci_pme_list_mutex);
1814}
1815
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02001816static void __pci_pme_active(struct pci_dev *dev, bool enable)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001817{
1818 u16 pmcsr;
1819
Rafael J. Wysockiffaddbe2013-04-10 10:32:51 +00001820 if (!dev->pme_support)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001821 return;
1822
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02001823 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001824 /* Clear PME_Status by writing 1 to it and enable PME# */
1825 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE;
1826 if (!enable)
1827 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE;
1828
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02001829 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr);
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02001830}
1831
Rafael J. Wysocki0ce3fca2017-07-12 03:05:39 +02001832/**
1833 * pci_pme_restore - Restore PME configuration after config space restore.
1834 * @dev: PCI device to update.
1835 */
1836void pci_pme_restore(struct pci_dev *dev)
Rafael J. Wysockidc15e712017-06-12 22:53:36 +02001837{
1838 u16 pmcsr;
1839
1840 if (!dev->pme_support)
1841 return;
1842
1843 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
1844 if (dev->wakeup_prepared) {
1845 pmcsr |= PCI_PM_CTRL_PME_ENABLE;
Rafael J. Wysocki0ce3fca2017-07-12 03:05:39 +02001846 pmcsr &= ~PCI_PM_CTRL_PME_STATUS;
Rafael J. Wysockidc15e712017-06-12 22:53:36 +02001847 } else {
1848 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE;
1849 pmcsr |= PCI_PM_CTRL_PME_STATUS;
1850 }
1851 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr);
1852}
1853
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02001854/**
1855 * pci_pme_active - enable or disable PCI device's PME# function
1856 * @dev: PCI device to handle.
1857 * @enable: 'true' to enable PME# generation; 'false' to disable it.
1858 *
1859 * The caller must verify that the device is capable of generating PME# before
1860 * calling this function with @enable equal to 'true'.
1861 */
1862void pci_pme_active(struct pci_dev *dev, bool enable)
1863{
1864 __pci_pme_active(dev, enable);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001865
Huang Ying6e965e02012-10-26 13:07:51 +08001866 /*
1867 * PCI (as opposed to PCIe) PME requires that the device have
1868 * its PME# line hooked up correctly. Not all hardware vendors
1869 * do this, so the PME never gets delivered and the device
1870 * remains asleep. The easiest way around this is to
1871 * periodically walk the list of suspended devices and check
1872 * whether any have their PME flag set. The assumption is that
1873 * we'll wake up often enough anyway that this won't be a huge
1874 * hit, and the power savings from the devices will still be a
1875 * win.
1876 *
1877 * Although PCIe uses in-band PME message instead of PME# line
1878 * to report PME, PME does not work for some PCIe devices in
1879 * reality. For example, there are devices that set their PME
1880 * status bits, but don't really bother to send a PME message;
1881 * there are PCI Express Root Ports that don't bother to
1882 * trigger interrupts when they receive PME messages from the
1883 * devices below. So PME poll is used for PCIe devices too.
1884 */
Matthew Garrettdf17e622010-10-04 14:22:29 -04001885
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02001886 if (dev->pme_poll) {
Matthew Garrettdf17e622010-10-04 14:22:29 -04001887 struct pci_pme_device *pme_dev;
1888 if (enable) {
1889 pme_dev = kmalloc(sizeof(struct pci_pme_device),
1890 GFP_KERNEL);
Bjorn Helgaas0394cb12013-10-16 12:32:53 -06001891 if (!pme_dev) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06001892 pci_warn(dev, "can't enable PME#\n");
Bjorn Helgaas0394cb12013-10-16 12:32:53 -06001893 return;
1894 }
Matthew Garrettdf17e622010-10-04 14:22:29 -04001895 pme_dev->dev = dev;
1896 mutex_lock(&pci_pme_list_mutex);
1897 list_add(&pme_dev->list, &pci_pme_list);
1898 if (list_is_singular(&pci_pme_list))
Lukas Wunnerea003532017-04-18 20:44:30 +02001899 queue_delayed_work(system_freezable_wq,
1900 &pci_pme_work,
1901 msecs_to_jiffies(PME_TIMEOUT));
Matthew Garrettdf17e622010-10-04 14:22:29 -04001902 mutex_unlock(&pci_pme_list_mutex);
1903 } else {
1904 mutex_lock(&pci_pme_list_mutex);
1905 list_for_each_entry(pme_dev, &pci_pme_list, list) {
1906 if (pme_dev->dev == dev) {
1907 list_del(&pme_dev->list);
1908 kfree(pme_dev);
1909 break;
1910 }
1911 }
1912 mutex_unlock(&pci_pme_list_mutex);
1913 }
1914 }
1915
Frederick Lawler7506dc72018-01-18 12:55:24 -06001916 pci_dbg(dev, "PME# %s\n", enable ? "enabled" : "disabled");
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001917}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06001918EXPORT_SYMBOL(pci_pme_active);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001919
1920/**
Rafael J. Wysockicfcadfa2018-05-09 00:18:32 +02001921 * __pci_enable_wake - enable PCI device as wakeup event source
David Brownell075c1772007-04-26 00:12:06 -07001922 * @dev: PCI device affected
1923 * @state: PCI state from which device will issue wakeup events
1924 * @enable: True to enable event generation; false to disable
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 *
David Brownell075c1772007-04-26 00:12:06 -07001926 * This enables the device as a wakeup event source, or disables it.
1927 * When such events involves platform-specific hooks, those hooks are
1928 * called automatically by this routine.
1929 *
1930 * Devices with legacy power management (no standard PCI PM capabilities)
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001931 * always require such platform hooks.
David Brownell075c1772007-04-26 00:12:06 -07001932 *
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001933 * RETURN VALUE:
1934 * 0 is returned on success
1935 * -EINVAL is returned if device is not supposed to wake up the system
1936 * Error code depending on the platform is returned if both the platform and
1937 * the native mechanism fail to enable the generation of wake-up events
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 */
Rafael J. Wysockicfcadfa2018-05-09 00:18:32 +02001939static int __pci_enable_wake(struct pci_dev *dev, pci_power_t state, bool enable)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940{
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001941 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942
Rafael J. Wysockibaecc472017-07-21 14:38:08 +02001943 /*
1944 * Bridges can only signal wakeup on behalf of subordinate devices,
1945 * but that is set up elsewhere, so skip them.
1946 */
1947 if (pci_has_subordinate(dev))
1948 return 0;
1949
Rafael J. Wysocki0ce3fca2017-07-12 03:05:39 +02001950 /* Don't do the same thing twice in a row for one device. */
1951 if (!!enable == !!dev->wakeup_prepared)
Rafael J. Wysockie80bb092009-09-08 23:14:49 +02001952 return 0;
1953
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001954 /*
1955 * According to "PCI System Architecture" 4th ed. by Tom Shanley & Don
1956 * Anderson we should be doing PME# wake enable followed by ACPI wake
1957 * enable. To disable wake-up we call the platform first, for symmetry.
David Brownell075c1772007-04-26 00:12:06 -07001958 */
1959
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001960 if (enable) {
1961 int error;
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001962
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001963 if (pci_pme_capable(dev, state))
1964 pci_pme_active(dev, true);
1965 else
1966 ret = 1;
Rafael J. Wysocki08476842017-06-24 01:57:35 +02001967 error = platform_pci_set_wakeup(dev, true);
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001968 if (ret)
1969 ret = error;
Rafael J. Wysockie80bb092009-09-08 23:14:49 +02001970 if (!ret)
1971 dev->wakeup_prepared = true;
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001972 } else {
Rafael J. Wysocki08476842017-06-24 01:57:35 +02001973 platform_pci_set_wakeup(dev, false);
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001974 pci_pme_active(dev, false);
Rafael J. Wysockie80bb092009-09-08 23:14:49 +02001975 dev->wakeup_prepared = false;
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001976 }
1977
Rafael J. Wysocki5bcc2fb2009-09-08 23:12:59 +02001978 return ret;
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001979}
Rafael J. Wysockicfcadfa2018-05-09 00:18:32 +02001980
1981/**
1982 * pci_enable_wake - change wakeup settings for a PCI device
1983 * @pci_dev: Target device
1984 * @state: PCI state from which device will issue wakeup events
1985 * @enable: Whether or not to enable event generation
1986 *
1987 * If @enable is set, check device_may_wakeup() for the device before calling
1988 * __pci_enable_wake() for it.
1989 */
1990int pci_enable_wake(struct pci_dev *pci_dev, pci_power_t state, bool enable)
1991{
1992 if (enable && !device_may_wakeup(&pci_dev->dev))
1993 return -EINVAL;
1994
1995 return __pci_enable_wake(pci_dev, state, enable);
1996}
Rafael J. Wysocki08476842017-06-24 01:57:35 +02001997EXPORT_SYMBOL(pci_enable_wake);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02001998
1999/**
Rafael J. Wysocki0235c4f2008-08-18 21:38:00 +02002000 * pci_wake_from_d3 - enable/disable device to wake up from D3_hot or D3_cold
2001 * @dev: PCI device to prepare
2002 * @enable: True to enable wake-up event generation; false to disable
2003 *
2004 * Many drivers want the device to wake up the system from D3_hot or D3_cold
2005 * and this function allows them to set that up cleanly - pci_enable_wake()
2006 * should not be called twice in a row to enable wake-up due to PCI PM vs ACPI
2007 * ordering constraints.
2008 *
Rafael J. Wysockicfcadfa2018-05-09 00:18:32 +02002009 * This function only returns error code if the device is not allowed to wake
2010 * up the system from sleep or it is not capable of generating PME# from both
2011 * D3_hot and D3_cold and the platform is unable to enable wake-up power for it.
Rafael J. Wysocki0235c4f2008-08-18 21:38:00 +02002012 */
2013int pci_wake_from_d3(struct pci_dev *dev, bool enable)
2014{
2015 return pci_pme_capable(dev, PCI_D3cold) ?
2016 pci_enable_wake(dev, PCI_D3cold, enable) :
2017 pci_enable_wake(dev, PCI_D3hot, enable);
2018}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06002019EXPORT_SYMBOL(pci_wake_from_d3);
Rafael J. Wysocki0235c4f2008-08-18 21:38:00 +02002020
2021/**
Jesse Barnes37139072008-07-28 11:49:26 -07002022 * pci_target_state - find an appropriate low power state for a given PCI dev
2023 * @dev: PCI device
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002024 * @wakeup: Whether or not wakeup functionality will be enabled for the device.
Jesse Barnes37139072008-07-28 11:49:26 -07002025 *
2026 * Use underlying platform code to find a supported low power state for @dev.
2027 * If the platform can't manage @dev, return the deepest state from which it
2028 * can generate wake events, based on any available PME info.
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002029 */
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002030static pci_power_t pci_target_state(struct pci_dev *dev, bool wakeup)
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002031{
2032 pci_power_t target_state = PCI_D3hot;
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002033
2034 if (platform_pci_power_manageable(dev)) {
2035 /*
Rafael J. Wysocki60ee031a2018-05-21 13:11:12 +02002036 * Call the platform to find the target state for the device.
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002037 */
2038 pci_power_t state = platform_pci_choose_state(dev);
2039
2040 switch (state) {
2041 case PCI_POWER_ERROR:
2042 case PCI_UNKNOWN:
2043 break;
2044 case PCI_D1:
2045 case PCI_D2:
2046 if (pci_no_d1d2(dev))
2047 break;
2048 default:
2049 target_state = state;
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002050 }
Lukas Wunner4132a572016-09-18 05:39:20 +02002051
2052 return target_state;
2053 }
2054
2055 if (!dev->pm_cap)
Rafael J. Wysockid2abdf62009-06-14 21:25:02 +02002056 target_state = PCI_D0;
Lukas Wunner4132a572016-09-18 05:39:20 +02002057
2058 /*
2059 * If the device is in D3cold even though it's not power-manageable by
2060 * the platform, it may have been powered down by non-standard means.
2061 * Best to let it slumber.
2062 */
2063 if (dev->current_state == PCI_D3cold)
2064 target_state = PCI_D3cold;
2065
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002066 if (wakeup) {
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002067 /*
2068 * Find the deepest state from which the device can generate
Rafael J. Wysocki60ee031a2018-05-21 13:11:12 +02002069 * PME#.
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002070 */
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002071 if (dev->pme_support) {
2072 while (target_state
2073 && !(dev->pme_support & (1 << target_state)))
2074 target_state--;
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002075 }
2076 }
2077
Rafael J. Wysockie5899e12008-07-19 14:39:24 +02002078 return target_state;
2079}
2080
2081/**
2082 * pci_prepare_to_sleep - prepare PCI device for system-wide transition into a sleep state
2083 * @dev: Device to handle.
2084 *
2085 * Choose the power state appropriate for the device depending on whether
2086 * it can wake up the system and/or is power manageable by the platform
2087 * (PCI_D3hot is the default) and put the device into that state.
2088 */
2089int pci_prepare_to_sleep(struct pci_dev *dev)
2090{
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002091 bool wakeup = device_may_wakeup(&dev->dev);
2092 pci_power_t target_state = pci_target_state(dev, wakeup);
Rafael J. Wysockie5899e12008-07-19 14:39:24 +02002093 int error;
2094
2095 if (target_state == PCI_POWER_ERROR)
2096 return -EIO;
2097
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002098 pci_enable_wake(dev, target_state, wakeup);
Rafael J. Wysockic157dfa2008-07-13 22:45:06 +02002099
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002100 error = pci_set_power_state(dev, target_state);
2101
2102 if (error)
2103 pci_enable_wake(dev, target_state, false);
2104
2105 return error;
2106}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06002107EXPORT_SYMBOL(pci_prepare_to_sleep);
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002108
2109/**
Randy Dunlap443bd1c2008-07-21 09:27:18 -07002110 * pci_back_from_sleep - turn PCI device on during system-wide transition into working state
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002111 * @dev: Device to handle.
2112 *
Thomas Weber88393162010-03-16 11:47:56 +01002113 * Disable device's system wake-up capability and put it into D0.
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002114 */
2115int pci_back_from_sleep(struct pci_dev *dev)
2116{
2117 pci_enable_wake(dev, PCI_D0, false);
2118 return pci_set_power_state(dev, PCI_D0);
2119}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06002120EXPORT_SYMBOL(pci_back_from_sleep);
Rafael J. Wysocki404cc2d2008-07-07 03:35:26 +02002121
2122/**
Rafael J. Wysocki6cbf8212010-02-17 23:44:58 +01002123 * pci_finish_runtime_suspend - Carry out PCI-specific part of runtime suspend.
2124 * @dev: PCI device being suspended.
2125 *
2126 * Prepare @dev to generate wake-up events at run time and put it into a low
2127 * power state.
2128 */
2129int pci_finish_runtime_suspend(struct pci_dev *dev)
2130{
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002131 pci_power_t target_state;
Rafael J. Wysocki6cbf8212010-02-17 23:44:58 +01002132 int error;
2133
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002134 target_state = pci_target_state(dev, device_can_wakeup(&dev->dev));
Rafael J. Wysocki6cbf8212010-02-17 23:44:58 +01002135 if (target_state == PCI_POWER_ERROR)
2136 return -EIO;
2137
Huang Ying448bd852012-06-23 10:23:51 +08002138 dev->runtime_d3cold = target_state == PCI_D3cold;
2139
Rafael J. Wysockicfcadfa2018-05-09 00:18:32 +02002140 __pci_enable_wake(dev, target_state, pci_dev_run_wake(dev));
Rafael J. Wysocki6cbf8212010-02-17 23:44:58 +01002141
2142 error = pci_set_power_state(dev, target_state);
2143
Huang Ying448bd852012-06-23 10:23:51 +08002144 if (error) {
Rafael J. Wysocki08476842017-06-24 01:57:35 +02002145 pci_enable_wake(dev, target_state, false);
Huang Ying448bd852012-06-23 10:23:51 +08002146 dev->runtime_d3cold = false;
2147 }
Rafael J. Wysocki6cbf8212010-02-17 23:44:58 +01002148
2149 return error;
2150}
2151
2152/**
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002153 * pci_dev_run_wake - Check if device can generate run-time wake-up events.
2154 * @dev: Device to check.
2155 *
Bjorn Helgaasf7625982013-11-14 11:28:18 -07002156 * Return true if the device itself is capable of generating wake-up events
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002157 * (through the platform or using the native PCIe PME) or if the device supports
2158 * PME and one of its upstream bridges can generate wake-up events.
2159 */
2160bool pci_dev_run_wake(struct pci_dev *dev)
2161{
2162 struct pci_bus *bus = dev->bus;
2163
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002164 if (!dev->pme_support)
2165 return false;
2166
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002167 /* PME-capable in principle, but not from the target power state */
Kai Heng Feng8feaec32018-05-07 14:11:20 +08002168 if (!pci_pme_capable(dev, pci_target_state(dev, true)))
Alan Stern6496ebd2016-10-21 16:45:38 -04002169 return false;
2170
Kai Heng Feng8feaec32018-05-07 14:11:20 +08002171 if (device_can_wakeup(&dev->dev))
2172 return true;
2173
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002174 while (bus->parent) {
2175 struct pci_dev *bridge = bus->self;
2176
Rafael J. Wysockide3ef1e2017-06-24 01:58:53 +02002177 if (device_can_wakeup(&bridge->dev))
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002178 return true;
2179
2180 bus = bus->parent;
2181 }
2182
2183 /* We have reached the root bus. */
2184 if (bus->bridge)
Rafael J. Wysockide3ef1e2017-06-24 01:58:53 +02002185 return device_can_wakeup(bus->bridge);
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002186
2187 return false;
2188}
2189EXPORT_SYMBOL_GPL(pci_dev_run_wake);
2190
Rafael J. Wysockibac2a902015-01-21 02:17:42 +01002191/**
2192 * pci_dev_keep_suspended - Check if the device can stay in the suspended state.
2193 * @pci_dev: Device to check.
2194 *
2195 * Return 'true' if the device is runtime-suspended, it doesn't have to be
2196 * reconfigured due to wakeup settings difference between system and runtime
2197 * suspend and the current power state of it is suitable for the upcoming
2198 * (system) transition.
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02002199 *
2200 * If the device is not configured for system wakeup, disable PME for it before
2201 * returning 'true' to prevent it from waking up the system unnecessarily.
Rafael J. Wysockibac2a902015-01-21 02:17:42 +01002202 */
2203bool pci_dev_keep_suspended(struct pci_dev *pci_dev)
2204{
2205 struct device *dev = &pci_dev->dev;
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002206 bool wakeup = device_may_wakeup(dev);
Rafael J. Wysockibac2a902015-01-21 02:17:42 +01002207
2208 if (!pm_runtime_suspended(dev)
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002209 || pci_target_state(pci_dev, wakeup) != pci_dev->current_state
Rafael J. Wysockic2eac4d2017-10-25 14:16:46 +02002210 || platform_pci_need_resume(pci_dev))
Rafael J. Wysockibac2a902015-01-21 02:17:42 +01002211 return false;
2212
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02002213 /*
2214 * At this point the device is good to go unless it's been configured
2215 * to generate PME at the runtime suspend time, but it is not supposed
2216 * to wake up the system. In that case, simply disable PME for it
2217 * (it will have to be re-enabled on exit from system resume).
2218 *
2219 * If the device's power state is D3cold and the platform check above
2220 * hasn't triggered, the device's configuration is suitable and we don't
2221 * need to manipulate it at all.
2222 */
2223 spin_lock_irq(&dev->power.lock);
2224
2225 if (pm_runtime_suspended(dev) && pci_dev->current_state < PCI_D3cold &&
Rafael J. Wysocki666ff6f2017-06-23 14:58:11 +02002226 !wakeup)
Rafael J. Wysocki2cef5482015-09-30 01:10:24 +02002227 __pci_pme_active(pci_dev, false);
2228
2229 spin_unlock_irq(&dev->power.lock);
2230 return true;
2231}
2232
2233/**
2234 * pci_dev_complete_resume - Finalize resume from system sleep for a device.
2235 * @pci_dev: Device to handle.
2236 *
2237 * If the device is runtime suspended and wakeup-capable, enable PME for it as
2238 * it might have been disabled during the prepare phase of system suspend if
2239 * the device was not configured for system wakeup.
2240 */
2241void pci_dev_complete_resume(struct pci_dev *pci_dev)
2242{
2243 struct device *dev = &pci_dev->dev;
2244
2245 if (!pci_dev_run_wake(pci_dev))
2246 return;
2247
2248 spin_lock_irq(&dev->power.lock);
2249
2250 if (pm_runtime_suspended(dev) && pci_dev->current_state < PCI_D3cold)
2251 __pci_pme_active(pci_dev, true);
2252
2253 spin_unlock_irq(&dev->power.lock);
Rafael J. Wysockibac2a902015-01-21 02:17:42 +01002254}
2255
Huang Yingb3c32c42012-10-25 09:36:03 +08002256void pci_config_pm_runtime_get(struct pci_dev *pdev)
2257{
2258 struct device *dev = &pdev->dev;
2259 struct device *parent = dev->parent;
2260
2261 if (parent)
2262 pm_runtime_get_sync(parent);
2263 pm_runtime_get_noresume(dev);
2264 /*
2265 * pdev->current_state is set to PCI_D3cold during suspending,
2266 * so wait until suspending completes
2267 */
2268 pm_runtime_barrier(dev);
2269 /*
2270 * Only need to resume devices in D3cold, because config
2271 * registers are still accessible for devices suspended but
2272 * not in D3cold.
2273 */
2274 if (pdev->current_state == PCI_D3cold)
2275 pm_runtime_resume(dev);
2276}
2277
2278void pci_config_pm_runtime_put(struct pci_dev *pdev)
2279{
2280 struct device *dev = &pdev->dev;
2281 struct device *parent = dev->parent;
2282
2283 pm_runtime_put(dev);
2284 if (parent)
2285 pm_runtime_put_sync(parent);
2286}
2287
Rafael J. Wysockib67ea762010-02-17 23:44:09 +01002288/**
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002289 * pci_bridge_d3_possible - Is it possible to put the bridge into D3
2290 * @bridge: Bridge to check
2291 *
2292 * This function checks if it is possible to move the bridge to D3.
2293 * Currently we only allow D3 for recent enough PCIe ports.
2294 */
Lukas Wunnerc6a63302016-10-28 10:52:06 +02002295bool pci_bridge_d3_possible(struct pci_dev *bridge)
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002296{
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002297 if (!pci_is_pcie(bridge))
2298 return false;
2299
2300 switch (pci_pcie_type(bridge)) {
2301 case PCI_EXP_TYPE_ROOT_PORT:
2302 case PCI_EXP_TYPE_UPSTREAM:
2303 case PCI_EXP_TYPE_DOWNSTREAM:
2304 if (pci_bridge_d3_disable)
2305 return false;
Lukas Wunner97a90ae2016-10-28 10:52:06 +02002306
2307 /*
Bjorn Helgaasd98e0922017-02-03 08:53:51 -06002308 * Hotplug interrupts cannot be delivered if the link is down,
2309 * so parents of a hotplug port must stay awake. In addition,
2310 * hotplug ports handled by firmware in System Management Mode
Lukas Wunner97a90ae2016-10-28 10:52:06 +02002311 * may not be put into D3 by the OS (Thunderbolt on non-Macs).
Bjorn Helgaasd98e0922017-02-03 08:53:51 -06002312 * For simplicity, disallow in general for now.
Lukas Wunner97a90ae2016-10-28 10:52:06 +02002313 */
Bjorn Helgaasd98e0922017-02-03 08:53:51 -06002314 if (bridge->is_hotplug_bridge)
Lukas Wunner97a90ae2016-10-28 10:52:06 +02002315 return false;
2316
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002317 if (pci_bridge_d3_force)
2318 return true;
2319
2320 /*
2321 * It should be safe to put PCIe ports from 2015 or newer
2322 * to D3.
2323 */
Andy Shevchenkoac950902018-02-22 14:59:23 +02002324 if (dmi_get_bios_year() >= 2015)
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002325 return true;
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002326 break;
2327 }
2328
2329 return false;
2330}
2331
2332static int pci_dev_check_d3cold(struct pci_dev *dev, void *data)
2333{
2334 bool *d3cold_ok = data;
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002335
Lukas Wunner718a0602016-10-28 10:52:06 +02002336 if (/* The device needs to be allowed to go D3cold ... */
2337 dev->no_d3cold || !dev->d3cold_allowed ||
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002338
Lukas Wunner718a0602016-10-28 10:52:06 +02002339 /* ... and if it is wakeup capable to do so from D3cold. */
2340 (device_may_wakeup(&dev->dev) &&
2341 !pci_pme_capable(dev, PCI_D3cold)) ||
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002342
Lukas Wunner718a0602016-10-28 10:52:06 +02002343 /* If it is a bridge it must be allowed to go to D3. */
Bjorn Helgaasd98e0922017-02-03 08:53:51 -06002344 !pci_power_manageable(dev))
Lukas Wunner718a0602016-10-28 10:52:06 +02002345
2346 *d3cold_ok = false;
2347
2348 return !*d3cold_ok;
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002349}
2350
2351/*
2352 * pci_bridge_d3_update - Update bridge D3 capabilities
2353 * @dev: PCI device which is changed
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002354 *
2355 * Update upstream bridge PM capabilities accordingly depending on if the
2356 * device PM configuration was changed or the device is being removed. The
2357 * change is also propagated upstream.
2358 */
Lukas Wunner1ed276a2016-10-28 10:52:06 +02002359void pci_bridge_d3_update(struct pci_dev *dev)
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002360{
Lukas Wunner1ed276a2016-10-28 10:52:06 +02002361 bool remove = !device_is_registered(&dev->dev);
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002362 struct pci_dev *bridge;
2363 bool d3cold_ok = true;
2364
2365 bridge = pci_upstream_bridge(dev);
2366 if (!bridge || !pci_bridge_d3_possible(bridge))
2367 return;
2368
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002369 /*
Lukas Wunnere8559b712016-10-28 10:52:06 +02002370 * If D3 is currently allowed for the bridge, removing one of its
2371 * children won't change that.
2372 */
2373 if (remove && bridge->bridge_d3)
2374 return;
2375
2376 /*
2377 * If D3 is currently allowed for the bridge and a child is added or
2378 * changed, disallowance of D3 can only be caused by that child, so
2379 * we only need to check that single device, not any of its siblings.
2380 *
2381 * If D3 is currently not allowed for the bridge, checking the device
2382 * first may allow us to skip checking its siblings.
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002383 */
2384 if (!remove)
2385 pci_dev_check_d3cold(dev, &d3cold_ok);
2386
Lukas Wunnere8559b712016-10-28 10:52:06 +02002387 /*
2388 * If D3 is currently not allowed for the bridge, this may be caused
2389 * either by the device being changed/removed or any of its siblings,
2390 * so we need to go through all children to find out if one of them
2391 * continues to block D3.
2392 */
2393 if (d3cold_ok && !bridge->bridge_d3)
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002394 pci_walk_bus(bridge->subordinate, pci_dev_check_d3cold,
2395 &d3cold_ok);
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002396
2397 if (bridge->bridge_d3 != d3cold_ok) {
2398 bridge->bridge_d3 = d3cold_ok;
2399 /* Propagate change to upstream bridges */
Lukas Wunner1ed276a2016-10-28 10:52:06 +02002400 pci_bridge_d3_update(bridge);
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002401 }
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002402}
2403
2404/**
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002405 * pci_d3cold_enable - Enable D3cold for device
2406 * @dev: PCI device to handle
2407 *
2408 * This function can be used in drivers to enable D3cold from the device
2409 * they handle. It also updates upstream PCI bridge PM capabilities
2410 * accordingly.
2411 */
2412void pci_d3cold_enable(struct pci_dev *dev)
2413{
2414 if (dev->no_d3cold) {
2415 dev->no_d3cold = false;
Lukas Wunner1ed276a2016-10-28 10:52:06 +02002416 pci_bridge_d3_update(dev);
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002417 }
2418}
2419EXPORT_SYMBOL_GPL(pci_d3cold_enable);
2420
2421/**
2422 * pci_d3cold_disable - Disable D3cold for device
2423 * @dev: PCI device to handle
2424 *
2425 * This function can be used in drivers to disable D3cold from the device
2426 * they handle. It also updates upstream PCI bridge PM capabilities
2427 * accordingly.
2428 */
2429void pci_d3cold_disable(struct pci_dev *dev)
2430{
2431 if (!dev->no_d3cold) {
2432 dev->no_d3cold = true;
Lukas Wunner1ed276a2016-10-28 10:52:06 +02002433 pci_bridge_d3_update(dev);
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002434 }
2435}
2436EXPORT_SYMBOL_GPL(pci_d3cold_disable);
2437
2438/**
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002439 * pci_pm_init - Initialize PM functions of given PCI device
2440 * @dev: PCI device to handle.
2441 */
2442void pci_pm_init(struct pci_dev *dev)
2443{
2444 int pm;
2445 u16 pmc;
David Brownell075c1772007-04-26 00:12:06 -07002446
Rafael J. Wysockibb910a72010-02-27 21:37:37 +01002447 pm_runtime_forbid(&dev->dev);
Huang Ying967577b2012-11-20 16:08:22 +08002448 pm_runtime_set_active(&dev->dev);
2449 pm_runtime_enable(&dev->dev);
Rafael J. Wysockia1e4d722010-02-08 19:16:33 +01002450 device_enable_async_suspend(&dev->dev);
Rafael J. Wysockie80bb092009-09-08 23:14:49 +02002451 dev->wakeup_prepared = false;
Rafael J. Wysockibb910a72010-02-27 21:37:37 +01002452
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002453 dev->pm_cap = 0;
Rafael J. Wysockiffaddbe2013-04-10 10:32:51 +00002454 dev->pme_support = 0;
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456 /* find PCI PM capability in list */
2457 pm = pci_find_capability(dev, PCI_CAP_ID_PM);
David Brownell075c1772007-04-26 00:12:06 -07002458 if (!pm)
Linus Torvalds50246dd2009-01-16 08:14:51 -08002459 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460 /* Check device's ability to generate PME# */
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002461 pci_read_config_word(dev, pm + PCI_PM_PMC, &pmc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002463 if ((pmc & PCI_PM_CAP_VER_MASK) > 3) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002464 pci_err(dev, "unsupported PM cap regs version (%u)\n",
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002465 pmc & PCI_PM_CAP_VER_MASK);
Linus Torvalds50246dd2009-01-16 08:14:51 -08002466 return;
David Brownell075c1772007-04-26 00:12:06 -07002467 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002469 dev->pm_cap = pm;
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +01002470 dev->d3_delay = PCI_PM_D3_WAIT;
Huang Ying448bd852012-06-23 10:23:51 +08002471 dev->d3cold_delay = PCI_PM_D3COLD_WAIT;
Mika Westerberg9d26d3a2016-06-02 11:17:12 +03002472 dev->bridge_d3 = pci_bridge_d3_possible(dev);
Huang Ying4f9c1392012-08-08 09:07:38 +08002473 dev->d3cold_allowed = true;
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002474
2475 dev->d1_support = false;
2476 dev->d2_support = false;
2477 if (!pci_no_d1d2(dev)) {
Bjorn Helgaasc9ed77e2008-08-22 09:37:02 -06002478 if (pmc & PCI_PM_CAP_D1)
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002479 dev->d1_support = true;
Bjorn Helgaasc9ed77e2008-08-22 09:37:02 -06002480 if (pmc & PCI_PM_CAP_D2)
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002481 dev->d2_support = true;
Bjorn Helgaasc9ed77e2008-08-22 09:37:02 -06002482
2483 if (dev->d1_support || dev->d2_support)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002484 pci_printk(KERN_DEBUG, dev, "supports%s%s\n",
Jesse Barnesec84f122008-09-23 11:43:34 -07002485 dev->d1_support ? " D1" : "",
2486 dev->d2_support ? " D2" : "");
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002487 }
2488
2489 pmc &= PCI_PM_CAP_PME_MASK;
2490 if (pmc) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002491 pci_printk(KERN_DEBUG, dev, "PME# supported from%s%s%s%s%s\n",
Bjorn Helgaasc9ed77e2008-08-22 09:37:02 -06002492 (pmc & PCI_PM_CAP_PME_D0) ? " D0" : "",
2493 (pmc & PCI_PM_CAP_PME_D1) ? " D1" : "",
2494 (pmc & PCI_PM_CAP_PME_D2) ? " D2" : "",
2495 (pmc & PCI_PM_CAP_PME_D3) ? " D3hot" : "",
2496 (pmc & PCI_PM_CAP_PME_D3cold) ? " D3cold" : "");
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002497 dev->pme_support = pmc >> PCI_PM_CAP_PME_SHIFT;
Rafael J. Wysocki379021d2011-10-03 23:16:33 +02002498 dev->pme_poll = true;
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002499 /*
2500 * Make device's PM flags reflect the wake-up capability, but
2501 * let the user space enable it to wake up the system as needed.
2502 */
2503 device_set_wakeup_capable(&dev->dev, true);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002504 /* Disable the PME# generation functionality */
Rafael J. Wysocki337001b2008-07-07 03:36:24 +02002505 pci_pme_active(dev, false);
Rafael J. Wysockieb9d0fe2008-07-07 03:34:48 +02002506 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507}
2508
Sean O. Stalley938174e2015-10-29 17:35:39 -05002509static unsigned long pci_ea_flags(struct pci_dev *dev, u8 prop)
2510{
Alex Williamson92efb1b2016-05-16 15:12:02 -05002511 unsigned long flags = IORESOURCE_PCI_FIXED | IORESOURCE_PCI_EA_BEI;
Sean O. Stalley938174e2015-10-29 17:35:39 -05002512
2513 switch (prop) {
2514 case PCI_EA_P_MEM:
2515 case PCI_EA_P_VF_MEM:
2516 flags |= IORESOURCE_MEM;
2517 break;
2518 case PCI_EA_P_MEM_PREFETCH:
2519 case PCI_EA_P_VF_MEM_PREFETCH:
2520 flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH;
2521 break;
2522 case PCI_EA_P_IO:
2523 flags |= IORESOURCE_IO;
2524 break;
2525 default:
2526 return 0;
2527 }
2528
2529 return flags;
2530}
2531
2532static struct resource *pci_ea_get_resource(struct pci_dev *dev, u8 bei,
2533 u8 prop)
2534{
2535 if (bei <= PCI_EA_BEI_BAR5 && prop <= PCI_EA_P_IO)
2536 return &dev->resource[bei];
David Daney11183992015-10-29 17:35:40 -05002537#ifdef CONFIG_PCI_IOV
2538 else if (bei >= PCI_EA_BEI_VF_BAR0 && bei <= PCI_EA_BEI_VF_BAR5 &&
2539 (prop == PCI_EA_P_VF_MEM || prop == PCI_EA_P_VF_MEM_PREFETCH))
2540 return &dev->resource[PCI_IOV_RESOURCES +
2541 bei - PCI_EA_BEI_VF_BAR0];
2542#endif
Sean O. Stalley938174e2015-10-29 17:35:39 -05002543 else if (bei == PCI_EA_BEI_ROM)
2544 return &dev->resource[PCI_ROM_RESOURCE];
2545 else
2546 return NULL;
2547}
2548
2549/* Read an Enhanced Allocation (EA) entry */
2550static int pci_ea_read(struct pci_dev *dev, int offset)
2551{
2552 struct resource *res;
2553 int ent_size, ent_offset = offset;
2554 resource_size_t start, end;
2555 unsigned long flags;
Bjorn Helgaas26635112015-10-29 17:35:40 -05002556 u32 dw0, bei, base, max_offset;
Sean O. Stalley938174e2015-10-29 17:35:39 -05002557 u8 prop;
2558 bool support_64 = (sizeof(resource_size_t) >= 8);
2559
2560 pci_read_config_dword(dev, ent_offset, &dw0);
2561 ent_offset += 4;
2562
2563 /* Entry size field indicates DWORDs after 1st */
2564 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2;
2565
2566 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */
2567 goto out;
2568
Bjorn Helgaas26635112015-10-29 17:35:40 -05002569 bei = (dw0 & PCI_EA_BEI) >> 4;
2570 prop = (dw0 & PCI_EA_PP) >> 8;
2571
Sean O. Stalley938174e2015-10-29 17:35:39 -05002572 /*
2573 * If the Property is in the reserved range, try the Secondary
2574 * Property instead.
2575 */
2576 if (prop > PCI_EA_P_BRIDGE_IO && prop < PCI_EA_P_MEM_RESERVED)
Bjorn Helgaas26635112015-10-29 17:35:40 -05002577 prop = (dw0 & PCI_EA_SP) >> 16;
Sean O. Stalley938174e2015-10-29 17:35:39 -05002578 if (prop > PCI_EA_P_BRIDGE_IO)
2579 goto out;
2580
Bjorn Helgaas26635112015-10-29 17:35:40 -05002581 res = pci_ea_get_resource(dev, bei, prop);
Sean O. Stalley938174e2015-10-29 17:35:39 -05002582 if (!res) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002583 pci_err(dev, "Unsupported EA entry BEI: %u\n", bei);
Sean O. Stalley938174e2015-10-29 17:35:39 -05002584 goto out;
2585 }
2586
2587 flags = pci_ea_flags(dev, prop);
2588 if (!flags) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002589 pci_err(dev, "Unsupported EA properties: %#x\n", prop);
Sean O. Stalley938174e2015-10-29 17:35:39 -05002590 goto out;
2591 }
2592
2593 /* Read Base */
2594 pci_read_config_dword(dev, ent_offset, &base);
2595 start = (base & PCI_EA_FIELD_MASK);
2596 ent_offset += 4;
2597
2598 /* Read MaxOffset */
2599 pci_read_config_dword(dev, ent_offset, &max_offset);
2600 ent_offset += 4;
2601
2602 /* Read Base MSBs (if 64-bit entry) */
2603 if (base & PCI_EA_IS_64) {
2604 u32 base_upper;
2605
2606 pci_read_config_dword(dev, ent_offset, &base_upper);
2607 ent_offset += 4;
2608
2609 flags |= IORESOURCE_MEM_64;
2610
2611 /* entry starts above 32-bit boundary, can't use */
2612 if (!support_64 && base_upper)
2613 goto out;
2614
2615 if (support_64)
2616 start |= ((u64)base_upper << 32);
2617 }
2618
2619 end = start + (max_offset | 0x03);
2620
2621 /* Read MaxOffset MSBs (if 64-bit entry) */
2622 if (max_offset & PCI_EA_IS_64) {
2623 u32 max_offset_upper;
2624
2625 pci_read_config_dword(dev, ent_offset, &max_offset_upper);
2626 ent_offset += 4;
2627
2628 flags |= IORESOURCE_MEM_64;
2629
2630 /* entry too big, can't use */
2631 if (!support_64 && max_offset_upper)
2632 goto out;
2633
2634 if (support_64)
2635 end += ((u64)max_offset_upper << 32);
2636 }
2637
2638 if (end < start) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002639 pci_err(dev, "EA Entry crosses address boundary\n");
Sean O. Stalley938174e2015-10-29 17:35:39 -05002640 goto out;
2641 }
2642
2643 if (ent_size != ent_offset - offset) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06002644 pci_err(dev, "EA Entry Size (%d) does not match length read (%d)\n",
Sean O. Stalley938174e2015-10-29 17:35:39 -05002645 ent_size, ent_offset - offset);
2646 goto out;
2647 }
2648
2649 res->name = pci_name(dev);
2650 res->start = start;
2651 res->end = end;
2652 res->flags = flags;
Bjorn Helgaas597becb2015-10-29 17:35:40 -05002653
2654 if (bei <= PCI_EA_BEI_BAR5)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002655 pci_printk(KERN_DEBUG, dev, "BAR %d: %pR (from Enhanced Allocation, properties %#02x)\n",
Bjorn Helgaas597becb2015-10-29 17:35:40 -05002656 bei, res, prop);
2657 else if (bei == PCI_EA_BEI_ROM)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002658 pci_printk(KERN_DEBUG, dev, "ROM: %pR (from Enhanced Allocation, properties %#02x)\n",
Bjorn Helgaas597becb2015-10-29 17:35:40 -05002659 res, prop);
2660 else if (bei >= PCI_EA_BEI_VF_BAR0 && bei <= PCI_EA_BEI_VF_BAR5)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002661 pci_printk(KERN_DEBUG, dev, "VF BAR %d: %pR (from Enhanced Allocation, properties %#02x)\n",
Bjorn Helgaas597becb2015-10-29 17:35:40 -05002662 bei - PCI_EA_BEI_VF_BAR0, res, prop);
2663 else
Frederick Lawler7506dc72018-01-18 12:55:24 -06002664 pci_printk(KERN_DEBUG, dev, "BEI %d res: %pR (from Enhanced Allocation, properties %#02x)\n",
Bjorn Helgaas597becb2015-10-29 17:35:40 -05002665 bei, res, prop);
2666
Sean O. Stalley938174e2015-10-29 17:35:39 -05002667out:
2668 return offset + ent_size;
2669}
2670
Colin Ian Kingdcbb4082016-04-05 12:12:45 -05002671/* Enhanced Allocation Initialization */
Sean O. Stalley938174e2015-10-29 17:35:39 -05002672void pci_ea_init(struct pci_dev *dev)
2673{
2674 int ea;
2675 u8 num_ent;
2676 int offset;
2677 int i;
2678
2679 /* find PCI EA capability in list */
2680 ea = pci_find_capability(dev, PCI_CAP_ID_EA);
2681 if (!ea)
2682 return;
2683
2684 /* determine the number of entries */
2685 pci_bus_read_config_byte(dev->bus, dev->devfn, ea + PCI_EA_NUM_ENT,
2686 &num_ent);
2687 num_ent &= PCI_EA_NUM_ENT_MASK;
2688
2689 offset = ea + PCI_EA_FIRST_ENT;
2690
2691 /* Skip DWORD 2 for type 1 functions */
2692 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)
2693 offset += 4;
2694
2695 /* parse each EA entry */
2696 for (i = 0; i < num_ent; ++i)
2697 offset = pci_ea_read(dev, offset);
2698}
2699
Yinghai Lu34a48762012-02-11 00:18:41 -08002700static void pci_add_saved_cap(struct pci_dev *pci_dev,
2701 struct pci_cap_saved_state *new_cap)
2702{
2703 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space);
2704}
2705
Jesse Barneseb9c39d2008-12-17 12:10:05 -08002706/**
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002707 * _pci_add_cap_save_buffer - allocate buffer for saving given
2708 * capability registers
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002709 * @dev: the PCI device
2710 * @cap: the capability to allocate the buffer for
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002711 * @extended: Standard or Extended capability ID
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002712 * @size: requested size of the buffer
2713 */
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002714static int _pci_add_cap_save_buffer(struct pci_dev *dev, u16 cap,
2715 bool extended, unsigned int size)
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002716{
2717 int pos;
2718 struct pci_cap_saved_state *save_state;
2719
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002720 if (extended)
2721 pos = pci_find_ext_capability(dev, cap);
2722 else
2723 pos = pci_find_capability(dev, cap);
2724
Wei Yang0a1a9b42015-06-30 09:16:44 +08002725 if (!pos)
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002726 return 0;
2727
2728 save_state = kzalloc(sizeof(*save_state) + size, GFP_KERNEL);
2729 if (!save_state)
2730 return -ENOMEM;
2731
Alex Williamson24a4742f2011-05-10 10:02:11 -06002732 save_state->cap.cap_nr = cap;
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002733 save_state->cap.cap_extended = extended;
Alex Williamson24a4742f2011-05-10 10:02:11 -06002734 save_state->cap.size = size;
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002735 pci_add_saved_cap(dev, save_state);
2736
2737 return 0;
2738}
2739
Alex Williamsonfd0f7f72013-12-17 16:43:45 -07002740int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size)
2741{
2742 return _pci_add_cap_save_buffer(dev, cap, false, size);
2743}
2744
2745int pci_add_ext_cap_save_buffer(struct pci_dev *dev, u16 cap, unsigned int size)
2746{
2747 return _pci_add_cap_save_buffer(dev, cap, true, size);
2748}
2749
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002750/**
2751 * pci_allocate_cap_save_buffers - allocate buffers for saving capabilities
2752 * @dev: the PCI device
2753 */
2754void pci_allocate_cap_save_buffers(struct pci_dev *dev)
2755{
2756 int error;
2757
Yu Zhao89858512009-02-16 02:55:47 +08002758 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_EXP,
2759 PCI_EXP_SAVE_REGS * sizeof(u16));
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002760 if (error)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002761 pci_err(dev, "unable to preallocate PCI Express save buffer\n");
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002762
2763 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_PCIX, sizeof(u16));
2764 if (error)
Frederick Lawler7506dc72018-01-18 12:55:24 -06002765 pci_err(dev, "unable to preallocate PCI-X save buffer\n");
Alex Williamson425c1b22013-12-17 16:43:51 -07002766
2767 pci_allocate_vc_save_buffers(dev);
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002768}
2769
Yinghai Luf7968412012-02-11 00:18:30 -08002770void pci_free_cap_save_buffers(struct pci_dev *dev)
2771{
2772 struct pci_cap_saved_state *tmp;
Sasha Levinb67bfe02013-02-27 17:06:00 -08002773 struct hlist_node *n;
Yinghai Luf7968412012-02-11 00:18:30 -08002774
Sasha Levinb67bfe02013-02-27 17:06:00 -08002775 hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next)
Yinghai Luf7968412012-02-11 00:18:30 -08002776 kfree(tmp);
2777}
2778
Rafael J. Wysocki63f48982008-12-07 22:02:58 +01002779/**
Yijing Wang31ab2472013-01-15 11:12:17 +08002780 * pci_configure_ari - enable or disable ARI forwarding
Yu Zhao58c3a722008-10-14 14:02:53 +08002781 * @dev: the PCI device
Yijing Wangb0cc6022013-01-15 11:12:16 +08002782 *
2783 * If @dev and its upstream bridge both support ARI, enable ARI in the
2784 * bridge. Otherwise, disable ARI in the bridge.
Yu Zhao58c3a722008-10-14 14:02:53 +08002785 */
Yijing Wang31ab2472013-01-15 11:12:17 +08002786void pci_configure_ari(struct pci_dev *dev)
Yu Zhao58c3a722008-10-14 14:02:53 +08002787{
Yu Zhao58c3a722008-10-14 14:02:53 +08002788 u32 cap;
Zhao, Yu81135872008-10-23 13:15:39 +08002789 struct pci_dev *bridge;
Yu Zhao58c3a722008-10-14 14:02:53 +08002790
Rafael J. Wysocki6748dcc2012-03-01 00:06:33 +01002791 if (pcie_ari_disabled || !pci_is_pcie(dev) || dev->devfn)
Yu Zhao58c3a722008-10-14 14:02:53 +08002792 return;
2793
Zhao, Yu81135872008-10-23 13:15:39 +08002794 bridge = dev->bus->self;
Myron Stowecb97ae32012-06-01 15:16:31 -06002795 if (!bridge)
Zhao, Yu81135872008-10-23 13:15:39 +08002796 return;
2797
Jiang Liu59875ae2012-07-24 17:20:06 +08002798 pcie_capability_read_dword(bridge, PCI_EXP_DEVCAP2, &cap);
Yu Zhao58c3a722008-10-14 14:02:53 +08002799 if (!(cap & PCI_EXP_DEVCAP2_ARI))
2800 return;
2801
Yijing Wangb0cc6022013-01-15 11:12:16 +08002802 if (pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ARI)) {
2803 pcie_capability_set_word(bridge, PCI_EXP_DEVCTL2,
2804 PCI_EXP_DEVCTL2_ARI);
2805 bridge->ari_enabled = 1;
2806 } else {
2807 pcie_capability_clear_word(bridge, PCI_EXP_DEVCTL2,
2808 PCI_EXP_DEVCTL2_ARI);
2809 bridge->ari_enabled = 0;
2810 }
Yu Zhao58c3a722008-10-14 14:02:53 +08002811}
2812
Chris Wright5d990b62009-12-04 12:15:21 -08002813static int pci_acs_enable;
2814
2815/**
2816 * pci_request_acs - ask for ACS to be enabled if supported
2817 */
2818void pci_request_acs(void)
2819{
2820 pci_acs_enable = 1;
2821}
2822
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07002823/**
Alex Williamson2c744242014-02-03 14:27:33 -07002824 * pci_std_enable_acs - enable ACS on devices using standard ACS capabilites
Allen Kayae21ee62009-10-07 10:27:17 -07002825 * @dev: the PCI device
2826 */
Alex Williamsonc1d61c92016-03-31 16:34:32 -06002827static void pci_std_enable_acs(struct pci_dev *dev)
Allen Kayae21ee62009-10-07 10:27:17 -07002828{
2829 int pos;
2830 u16 cap;
2831 u16 ctrl;
2832
Allen Kayae21ee62009-10-07 10:27:17 -07002833 pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ACS);
2834 if (!pos)
Alex Williamsonc1d61c92016-03-31 16:34:32 -06002835 return;
Allen Kayae21ee62009-10-07 10:27:17 -07002836
2837 pci_read_config_word(dev, pos + PCI_ACS_CAP, &cap);
2838 pci_read_config_word(dev, pos + PCI_ACS_CTRL, &ctrl);
2839
2840 /* Source Validation */
2841 ctrl |= (cap & PCI_ACS_SV);
2842
2843 /* P2P Request Redirect */
2844 ctrl |= (cap & PCI_ACS_RR);
2845
2846 /* P2P Completion Redirect */
2847 ctrl |= (cap & PCI_ACS_CR);
2848
2849 /* Upstream Forwarding */
2850 ctrl |= (cap & PCI_ACS_UF);
2851
2852 pci_write_config_word(dev, pos + PCI_ACS_CTRL, ctrl);
Alex Williamson2c744242014-02-03 14:27:33 -07002853}
2854
2855/**
2856 * pci_enable_acs - enable ACS if hardware support it
2857 * @dev: the PCI device
2858 */
2859void pci_enable_acs(struct pci_dev *dev)
2860{
2861 if (!pci_acs_enable)
2862 return;
2863
Alex Williamsonc1d61c92016-03-31 16:34:32 -06002864 if (!pci_dev_specific_enable_acs(dev))
Alex Williamson2c744242014-02-03 14:27:33 -07002865 return;
2866
Alex Williamsonc1d61c92016-03-31 16:34:32 -06002867 pci_std_enable_acs(dev);
Allen Kayae21ee62009-10-07 10:27:17 -07002868}
2869
Alex Williamson0a671192013-06-27 16:39:48 -06002870static bool pci_acs_flags_enabled(struct pci_dev *pdev, u16 acs_flags)
2871{
2872 int pos;
Alex Williamson83db7e02013-06-27 16:39:54 -06002873 u16 cap, ctrl;
Alex Williamson0a671192013-06-27 16:39:48 -06002874
2875 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_ACS);
2876 if (!pos)
2877 return false;
2878
Alex Williamson83db7e02013-06-27 16:39:54 -06002879 /*
2880 * Except for egress control, capabilities are either required
2881 * or only required if controllable. Features missing from the
2882 * capability field can therefore be assumed as hard-wired enabled.
2883 */
2884 pci_read_config_word(pdev, pos + PCI_ACS_CAP, &cap);
2885 acs_flags &= (cap | PCI_ACS_EC);
2886
Alex Williamson0a671192013-06-27 16:39:48 -06002887 pci_read_config_word(pdev, pos + PCI_ACS_CTRL, &ctrl);
2888 return (ctrl & acs_flags) == acs_flags;
2889}
2890
Allen Kayae21ee62009-10-07 10:27:17 -07002891/**
Alex Williamsonad805752012-06-11 05:27:07 +00002892 * pci_acs_enabled - test ACS against required flags for a given device
2893 * @pdev: device to test
2894 * @acs_flags: required PCI ACS flags
2895 *
2896 * Return true if the device supports the provided flags. Automatically
2897 * filters out flags that are not implemented on multifunction devices.
Alex Williamson0a671192013-06-27 16:39:48 -06002898 *
2899 * Note that this interface checks the effective ACS capabilities of the
2900 * device rather than the actual capabilities. For instance, most single
2901 * function endpoints are not required to support ACS because they have no
2902 * opportunity for peer-to-peer access. We therefore return 'true'
2903 * regardless of whether the device exposes an ACS capability. This makes
2904 * it much easier for callers of this function to ignore the actual type
2905 * or topology of the device when testing ACS support.
Alex Williamsonad805752012-06-11 05:27:07 +00002906 */
2907bool pci_acs_enabled(struct pci_dev *pdev, u16 acs_flags)
2908{
Alex Williamson0a671192013-06-27 16:39:48 -06002909 int ret;
Alex Williamsonad805752012-06-11 05:27:07 +00002910
2911 ret = pci_dev_specific_acs_enabled(pdev, acs_flags);
2912 if (ret >= 0)
2913 return ret > 0;
2914
Alex Williamson0a671192013-06-27 16:39:48 -06002915 /*
2916 * Conventional PCI and PCI-X devices never support ACS, either
2917 * effectively or actually. The shared bus topology implies that
2918 * any device on the bus can receive or snoop DMA.
2919 */
Alex Williamsonad805752012-06-11 05:27:07 +00002920 if (!pci_is_pcie(pdev))
2921 return false;
2922
Alex Williamson0a671192013-06-27 16:39:48 -06002923 switch (pci_pcie_type(pdev)) {
2924 /*
2925 * PCI/X-to-PCIe bridges are not specifically mentioned by the spec,
Bjorn Helgaasf7625982013-11-14 11:28:18 -07002926 * but since their primary interface is PCI/X, we conservatively
Alex Williamson0a671192013-06-27 16:39:48 -06002927 * handle them as we would a non-PCIe device.
2928 */
2929 case PCI_EXP_TYPE_PCIE_BRIDGE:
2930 /*
2931 * PCIe 3.0, 6.12.1 excludes ACS on these devices. "ACS is never
2932 * applicable... must never implement an ACS Extended Capability...".
2933 * This seems arbitrary, but we take a conservative interpretation
2934 * of this statement.
2935 */
2936 case PCI_EXP_TYPE_PCI_BRIDGE:
2937 case PCI_EXP_TYPE_RC_EC:
2938 return false;
2939 /*
2940 * PCIe 3.0, 6.12.1.1 specifies that downstream and root ports should
2941 * implement ACS in order to indicate their peer-to-peer capabilities,
2942 * regardless of whether they are single- or multi-function devices.
2943 */
2944 case PCI_EXP_TYPE_DOWNSTREAM:
2945 case PCI_EXP_TYPE_ROOT_PORT:
2946 return pci_acs_flags_enabled(pdev, acs_flags);
2947 /*
2948 * PCIe 3.0, 6.12.1.2 specifies ACS capabilities that should be
2949 * implemented by the remaining PCIe types to indicate peer-to-peer
Bjorn Helgaasf7625982013-11-14 11:28:18 -07002950 * capabilities, but only when they are part of a multifunction
Alex Williamson0a671192013-06-27 16:39:48 -06002951 * device. The footnote for section 6.12 indicates the specific
2952 * PCIe types included here.
2953 */
2954 case PCI_EXP_TYPE_ENDPOINT:
2955 case PCI_EXP_TYPE_UPSTREAM:
2956 case PCI_EXP_TYPE_LEG_END:
2957 case PCI_EXP_TYPE_RC_END:
2958 if (!pdev->multifunction)
2959 break;
2960
Alex Williamson0a671192013-06-27 16:39:48 -06002961 return pci_acs_flags_enabled(pdev, acs_flags);
Alex Williamsonad805752012-06-11 05:27:07 +00002962 }
2963
Alex Williamson0a671192013-06-27 16:39:48 -06002964 /*
Bjorn Helgaasf7625982013-11-14 11:28:18 -07002965 * PCIe 3.0, 6.12.1.3 specifies no ACS capabilities are applicable
Alex Williamson0a671192013-06-27 16:39:48 -06002966 * to single function devices with the exception of downstream ports.
2967 */
Alex Williamsonad805752012-06-11 05:27:07 +00002968 return true;
2969}
2970
2971/**
2972 * pci_acs_path_enable - test ACS flags from start to end in a hierarchy
2973 * @start: starting downstream device
2974 * @end: ending upstream device or NULL to search to the root bus
2975 * @acs_flags: required flags
2976 *
2977 * Walk up a device tree from start to end testing PCI ACS support. If
2978 * any step along the way does not support the required flags, return false.
2979 */
2980bool pci_acs_path_enabled(struct pci_dev *start,
2981 struct pci_dev *end, u16 acs_flags)
2982{
2983 struct pci_dev *pdev, *parent = start;
2984
2985 do {
2986 pdev = parent;
2987
2988 if (!pci_acs_enabled(pdev, acs_flags))
2989 return false;
2990
2991 if (pci_is_root_bus(pdev->bus))
2992 return (end == NULL);
2993
2994 parent = pdev->bus->self;
2995 } while (pdev != end);
2996
2997 return true;
2998}
2999
3000/**
Christian König276b7382017-10-24 14:40:20 -05003001 * pci_rebar_find_pos - find position of resize ctrl reg for BAR
3002 * @pdev: PCI device
3003 * @bar: BAR to find
3004 *
3005 * Helper to find the position of the ctrl register for a BAR.
3006 * Returns -ENOTSUPP if resizable BARs are not supported at all.
3007 * Returns -ENOENT if no ctrl register for the BAR could be found.
3008 */
3009static int pci_rebar_find_pos(struct pci_dev *pdev, int bar)
3010{
3011 unsigned int pos, nbars, i;
3012 u32 ctrl;
3013
3014 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_REBAR);
3015 if (!pos)
3016 return -ENOTSUPP;
3017
3018 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl);
3019 nbars = (ctrl & PCI_REBAR_CTRL_NBAR_MASK) >>
3020 PCI_REBAR_CTRL_NBAR_SHIFT;
3021
3022 for (i = 0; i < nbars; i++, pos += 8) {
3023 int bar_idx;
3024
3025 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl);
3026 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX;
3027 if (bar_idx == bar)
3028 return pos;
3029 }
3030
3031 return -ENOENT;
3032}
3033
3034/**
3035 * pci_rebar_get_possible_sizes - get possible sizes for BAR
3036 * @pdev: PCI device
3037 * @bar: BAR to query
3038 *
3039 * Get the possible sizes of a resizable BAR as bitmask defined in the spec
3040 * (bit 0=1MB, bit 19=512GB). Returns 0 if BAR isn't resizable.
3041 */
3042u32 pci_rebar_get_possible_sizes(struct pci_dev *pdev, int bar)
3043{
3044 int pos;
3045 u32 cap;
3046
3047 pos = pci_rebar_find_pos(pdev, bar);
3048 if (pos < 0)
3049 return 0;
3050
3051 pci_read_config_dword(pdev, pos + PCI_REBAR_CAP, &cap);
3052 return (cap & PCI_REBAR_CAP_SIZES) >> 4;
3053}
3054
3055/**
3056 * pci_rebar_get_current_size - get the current size of a BAR
3057 * @pdev: PCI device
3058 * @bar: BAR to set size to
3059 *
3060 * Read the size of a BAR from the resizable BAR config.
3061 * Returns size if found or negative error code.
3062 */
3063int pci_rebar_get_current_size(struct pci_dev *pdev, int bar)
3064{
3065 int pos;
3066 u32 ctrl;
3067
3068 pos = pci_rebar_find_pos(pdev, bar);
3069 if (pos < 0)
3070 return pos;
3071
3072 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl);
3073 return (ctrl & PCI_REBAR_CTRL_BAR_SIZE) >> 8;
3074}
3075
3076/**
3077 * pci_rebar_set_size - set a new size for a BAR
3078 * @pdev: PCI device
3079 * @bar: BAR to set size to
3080 * @size: new size as defined in the spec (0=1MB, 19=512GB)
3081 *
3082 * Set the new size of a BAR as defined in the spec.
3083 * Returns zero if resizing was successful, error code otherwise.
3084 */
3085int pci_rebar_set_size(struct pci_dev *pdev, int bar, int size)
3086{
3087 int pos;
3088 u32 ctrl;
3089
3090 pos = pci_rebar_find_pos(pdev, bar);
3091 if (pos < 0)
3092 return pos;
3093
3094 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl);
3095 ctrl &= ~PCI_REBAR_CTRL_BAR_SIZE;
3096 ctrl |= size << 8;
3097 pci_write_config_dword(pdev, pos + PCI_REBAR_CTRL, ctrl);
3098 return 0;
3099}
3100
3101/**
Jay Cornwall430a2362018-01-04 19:44:59 -05003102 * pci_enable_atomic_ops_to_root - enable AtomicOp requests to root port
3103 * @dev: the PCI device
3104 * @cap_mask: mask of desired AtomicOp sizes, including one or more of:
3105 * PCI_EXP_DEVCAP2_ATOMIC_COMP32
3106 * PCI_EXP_DEVCAP2_ATOMIC_COMP64
3107 * PCI_EXP_DEVCAP2_ATOMIC_COMP128
3108 *
3109 * Return 0 if all upstream bridges support AtomicOp routing, egress
3110 * blocking is disabled on all upstream ports, and the root port supports
3111 * the requested completion capabilities (32-bit, 64-bit and/or 128-bit
3112 * AtomicOp completion), or negative otherwise.
3113 */
3114int pci_enable_atomic_ops_to_root(struct pci_dev *dev, u32 cap_mask)
3115{
3116 struct pci_bus *bus = dev->bus;
3117 struct pci_dev *bridge;
3118 u32 cap, ctl2;
3119
3120 if (!pci_is_pcie(dev))
3121 return -EINVAL;
3122
3123 /*
3124 * Per PCIe r4.0, sec 6.15, endpoints and root ports may be
3125 * AtomicOp requesters. For now, we only support endpoints as
3126 * requesters and root ports as completers. No endpoints as
3127 * completers, and no peer-to-peer.
3128 */
3129
3130 switch (pci_pcie_type(dev)) {
3131 case PCI_EXP_TYPE_ENDPOINT:
3132 case PCI_EXP_TYPE_LEG_END:
3133 case PCI_EXP_TYPE_RC_END:
3134 break;
3135 default:
3136 return -EINVAL;
3137 }
3138
3139 while (bus->parent) {
3140 bridge = bus->self;
3141
3142 pcie_capability_read_dword(bridge, PCI_EXP_DEVCAP2, &cap);
3143
3144 switch (pci_pcie_type(bridge)) {
3145 /* Ensure switch ports support AtomicOp routing */
3146 case PCI_EXP_TYPE_UPSTREAM:
3147 case PCI_EXP_TYPE_DOWNSTREAM:
3148 if (!(cap & PCI_EXP_DEVCAP2_ATOMIC_ROUTE))
3149 return -EINVAL;
3150 break;
3151
3152 /* Ensure root port supports all the sizes we care about */
3153 case PCI_EXP_TYPE_ROOT_PORT:
3154 if ((cap & cap_mask) != cap_mask)
3155 return -EINVAL;
3156 break;
3157 }
3158
3159 /* Ensure upstream ports don't block AtomicOps on egress */
3160 if (!bridge->has_secondary_link) {
3161 pcie_capability_read_dword(bridge, PCI_EXP_DEVCTL2,
3162 &ctl2);
3163 if (ctl2 & PCI_EXP_DEVCTL2_ATOMIC_EGRESS_BLOCK)
3164 return -EINVAL;
3165 }
3166
3167 bus = bus->parent;
3168 }
3169
3170 pcie_capability_set_word(dev, PCI_EXP_DEVCTL2,
3171 PCI_EXP_DEVCTL2_ATOMIC_REQ);
3172 return 0;
3173}
3174EXPORT_SYMBOL(pci_enable_atomic_ops_to_root);
3175
3176/**
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003177 * pci_swizzle_interrupt_pin - swizzle INTx for device behind bridge
3178 * @dev: the PCI device
Wang Sheng-Huibb5c2de2013-05-28 11:17:41 +08003179 * @pin: the INTx pin (1=INTA, 2=INTB, 3=INTC, 4=INTD)
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003180 *
3181 * Perform INTx swizzling for a device behind one level of bridge. This is
3182 * required by section 9.1 of the PCI-to-PCI bridge specification for devices
Matthew Wilcox46b952a2009-07-01 14:24:30 -07003183 * behind bridges on add-in cards. For devices with ARI enabled, the slot
3184 * number is always 0 (see the Implementation Note in section 2.2.8.1 of
3185 * the PCI Express Base Specification, Revision 2.1)
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003186 */
John Crispin3df425f2012-04-12 17:33:07 +02003187u8 pci_swizzle_interrupt_pin(const struct pci_dev *dev, u8 pin)
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003188{
Matthew Wilcox46b952a2009-07-01 14:24:30 -07003189 int slot;
3190
3191 if (pci_ari_enabled(dev->bus))
3192 slot = 0;
3193 else
3194 slot = PCI_SLOT(dev->devfn);
3195
3196 return (((pin - 1) + slot) % 4) + 1;
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003197}
3198
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003199int pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200{
3201 u8 pin;
3202
Kristen Accardi514d2072005-11-02 16:24:39 -08003203 pin = dev->pin;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 if (!pin)
3205 return -1;
Bjorn Helgaas878f2e52008-12-09 16:11:46 -07003206
Kenji Kaneshige8784fd42009-05-26 16:07:33 +09003207 while (!pci_is_root_bus(dev->bus)) {
Bjorn Helgaas57c2cf72008-12-11 11:24:23 -07003208 pin = pci_swizzle_interrupt_pin(dev, pin);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209 dev = dev->bus->self;
3210 }
3211 *bridge = dev;
3212 return pin;
3213}
3214
3215/**
Bjorn Helgaas68feac82008-12-16 21:36:55 -07003216 * pci_common_swizzle - swizzle INTx all the way to root bridge
3217 * @dev: the PCI device
3218 * @pinp: pointer to the INTx pin value (1=INTA, 2=INTB, 3=INTD, 4=INTD)
3219 *
3220 * Perform INTx swizzling for a device. This traverses through all PCI-to-PCI
3221 * bridges all the way up to a PCI root bus.
3222 */
3223u8 pci_common_swizzle(struct pci_dev *dev, u8 *pinp)
3224{
3225 u8 pin = *pinp;
3226
Kenji Kaneshige1eb39482009-05-26 16:08:36 +09003227 while (!pci_is_root_bus(dev->bus)) {
Bjorn Helgaas68feac82008-12-16 21:36:55 -07003228 pin = pci_swizzle_interrupt_pin(dev, pin);
3229 dev = dev->bus->self;
3230 }
3231 *pinp = pin;
3232 return PCI_SLOT(dev->devfn);
3233}
Ray Juie6b29de2015-04-08 11:21:33 -07003234EXPORT_SYMBOL_GPL(pci_common_swizzle);
Bjorn Helgaas68feac82008-12-16 21:36:55 -07003235
3236/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 * pci_release_region - Release a PCI bar
3238 * @pdev: PCI device whose resources were previously reserved by pci_request_region
3239 * @bar: BAR to release
3240 *
3241 * Releases the PCI I/O and memory resources previously reserved by a
3242 * successful call to pci_request_region. Call this function only
3243 * after all use of the PCI regions has ceased.
3244 */
3245void pci_release_region(struct pci_dev *pdev, int bar)
3246{
Tejun Heo9ac78492007-01-20 16:00:26 +09003247 struct pci_devres *dr;
3248
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249 if (pci_resource_len(pdev, bar) == 0)
3250 return;
3251 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO)
3252 release_region(pci_resource_start(pdev, bar),
3253 pci_resource_len(pdev, bar));
3254 else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM)
3255 release_mem_region(pci_resource_start(pdev, bar),
3256 pci_resource_len(pdev, bar));
Tejun Heo9ac78492007-01-20 16:00:26 +09003257
3258 dr = find_pci_dr(pdev);
3259 if (dr)
3260 dr->region_mask &= ~(1 << bar);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003262EXPORT_SYMBOL(pci_release_region);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263
3264/**
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003265 * __pci_request_region - Reserved PCI I/O and memory resource
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266 * @pdev: PCI device whose resources are to be reserved
3267 * @bar: BAR to be reserved
3268 * @res_name: Name to be associated with resource.
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003269 * @exclusive: whether the region access is exclusive or not
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270 *
3271 * Mark the PCI region associated with PCI device @pdev BR @bar as
3272 * being reserved by owner @res_name. Do not access any
3273 * address inside the PCI regions unless this call returns
3274 * successfully.
3275 *
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003276 * If @exclusive is set, then the region is marked so that userspace
3277 * is explicitly not allowed to map the resource via /dev/mem or
Bjorn Helgaasf7625982013-11-14 11:28:18 -07003278 * sysfs MMIO access.
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003279 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280 * Returns 0 on success, or %EBUSY on error. A warning
3281 * message is also printed on failure.
3282 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003283static int __pci_request_region(struct pci_dev *pdev, int bar,
3284 const char *res_name, int exclusive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285{
Tejun Heo9ac78492007-01-20 16:00:26 +09003286 struct pci_devres *dr;
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 if (pci_resource_len(pdev, bar) == 0)
3289 return 0;
Bjorn Helgaasf7625982013-11-14 11:28:18 -07003290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) {
3292 if (!request_region(pci_resource_start(pdev, bar),
3293 pci_resource_len(pdev, bar), res_name))
3294 goto err_out;
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003295 } else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) {
Arjan van de Vene8de1482008-10-22 19:55:31 -07003296 if (!__request_mem_region(pci_resource_start(pdev, bar),
3297 pci_resource_len(pdev, bar), res_name,
3298 exclusive))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 goto err_out;
3300 }
Tejun Heo9ac78492007-01-20 16:00:26 +09003301
3302 dr = find_pci_dr(pdev);
3303 if (dr)
3304 dr->region_mask |= 1 << bar;
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306 return 0;
3307
3308err_out:
Frederick Lawler7506dc72018-01-18 12:55:24 -06003309 pci_warn(pdev, "BAR %d: can't reserve %pR\n", bar,
Benjamin Herrenschmidt096e6f62008-10-20 15:07:37 +11003310 &pdev->resource[bar]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311 return -EBUSY;
3312}
3313
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003314/**
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003315 * pci_request_region - Reserve PCI I/O and memory resource
Arjan van de Vene8de1482008-10-22 19:55:31 -07003316 * @pdev: PCI device whose resources are to be reserved
3317 * @bar: BAR to be reserved
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003318 * @res_name: Name to be associated with resource
Arjan van de Vene8de1482008-10-22 19:55:31 -07003319 *
Randy Dunlapf5ddcac2009-01-09 17:03:20 -08003320 * Mark the PCI region associated with PCI device @pdev BAR @bar as
Arjan van de Vene8de1482008-10-22 19:55:31 -07003321 * being reserved by owner @res_name. Do not access any
3322 * address inside the PCI regions unless this call returns
3323 * successfully.
3324 *
3325 * Returns 0 on success, or %EBUSY on error. A warning
3326 * message is also printed on failure.
3327 */
3328int pci_request_region(struct pci_dev *pdev, int bar, const char *res_name)
3329{
3330 return __pci_request_region(pdev, bar, res_name, 0);
3331}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003332EXPORT_SYMBOL(pci_request_region);
Arjan van de Vene8de1482008-10-22 19:55:31 -07003333
3334/**
3335 * pci_request_region_exclusive - Reserved PCI I/O and memory resource
3336 * @pdev: PCI device whose resources are to be reserved
3337 * @bar: BAR to be reserved
3338 * @res_name: Name to be associated with resource.
3339 *
3340 * Mark the PCI region associated with PCI device @pdev BR @bar as
3341 * being reserved by owner @res_name. Do not access any
3342 * address inside the PCI regions unless this call returns
3343 * successfully.
3344 *
3345 * Returns 0 on success, or %EBUSY on error. A warning
3346 * message is also printed on failure.
3347 *
3348 * The key difference that _exclusive makes it that userspace is
3349 * explicitly not allowed to map the resource via /dev/mem or
Bjorn Helgaasf7625982013-11-14 11:28:18 -07003350 * sysfs.
Arjan van de Vene8de1482008-10-22 19:55:31 -07003351 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003352int pci_request_region_exclusive(struct pci_dev *pdev, int bar,
3353 const char *res_name)
Arjan van de Vene8de1482008-10-22 19:55:31 -07003354{
3355 return __pci_request_region(pdev, bar, res_name, IORESOURCE_EXCLUSIVE);
3356}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003357EXPORT_SYMBOL(pci_request_region_exclusive);
3358
Arjan van de Vene8de1482008-10-22 19:55:31 -07003359/**
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003360 * pci_release_selected_regions - Release selected PCI I/O and memory resources
3361 * @pdev: PCI device whose resources were previously reserved
3362 * @bars: Bitmask of BARs to be released
3363 *
3364 * Release selected PCI I/O and memory resources previously reserved.
3365 * Call this function only after all use of the PCI regions has ceased.
3366 */
3367void pci_release_selected_regions(struct pci_dev *pdev, int bars)
3368{
3369 int i;
3370
3371 for (i = 0; i < 6; i++)
3372 if (bars & (1 << i))
3373 pci_release_region(pdev, i);
3374}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003375EXPORT_SYMBOL(pci_release_selected_regions);
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003376
Bjorn Helgaas9738abe2013-04-12 11:20:03 -06003377static int __pci_request_selected_regions(struct pci_dev *pdev, int bars,
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003378 const char *res_name, int excl)
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003379{
3380 int i;
3381
3382 for (i = 0; i < 6; i++)
3383 if (bars & (1 << i))
Arjan van de Vene8de1482008-10-22 19:55:31 -07003384 if (__pci_request_region(pdev, i, res_name, excl))
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003385 goto err_out;
3386 return 0;
3387
3388err_out:
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003389 while (--i >= 0)
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003390 if (bars & (1 << i))
3391 pci_release_region(pdev, i);
3392
3393 return -EBUSY;
3394}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395
Arjan van de Vene8de1482008-10-22 19:55:31 -07003396
3397/**
3398 * pci_request_selected_regions - Reserve selected PCI I/O and memory resources
3399 * @pdev: PCI device whose resources are to be reserved
3400 * @bars: Bitmask of BARs to be requested
3401 * @res_name: Name to be associated with resource
3402 */
3403int pci_request_selected_regions(struct pci_dev *pdev, int bars,
3404 const char *res_name)
3405{
3406 return __pci_request_selected_regions(pdev, bars, res_name, 0);
3407}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003408EXPORT_SYMBOL(pci_request_selected_regions);
Arjan van de Vene8de1482008-10-22 19:55:31 -07003409
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003410int pci_request_selected_regions_exclusive(struct pci_dev *pdev, int bars,
3411 const char *res_name)
Arjan van de Vene8de1482008-10-22 19:55:31 -07003412{
3413 return __pci_request_selected_regions(pdev, bars, res_name,
3414 IORESOURCE_EXCLUSIVE);
3415}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003416EXPORT_SYMBOL(pci_request_selected_regions_exclusive);
Arjan van de Vene8de1482008-10-22 19:55:31 -07003417
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418/**
3419 * pci_release_regions - Release reserved PCI I/O and memory resources
3420 * @pdev: PCI device whose resources were previously reserved by pci_request_regions
3421 *
3422 * Releases all PCI I/O and memory resources previously reserved by a
3423 * successful call to pci_request_regions. Call this function only
3424 * after all use of the PCI regions has ceased.
3425 */
3426
3427void pci_release_regions(struct pci_dev *pdev)
3428{
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003429 pci_release_selected_regions(pdev, (1 << 6) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003431EXPORT_SYMBOL(pci_release_regions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432
3433/**
3434 * pci_request_regions - Reserved PCI I/O and memory resources
3435 * @pdev: PCI device whose resources are to be reserved
3436 * @res_name: Name to be associated with resource.
3437 *
3438 * Mark all PCI regions associated with PCI device @pdev as
3439 * being reserved by owner @res_name. Do not access any
3440 * address inside the PCI regions unless this call returns
3441 * successfully.
3442 *
3443 * Returns 0 on success, or %EBUSY on error. A warning
3444 * message is also printed on failure.
3445 */
Jeff Garzik3c990e92006-03-04 21:52:42 -05003446int pci_request_regions(struct pci_dev *pdev, const char *res_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447{
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09003448 return pci_request_selected_regions(pdev, ((1 << 6) - 1), res_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003450EXPORT_SYMBOL(pci_request_regions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451
3452/**
Arjan van de Vene8de1482008-10-22 19:55:31 -07003453 * pci_request_regions_exclusive - Reserved PCI I/O and memory resources
3454 * @pdev: PCI device whose resources are to be reserved
3455 * @res_name: Name to be associated with resource.
3456 *
3457 * Mark all PCI regions associated with PCI device @pdev as
3458 * being reserved by owner @res_name. Do not access any
3459 * address inside the PCI regions unless this call returns
3460 * successfully.
3461 *
3462 * pci_request_regions_exclusive() will mark the region so that
Bjorn Helgaasf7625982013-11-14 11:28:18 -07003463 * /dev/mem and the sysfs MMIO access will not be allowed.
Arjan van de Vene8de1482008-10-22 19:55:31 -07003464 *
3465 * Returns 0 on success, or %EBUSY on error. A warning
3466 * message is also printed on failure.
3467 */
3468int pci_request_regions_exclusive(struct pci_dev *pdev, const char *res_name)
3469{
3470 return pci_request_selected_regions_exclusive(pdev,
3471 ((1 << 6) - 1), res_name);
3472}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003473EXPORT_SYMBOL(pci_request_regions_exclusive);
Arjan van de Vene8de1482008-10-22 19:55:31 -07003474
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003475/*
3476 * Record the PCI IO range (expressed as CPU physical address + size).
3477 * Return a negative value if an error has occured, zero otherwise
3478 */
Gabriele Paolonifcfaab32018-03-15 02:15:52 +08003479int pci_register_io_range(struct fwnode_handle *fwnode, phys_addr_t addr,
3480 resource_size_t size)
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003481{
Zhichang Yuan57453922018-03-15 02:15:53 +08003482 int ret = 0;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003483#ifdef PCI_IOBASE
Zhichang Yuan57453922018-03-15 02:15:53 +08003484 struct logic_pio_hwaddr *range;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003485
Zhichang Yuan57453922018-03-15 02:15:53 +08003486 if (!size || addr + size < addr)
3487 return -EINVAL;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003488
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003489 range = kzalloc(sizeof(*range), GFP_ATOMIC);
Zhichang Yuan57453922018-03-15 02:15:53 +08003490 if (!range)
3491 return -ENOMEM;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003492
Zhichang Yuan57453922018-03-15 02:15:53 +08003493 range->fwnode = fwnode;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003494 range->size = size;
Zhichang Yuan57453922018-03-15 02:15:53 +08003495 range->hw_start = addr;
3496 range->flags = LOGIC_PIO_CPU_MMIO;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003497
Zhichang Yuan57453922018-03-15 02:15:53 +08003498 ret = logic_pio_register_range(range);
3499 if (ret)
3500 kfree(range);
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003501#endif
3502
Zhichang Yuan57453922018-03-15 02:15:53 +08003503 return ret;
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003504}
3505
3506phys_addr_t pci_pio_to_address(unsigned long pio)
3507{
3508 phys_addr_t address = (phys_addr_t)OF_BAD_ADDR;
3509
3510#ifdef PCI_IOBASE
Zhichang Yuan57453922018-03-15 02:15:53 +08003511 if (pio >= MMIO_UPPER_LIMIT)
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003512 return address;
3513
Zhichang Yuan57453922018-03-15 02:15:53 +08003514 address = logic_pio_to_hwaddr(pio);
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003515#endif
3516
3517 return address;
3518}
3519
3520unsigned long __weak pci_address_to_pio(phys_addr_t address)
3521{
3522#ifdef PCI_IOBASE
Zhichang Yuan57453922018-03-15 02:15:53 +08003523 return logic_pio_trans_cpuaddr(address);
Tomasz Nowickic5076cf2016-05-11 17:34:51 -05003524#else
3525 if (address > IO_SPACE_LIMIT)
3526 return (unsigned long)-1;
3527
3528 return (unsigned long) address;
3529#endif
3530}
3531
Liviu Dudau8b921ac2014-09-29 15:29:30 +01003532/**
3533 * pci_remap_iospace - Remap the memory mapped I/O space
3534 * @res: Resource describing the I/O space
3535 * @phys_addr: physical address of range to be mapped
3536 *
3537 * Remap the memory mapped I/O space described by the @res
3538 * and the CPU physical address @phys_addr into virtual address space.
3539 * Only architectures that have memory mapped IO functions defined
3540 * (and the PCI_IOBASE value defined) should call this function.
3541 */
Lorenzo Pieralisi7b309ae2017-04-19 17:48:50 +01003542int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr)
Liviu Dudau8b921ac2014-09-29 15:29:30 +01003543{
3544#if defined(PCI_IOBASE) && defined(CONFIG_MMU)
3545 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start;
3546
3547 if (!(res->flags & IORESOURCE_IO))
3548 return -EINVAL;
3549
3550 if (res->end > IO_SPACE_LIMIT)
3551 return -EINVAL;
3552
3553 return ioremap_page_range(vaddr, vaddr + resource_size(res), phys_addr,
3554 pgprot_device(PAGE_KERNEL));
3555#else
3556 /* this architecture does not have memory mapped I/O space,
3557 so this function should never be called */
3558 WARN_ONCE(1, "This architecture does not support memory mapped I/O\n");
3559 return -ENODEV;
3560#endif
3561}
Brian Norrisf90b0872017-03-09 18:46:16 -08003562EXPORT_SYMBOL(pci_remap_iospace);
Liviu Dudau8b921ac2014-09-29 15:29:30 +01003563
Sinan Kaya4d3f1382016-06-10 21:55:11 +02003564/**
3565 * pci_unmap_iospace - Unmap the memory mapped I/O space
3566 * @res: resource to be unmapped
3567 *
3568 * Unmap the CPU virtual address @res from virtual address space.
3569 * Only architectures that have memory mapped IO functions defined
3570 * (and the PCI_IOBASE value defined) should call this function.
3571 */
3572void pci_unmap_iospace(struct resource *res)
3573{
3574#if defined(PCI_IOBASE) && defined(CONFIG_MMU)
3575 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start;
3576
3577 unmap_kernel_range(vaddr, resource_size(res));
3578#endif
3579}
Brian Norrisf90b0872017-03-09 18:46:16 -08003580EXPORT_SYMBOL(pci_unmap_iospace);
Sinan Kaya4d3f1382016-06-10 21:55:11 +02003581
Lorenzo Pieralisi490cb6d2017-04-19 17:48:55 +01003582/**
3583 * devm_pci_remap_cfgspace - Managed pci_remap_cfgspace()
3584 * @dev: Generic device to remap IO address for
3585 * @offset: Resource address to map
3586 * @size: Size of map
3587 *
3588 * Managed pci_remap_cfgspace(). Map is automatically unmapped on driver
3589 * detach.
3590 */
3591void __iomem *devm_pci_remap_cfgspace(struct device *dev,
3592 resource_size_t offset,
3593 resource_size_t size)
3594{
3595 void __iomem **ptr, *addr;
3596
3597 ptr = devres_alloc(devm_ioremap_release, sizeof(*ptr), GFP_KERNEL);
3598 if (!ptr)
3599 return NULL;
3600
3601 addr = pci_remap_cfgspace(offset, size);
3602 if (addr) {
3603 *ptr = addr;
3604 devres_add(dev, ptr);
3605 } else
3606 devres_free(ptr);
3607
3608 return addr;
3609}
3610EXPORT_SYMBOL(devm_pci_remap_cfgspace);
3611
3612/**
3613 * devm_pci_remap_cfg_resource - check, request region and ioremap cfg resource
3614 * @dev: generic device to handle the resource for
3615 * @res: configuration space resource to be handled
3616 *
3617 * Checks that a resource is a valid memory region, requests the memory
3618 * region and ioremaps with pci_remap_cfgspace() API that ensures the
3619 * proper PCI configuration space memory attributes are guaranteed.
3620 *
3621 * All operations are managed and will be undone on driver detach.
3622 *
3623 * Returns a pointer to the remapped memory or an ERR_PTR() encoded error code
Randy Dunlap505fb742017-10-29 17:07:11 -07003624 * on failure. Usage example::
Lorenzo Pieralisi490cb6d2017-04-19 17:48:55 +01003625 *
3626 * res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
3627 * base = devm_pci_remap_cfg_resource(&pdev->dev, res);
3628 * if (IS_ERR(base))
3629 * return PTR_ERR(base);
3630 */
3631void __iomem *devm_pci_remap_cfg_resource(struct device *dev,
3632 struct resource *res)
3633{
3634 resource_size_t size;
3635 const char *name;
3636 void __iomem *dest_ptr;
3637
3638 BUG_ON(!dev);
3639
3640 if (!res || resource_type(res) != IORESOURCE_MEM) {
3641 dev_err(dev, "invalid resource\n");
3642 return IOMEM_ERR_PTR(-EINVAL);
3643 }
3644
3645 size = resource_size(res);
3646 name = res->name ?: dev_name(dev);
3647
3648 if (!devm_request_mem_region(dev, res->start, size, name)) {
3649 dev_err(dev, "can't request region for resource %pR\n", res);
3650 return IOMEM_ERR_PTR(-EBUSY);
3651 }
3652
3653 dest_ptr = devm_pci_remap_cfgspace(dev, res->start, size);
3654 if (!dest_ptr) {
3655 dev_err(dev, "ioremap failed for resource %pR\n", res);
3656 devm_release_mem_region(dev, res->start, size);
3657 dest_ptr = IOMEM_ERR_PTR(-ENOMEM);
3658 }
3659
3660 return dest_ptr;
3661}
3662EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
3663
Ben Hutchings6a479072008-12-23 03:08:29 +00003664static void __pci_set_master(struct pci_dev *dev, bool enable)
3665{
3666 u16 old_cmd, cmd;
3667
3668 pci_read_config_word(dev, PCI_COMMAND, &old_cmd);
3669 if (enable)
3670 cmd = old_cmd | PCI_COMMAND_MASTER;
3671 else
3672 cmd = old_cmd & ~PCI_COMMAND_MASTER;
3673 if (cmd != old_cmd) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06003674 pci_dbg(dev, "%s bus mastering\n",
Ben Hutchings6a479072008-12-23 03:08:29 +00003675 enable ? "enabling" : "disabling");
3676 pci_write_config_word(dev, PCI_COMMAND, cmd);
3677 }
3678 dev->is_busmaster = enable;
3679}
Arjan van de Vene8de1482008-10-22 19:55:31 -07003680
3681/**
Myron Stowe2b6f2c32012-06-25 21:30:57 -06003682 * pcibios_setup - process "pci=" kernel boot arguments
3683 * @str: string used to pass in "pci=" kernel boot arguments
3684 *
3685 * Process kernel boot arguments. This is the default implementation.
3686 * Architecture specific implementations can override this as necessary.
3687 */
3688char * __weak __init pcibios_setup(char *str)
3689{
3690 return str;
3691}
3692
3693/**
Myron Stowe96c55902011-10-28 15:48:38 -06003694 * pcibios_set_master - enable PCI bus-mastering for device dev
3695 * @dev: the PCI device to enable
3696 *
3697 * Enables PCI bus-mastering for the device. This is the default
3698 * implementation. Architecture specific implementations can override
3699 * this if necessary.
3700 */
3701void __weak pcibios_set_master(struct pci_dev *dev)
3702{
3703 u8 lat;
3704
Myron Stowef6766782011-10-28 15:49:20 -06003705 /* The latency timer doesn't apply to PCIe (either Type 0 or Type 1) */
3706 if (pci_is_pcie(dev))
3707 return;
3708
Myron Stowe96c55902011-10-28 15:48:38 -06003709 pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lat);
3710 if (lat < 16)
3711 lat = (64 <= pcibios_max_latency) ? 64 : pcibios_max_latency;
3712 else if (lat > pcibios_max_latency)
3713 lat = pcibios_max_latency;
3714 else
3715 return;
Bjorn Helgaasa0064822013-09-23 15:25:26 -06003716
Myron Stowe96c55902011-10-28 15:48:38 -06003717 pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
3718}
3719
3720/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 * pci_set_master - enables bus-mastering for device dev
3722 * @dev: the PCI device to enable
3723 *
3724 * Enables bus-mastering on the device and calls pcibios_set_master()
3725 * to do the needed arch specific settings.
3726 */
Ben Hutchings6a479072008-12-23 03:08:29 +00003727void pci_set_master(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728{
Ben Hutchings6a479072008-12-23 03:08:29 +00003729 __pci_set_master(dev, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730 pcibios_set_master(dev);
3731}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003732EXPORT_SYMBOL(pci_set_master);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733
Ben Hutchings6a479072008-12-23 03:08:29 +00003734/**
3735 * pci_clear_master - disables bus-mastering for device dev
3736 * @dev: the PCI device to disable
3737 */
3738void pci_clear_master(struct pci_dev *dev)
3739{
3740 __pci_set_master(dev, false);
3741}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003742EXPORT_SYMBOL(pci_clear_master);
Ben Hutchings6a479072008-12-23 03:08:29 +00003743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744/**
Matthew Wilcoxedb2d972006-10-10 08:01:21 -06003745 * pci_set_cacheline_size - ensure the CACHE_LINE_SIZE register is programmed
3746 * @dev: the PCI device for which MWI is to be enabled
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747 *
Matthew Wilcoxedb2d972006-10-10 08:01:21 -06003748 * Helper function for pci_set_mwi.
3749 * Originally copied from drivers/net/acenic.c.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750 * Copyright 1998-2001 by Jes Sorensen, <jes@trained-monkey.org>.
3751 *
3752 * RETURNS: An appropriate -ERRNO error value on error, or zero for success.
3753 */
Tejun Heo15ea76d2009-09-22 17:34:48 +09003754int pci_set_cacheline_size(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755{
3756 u8 cacheline_size;
3757
3758 if (!pci_cache_line_size)
Tejun Heo15ea76d2009-09-22 17:34:48 +09003759 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760
3761 /* Validate current setting: the PCI_CACHE_LINE_SIZE must be
3762 equal to or multiple of the right value. */
3763 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &cacheline_size);
3764 if (cacheline_size >= pci_cache_line_size &&
3765 (cacheline_size % pci_cache_line_size) == 0)
3766 return 0;
3767
3768 /* Write the correct value. */
3769 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, pci_cache_line_size);
3770 /* Read it back. */
3771 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &cacheline_size);
3772 if (cacheline_size == pci_cache_line_size)
3773 return 0;
3774
Frederick Lawler7506dc72018-01-18 12:55:24 -06003775 pci_printk(KERN_DEBUG, dev, "cache line size of %d is not supported\n",
Ryan Desfosses227f0642014-04-18 20:13:50 -04003776 pci_cache_line_size << 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777
3778 return -EINVAL;
3779}
Tejun Heo15ea76d2009-09-22 17:34:48 +09003780EXPORT_SYMBOL_GPL(pci_set_cacheline_size);
3781
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782/**
3783 * pci_set_mwi - enables memory-write-invalidate PCI transaction
3784 * @dev: the PCI device for which MWI is enabled
3785 *
Randy Dunlap694625c2007-07-09 11:55:54 -07003786 * Enables the Memory-Write-Invalidate transaction in %PCI_COMMAND.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787 *
3788 * RETURNS: An appropriate -ERRNO error value on error, or zero for success.
3789 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003790int pci_set_mwi(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791{
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003792#ifdef PCI_DISABLE_MWI
3793 return 0;
3794#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795 int rc;
3796 u16 cmd;
3797
Matthew Wilcoxedb2d972006-10-10 08:01:21 -06003798 rc = pci_set_cacheline_size(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799 if (rc)
3800 return rc;
3801
3802 pci_read_config_word(dev, PCI_COMMAND, &cmd);
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003803 if (!(cmd & PCI_COMMAND_INVALIDATE)) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06003804 pci_dbg(dev, "enabling Mem-Wr-Inval\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 cmd |= PCI_COMMAND_INVALIDATE;
3806 pci_write_config_word(dev, PCI_COMMAND, cmd);
3807 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808 return 0;
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003809#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003811EXPORT_SYMBOL(pci_set_mwi);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
3813/**
Heiner Kallweitfc0f9f42017-12-12 07:40:56 +01003814 * pcim_set_mwi - a device-managed pci_set_mwi()
3815 * @dev: the PCI device for which MWI is enabled
3816 *
3817 * Managed pci_set_mwi().
3818 *
3819 * RETURNS: An appropriate -ERRNO error value on error, or zero for success.
3820 */
3821int pcim_set_mwi(struct pci_dev *dev)
3822{
3823 struct pci_devres *dr;
3824
3825 dr = find_pci_dr(dev);
3826 if (!dr)
3827 return -ENOMEM;
3828
3829 dr->mwi = 1;
3830 return pci_set_mwi(dev);
3831}
3832EXPORT_SYMBOL(pcim_set_mwi);
3833
3834/**
Randy Dunlap694625c2007-07-09 11:55:54 -07003835 * pci_try_set_mwi - enables memory-write-invalidate PCI transaction
3836 * @dev: the PCI device for which MWI is enabled
3837 *
3838 * Enables the Memory-Write-Invalidate transaction in %PCI_COMMAND.
3839 * Callers are not required to check the return value.
3840 *
3841 * RETURNS: An appropriate -ERRNO error value on error, or zero for success.
3842 */
3843int pci_try_set_mwi(struct pci_dev *dev)
3844{
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003845#ifdef PCI_DISABLE_MWI
3846 return 0;
3847#else
3848 return pci_set_mwi(dev);
3849#endif
Randy Dunlap694625c2007-07-09 11:55:54 -07003850}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003851EXPORT_SYMBOL(pci_try_set_mwi);
Randy Dunlap694625c2007-07-09 11:55:54 -07003852
3853/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854 * pci_clear_mwi - disables Memory-Write-Invalidate for device dev
3855 * @dev: the PCI device to disable
3856 *
3857 * Disables PCI Memory-Write-Invalidate transaction on the device
3858 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003859void pci_clear_mwi(struct pci_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860{
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003861#ifndef PCI_DISABLE_MWI
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 u16 cmd;
3863
3864 pci_read_config_word(dev, PCI_COMMAND, &cmd);
3865 if (cmd & PCI_COMMAND_INVALIDATE) {
3866 cmd &= ~PCI_COMMAND_INVALIDATE;
3867 pci_write_config_word(dev, PCI_COMMAND, cmd);
3868 }
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003869#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003871EXPORT_SYMBOL(pci_clear_mwi);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872
Brett M Russa04ce0f2005-08-15 15:23:41 -04003873/**
3874 * pci_intx - enables/disables PCI INTx for device dev
Randy Dunlap8f7020d2005-10-23 11:57:38 -07003875 * @pdev: the PCI device to operate on
3876 * @enable: boolean: whether to enable or disable PCI INTx
Brett M Russa04ce0f2005-08-15 15:23:41 -04003877 *
3878 * Enables/disables PCI INTx for device dev
3879 */
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003880void pci_intx(struct pci_dev *pdev, int enable)
Brett M Russa04ce0f2005-08-15 15:23:41 -04003881{
3882 u16 pci_command, new;
3883
3884 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
3885
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003886 if (enable)
Brett M Russa04ce0f2005-08-15 15:23:41 -04003887 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04003888 else
Brett M Russa04ce0f2005-08-15 15:23:41 -04003889 new = pci_command | PCI_COMMAND_INTX_DISABLE;
Brett M Russa04ce0f2005-08-15 15:23:41 -04003890
3891 if (new != pci_command) {
Tejun Heo9ac78492007-01-20 16:00:26 +09003892 struct pci_devres *dr;
3893
Brett M Russ2fd9d742005-09-09 10:02:22 -07003894 pci_write_config_word(pdev, PCI_COMMAND, new);
Tejun Heo9ac78492007-01-20 16:00:26 +09003895
3896 dr = find_pci_dr(pdev);
3897 if (dr && !dr->restore_intx) {
3898 dr->restore_intx = 1;
3899 dr->orig_intx = !enable;
3900 }
Brett M Russa04ce0f2005-08-15 15:23:41 -04003901 }
3902}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06003903EXPORT_SYMBOL_GPL(pci_intx);
Brett M Russa04ce0f2005-08-15 15:23:41 -04003904
Jan Kiszkaa2e27782011-11-04 09:46:00 +01003905static bool pci_check_and_set_intx_mask(struct pci_dev *dev, bool mask)
3906{
3907 struct pci_bus *bus = dev->bus;
3908 bool mask_updated = true;
3909 u32 cmd_status_dword;
3910 u16 origcmd, newcmd;
3911 unsigned long flags;
3912 bool irq_pending;
3913
3914 /*
3915 * We do a single dword read to retrieve both command and status.
3916 * Document assumptions that make this possible.
3917 */
3918 BUILD_BUG_ON(PCI_COMMAND % 4);
3919 BUILD_BUG_ON(PCI_COMMAND + 2 != PCI_STATUS);
3920
3921 raw_spin_lock_irqsave(&pci_lock, flags);
3922
3923 bus->ops->read(bus, dev->devfn, PCI_COMMAND, 4, &cmd_status_dword);
3924
3925 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT;
3926
3927 /*
3928 * Check interrupt status register to see whether our device
3929 * triggered the interrupt (when masking) or the next IRQ is
3930 * already pending (when unmasking).
3931 */
3932 if (mask != irq_pending) {
3933 mask_updated = false;
3934 goto done;
3935 }
3936
3937 origcmd = cmd_status_dword;
3938 newcmd = origcmd & ~PCI_COMMAND_INTX_DISABLE;
3939 if (mask)
3940 newcmd |= PCI_COMMAND_INTX_DISABLE;
3941 if (newcmd != origcmd)
3942 bus->ops->write(bus, dev->devfn, PCI_COMMAND, 2, newcmd);
3943
3944done:
3945 raw_spin_unlock_irqrestore(&pci_lock, flags);
3946
3947 return mask_updated;
3948}
3949
3950/**
3951 * pci_check_and_mask_intx - mask INTx on pending interrupt
Randy Dunlap6e9292c2012-01-21 11:02:35 -08003952 * @dev: the PCI device to operate on
Jan Kiszkaa2e27782011-11-04 09:46:00 +01003953 *
3954 * Check if the device dev has its INTx line asserted, mask it and
Piotr Gregor99b3c582017-05-26 22:02:25 +01003955 * return true in that case. False is returned if no interrupt was
Jan Kiszkaa2e27782011-11-04 09:46:00 +01003956 * pending.
3957 */
3958bool pci_check_and_mask_intx(struct pci_dev *dev)
3959{
3960 return pci_check_and_set_intx_mask(dev, true);
3961}
3962EXPORT_SYMBOL_GPL(pci_check_and_mask_intx);
3963
3964/**
Bjorn Helgaasebd50b92014-01-14 17:10:39 -07003965 * pci_check_and_unmask_intx - unmask INTx if no interrupt is pending
Randy Dunlap6e9292c2012-01-21 11:02:35 -08003966 * @dev: the PCI device to operate on
Jan Kiszkaa2e27782011-11-04 09:46:00 +01003967 *
3968 * Check if the device dev has its INTx line asserted, unmask it if not
3969 * and return true. False is returned and the mask remains active if
3970 * there was still an interrupt pending.
3971 */
3972bool pci_check_and_unmask_intx(struct pci_dev *dev)
3973{
3974 return pci_check_and_set_intx_mask(dev, false);
3975}
3976EXPORT_SYMBOL_GPL(pci_check_and_unmask_intx);
3977
Casey Leedom3775a202013-08-06 15:48:36 +05303978/**
3979 * pci_wait_for_pending_transaction - waits for pending transaction
3980 * @dev: the PCI device to operate on
3981 *
3982 * Return 0 if transaction is pending 1 otherwise.
3983 */
3984int pci_wait_for_pending_transaction(struct pci_dev *dev)
Sheng Yang8dd7f802008-10-21 17:38:25 +08003985{
Alex Williamson157e8762013-12-17 16:43:39 -07003986 if (!pci_is_pcie(dev))
3987 return 1;
Sheng Yang8dd7f802008-10-21 17:38:25 +08003988
Gavin Shand0b4cc42014-05-19 13:06:46 +10003989 return pci_wait_for_pending(dev, pci_pcie_cap(dev) + PCI_EXP_DEVSTA,
3990 PCI_EXP_DEVSTA_TRPND);
Casey Leedom3775a202013-08-06 15:48:36 +05303991}
3992EXPORT_SYMBOL(pci_wait_for_pending_transaction);
Sheng Yang5fe5db02009-02-09 14:53:47 +08003993
Sinan Kayaa2758b62018-02-27 14:14:10 -06003994static int pci_dev_wait(struct pci_dev *dev, char *reset_type, int timeout)
Alex Williamson5adecf82016-02-22 13:05:48 -07003995{
Sinan Kayaa2758b62018-02-27 14:14:10 -06003996 int delay = 1;
Alex Williamson5adecf82016-02-22 13:05:48 -07003997 u32 id;
3998
Sinan Kaya821cdad2017-08-29 14:45:45 -05003999 /*
Sinan Kayaa2758b62018-02-27 14:14:10 -06004000 * After reset, the device should not silently discard config
Sinan Kaya821cdad2017-08-29 14:45:45 -05004001 * requests, but it may still indicate that it needs more time by
4002 * responding to them with CRS completions. The Root Port will
4003 * generally synthesize ~0 data to complete the read (except when
4004 * CRS SV is enabled and the read was for the Vendor ID; in that
4005 * case it synthesizes 0x0001 data).
4006 *
4007 * Wait for the device to return a non-CRS completion. Read the
4008 * Command register instead of Vendor ID so we don't have to
4009 * contend with the CRS SV value.
4010 */
4011 pci_read_config_dword(dev, PCI_COMMAND, &id);
4012 while (id == ~0) {
4013 if (delay > timeout) {
Sinan Kayaa2758b62018-02-27 14:14:10 -06004014 pci_warn(dev, "not ready %dms after %s; giving up\n",
4015 delay - 1, reset_type);
Sinan Kaya91295d72018-02-27 14:14:08 -06004016 return -ENOTTY;
Sinan Kaya821cdad2017-08-29 14:45:45 -05004017 }
4018
4019 if (delay > 1000)
Sinan Kayaa2758b62018-02-27 14:14:10 -06004020 pci_info(dev, "not ready %dms after %s; waiting\n",
4021 delay - 1, reset_type);
Sinan Kaya821cdad2017-08-29 14:45:45 -05004022
4023 msleep(delay);
4024 delay *= 2;
4025 pci_read_config_dword(dev, PCI_COMMAND, &id);
4026 }
4027
4028 if (delay > 1000)
Sinan Kayaa2758b62018-02-27 14:14:10 -06004029 pci_info(dev, "ready %dms after %s\n", delay - 1,
4030 reset_type);
Sinan Kaya91295d72018-02-27 14:14:08 -06004031
4032 return 0;
Alex Williamson5adecf82016-02-22 13:05:48 -07004033}
4034
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004035/**
4036 * pcie_has_flr - check if a device supports function level resets
4037 * @dev: device to check
4038 *
4039 * Returns true if the device advertises support for PCIe function level
4040 * resets.
4041 */
4042static bool pcie_has_flr(struct pci_dev *dev)
Casey Leedom3775a202013-08-06 15:48:36 +05304043{
4044 u32 cap;
4045
Sasha Neftinf65fd1a2017-04-03 16:02:50 -05004046 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET)
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004047 return false;
Sasha Neftinf65fd1a2017-04-03 16:02:50 -05004048
Casey Leedom3775a202013-08-06 15:48:36 +05304049 pcie_capability_read_dword(dev, PCI_EXP_DEVCAP, &cap);
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004050 return cap & PCI_EXP_DEVCAP_FLR;
4051}
Casey Leedom3775a202013-08-06 15:48:36 +05304052
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004053/**
4054 * pcie_flr - initiate a PCIe function level reset
4055 * @dev: device to reset
4056 *
4057 * Initiate a function level reset on @dev. The caller should ensure the
4058 * device supports FLR before calling this function, e.g. by using the
4059 * pcie_has_flr() helper.
4060 */
Sinan Kaya91295d72018-02-27 14:14:08 -06004061int pcie_flr(struct pci_dev *dev)
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004062{
Casey Leedom3775a202013-08-06 15:48:36 +05304063 if (!pci_wait_for_pending_transaction(dev))
Frederick Lawler7506dc72018-01-18 12:55:24 -06004064 pci_err(dev, "timed out waiting for pending transaction; performing function level reset anyway\n");
Casey Leedom3775a202013-08-06 15:48:36 +05304065
Jiang Liu59875ae2012-07-24 17:20:06 +08004066 pcie_capability_set_word(dev, PCI_EXP_DEVCTL, PCI_EXP_DEVCTL_BCR_FLR);
Sinan Kayaa2758b62018-02-27 14:14:10 -06004067
4068 /*
4069 * Per PCIe r4.0, sec 6.6.2, a device must complete an FLR within
4070 * 100ms, but may silently discard requests while the FLR is in
4071 * progress. Wait 100ms before trying to access the device.
4072 */
4073 msleep(100);
4074
4075 return pci_dev_wait(dev, "FLR", PCIE_RESET_READY_POLL_MS);
Sheng Yang8dd7f802008-10-21 17:38:25 +08004076}
Christoph Hellwiga60a2b72017-04-14 21:11:25 +02004077EXPORT_SYMBOL_GPL(pcie_flr);
Sheng Yangd91cdc72008-11-11 17:17:47 +08004078
Yu Zhao8c1c6992009-06-13 15:52:13 +08004079static int pci_af_flr(struct pci_dev *dev, int probe)
Sheng Yang1ca88792008-11-11 17:17:48 +08004080{
Yu Zhao8c1c6992009-06-13 15:52:13 +08004081 int pos;
Sheng Yang1ca88792008-11-11 17:17:48 +08004082 u8 cap;
4083
Yu Zhao8c1c6992009-06-13 15:52:13 +08004084 pos = pci_find_capability(dev, PCI_CAP_ID_AF);
4085 if (!pos)
Sheng Yang1ca88792008-11-11 17:17:48 +08004086 return -ENOTTY;
Yu Zhao8c1c6992009-06-13 15:52:13 +08004087
Sasha Neftinf65fd1a2017-04-03 16:02:50 -05004088 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET)
4089 return -ENOTTY;
4090
Yu Zhao8c1c6992009-06-13 15:52:13 +08004091 pci_read_config_byte(dev, pos + PCI_AF_CAP, &cap);
Sheng Yang1ca88792008-11-11 17:17:48 +08004092 if (!(cap & PCI_AF_CAP_TP) || !(cap & PCI_AF_CAP_FLR))
4093 return -ENOTTY;
4094
4095 if (probe)
4096 return 0;
4097
Alex Williamsond066c942014-06-17 15:40:13 -06004098 /*
4099 * Wait for Transaction Pending bit to clear. A word-aligned test
4100 * is used, so we use the conrol offset rather than status and shift
4101 * the test bit to match.
4102 */
Gavin Shanbb383e22014-11-12 13:41:51 +11004103 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL,
Alex Williamsond066c942014-06-17 15:40:13 -06004104 PCI_AF_STATUS_TP << 8))
Frederick Lawler7506dc72018-01-18 12:55:24 -06004105 pci_err(dev, "timed out waiting for pending transaction; performing AF function level reset anyway\n");
Yu Zhao8c1c6992009-06-13 15:52:13 +08004106
Yu Zhao8c1c6992009-06-13 15:52:13 +08004107 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR);
Sinan Kayaa2758b62018-02-27 14:14:10 -06004108
4109 /*
4110 * Per Advanced Capabilities for Conventional PCI ECN, 13 April 2006,
4111 * updated 27 July 2006; a device must complete an FLR within
4112 * 100ms, but may silently discard requests while the FLR is in
4113 * progress. Wait 100ms before trying to access the device.
4114 */
4115 msleep(100);
4116
4117 return pci_dev_wait(dev, "AF_FLR", PCIE_RESET_READY_POLL_MS);
Sheng Yang1ca88792008-11-11 17:17:48 +08004118}
4119
Rafael J. Wysocki83d74e02011-03-05 21:48:44 +01004120/**
4121 * pci_pm_reset - Put device into PCI_D3 and back into PCI_D0.
4122 * @dev: Device to reset.
4123 * @probe: If set, only check if the device can be reset this way.
4124 *
4125 * If @dev supports native PCI PM and its PCI_PM_CTRL_NO_SOFT_RESET flag is
4126 * unset, it will be reinitialized internally when going from PCI_D3hot to
4127 * PCI_D0. If that's the case and the device is not in a low-power state
4128 * already, force it into PCI_D3hot and back to PCI_D0, causing it to be reset.
4129 *
4130 * NOTE: This causes the caller to sleep for twice the device power transition
4131 * cooldown period, which for the D0->D3hot and D3hot->D0 transitions is 10 ms
Bjorn Helgaasf7625982013-11-14 11:28:18 -07004132 * by default (i.e. unless the @dev's d3_delay field has a different value).
Rafael J. Wysocki83d74e02011-03-05 21:48:44 +01004133 * Moreover, only devices in D0 can be reset by this function.
4134 */
Yu Zhaof85876b2009-06-13 15:52:14 +08004135static int pci_pm_reset(struct pci_dev *dev, int probe)
Sheng Yangd91cdc72008-11-11 17:17:47 +08004136{
Yu Zhaof85876b2009-06-13 15:52:14 +08004137 u16 csr;
Sheng Yangd91cdc72008-11-11 17:17:47 +08004138
Alex Williamson51e53732014-11-21 11:24:08 -07004139 if (!dev->pm_cap || dev->dev_flags & PCI_DEV_FLAGS_NO_PM_RESET)
Yu Zhaof85876b2009-06-13 15:52:14 +08004140 return -ENOTTY;
Sheng Yangd91cdc72008-11-11 17:17:47 +08004141
Yu Zhaof85876b2009-06-13 15:52:14 +08004142 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &csr);
4143 if (csr & PCI_PM_CTRL_NO_SOFT_RESET)
4144 return -ENOTTY;
Sheng Yang1ca88792008-11-11 17:17:48 +08004145
Yu Zhaof85876b2009-06-13 15:52:14 +08004146 if (probe)
4147 return 0;
4148
4149 if (dev->current_state != PCI_D0)
4150 return -EINVAL;
4151
4152 csr &= ~PCI_PM_CTRL_STATE_MASK;
4153 csr |= PCI_D3hot;
4154 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, csr);
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +01004155 pci_dev_d3_sleep(dev);
Yu Zhaof85876b2009-06-13 15:52:14 +08004156
4157 csr &= ~PCI_PM_CTRL_STATE_MASK;
4158 csr |= PCI_D0;
4159 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, csr);
Rafael J. Wysocki1ae861e2009-12-31 12:15:54 +01004160 pci_dev_d3_sleep(dev);
Yu Zhaof85876b2009-06-13 15:52:14 +08004161
Sinan Kayaabbcf0e2018-02-27 14:14:10 -06004162 return pci_dev_wait(dev, "PM D3->D0", PCIE_RESET_READY_POLL_MS);
Yu Zhaof85876b2009-06-13 15:52:14 +08004163}
Oza Pawandeep9f5a70f12018-05-17 16:44:11 -05004164/**
4165 * pcie_wait_for_link - Wait until link is active or inactive
4166 * @pdev: Bridge device
4167 * @active: waiting for active or inactive?
4168 *
4169 * Use this to wait till link becomes active or inactive.
4170 */
4171bool pcie_wait_for_link(struct pci_dev *pdev, bool active)
4172{
4173 int timeout = 1000;
4174 bool ret;
4175 u16 lnk_status;
4176
4177 for (;;) {
4178 pcie_capability_read_word(pdev, PCI_EXP_LNKSTA, &lnk_status);
4179 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA);
4180 if (ret == active)
4181 return true;
4182 if (timeout <= 0)
4183 break;
4184 msleep(10);
4185 timeout -= 10;
4186 }
4187
4188 pci_info(pdev, "Data Link Layer Link Active not %s in 1000 msec\n",
4189 active ? "set" : "cleared");
4190
4191 return false;
4192}
Yu Zhaof85876b2009-06-13 15:52:14 +08004193
Gavin Shan9e330022014-06-19 17:22:44 +10004194void pci_reset_secondary_bus(struct pci_dev *dev)
Yu Zhaoc12ff1d2009-06-13 15:52:15 +08004195{
4196 u16 ctrl;
Alex Williamson64e86742013-08-08 14:09:24 -06004197
4198 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl);
4199 ctrl |= PCI_BRIDGE_CTL_BUS_RESET;
4200 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl);
Bjorn Helgaasdf62ab52018-03-09 16:36:33 -06004201
Alex Williamsonde0c5482013-08-08 14:10:13 -06004202 /*
4203 * PCI spec v3.0 7.6.4.2 requires minimum Trst of 1ms. Double
Bjorn Helgaasf7625982013-11-14 11:28:18 -07004204 * this to 2ms to ensure that we meet the minimum requirement.
Alex Williamsonde0c5482013-08-08 14:10:13 -06004205 */
4206 msleep(2);
Alex Williamson64e86742013-08-08 14:09:24 -06004207
4208 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET;
4209 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl);
Alex Williamsonde0c5482013-08-08 14:10:13 -06004210
4211 /*
4212 * Trhfa for conventional PCI is 2^25 clock cycles.
4213 * Assuming a minimum 33MHz clock this results in a 1s
4214 * delay before we can consider subordinate devices to
4215 * be re-initialized. PCIe has some ways to shorten this,
4216 * but we don't make use of them yet.
4217 */
4218 ssleep(1);
Alex Williamson64e86742013-08-08 14:09:24 -06004219}
Gavin Shand92a2082014-04-24 18:00:24 +10004220
Gavin Shan9e330022014-06-19 17:22:44 +10004221void __weak pcibios_reset_secondary_bus(struct pci_dev *dev)
4222{
4223 pci_reset_secondary_bus(dev);
4224}
4225
Gavin Shand92a2082014-04-24 18:00:24 +10004226/**
4227 * pci_reset_bridge_secondary_bus - Reset the secondary bus on a PCI bridge.
4228 * @dev: Bridge device
4229 *
4230 * Use the bridge control register to assert reset on the secondary bus.
4231 * Devices on the secondary bus are left in power-on state.
4232 */
Sinan Kaya01fd61c2018-02-27 14:14:11 -06004233int pci_reset_bridge_secondary_bus(struct pci_dev *dev)
Gavin Shand92a2082014-04-24 18:00:24 +10004234{
4235 pcibios_reset_secondary_bus(dev);
Sinan Kaya01fd61c2018-02-27 14:14:11 -06004236
Sinan Kaya6b2f13512018-02-27 14:14:12 -06004237 return pci_dev_wait(dev, "bus reset", PCIE_RESET_READY_POLL_MS);
Gavin Shand92a2082014-04-24 18:00:24 +10004238}
Alex Williamson64e86742013-08-08 14:09:24 -06004239EXPORT_SYMBOL_GPL(pci_reset_bridge_secondary_bus);
4240
4241static int pci_parent_bus_reset(struct pci_dev *dev, int probe)
4242{
Yu Zhaoc12ff1d2009-06-13 15:52:15 +08004243 struct pci_dev *pdev;
4244
Alex Williamsonf331a852015-01-15 18:16:04 -06004245 if (pci_is_root_bus(dev->bus) || dev->subordinate ||
4246 !dev->bus->self || dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET)
Yu Zhaoc12ff1d2009-06-13 15:52:15 +08004247 return -ENOTTY;
4248
4249 list_for_each_entry(pdev, &dev->bus->devices, bus_list)
4250 if (pdev != dev)
4251 return -ENOTTY;
4252
4253 if (probe)
4254 return 0;
4255
Alex Williamson64e86742013-08-08 14:09:24 -06004256 pci_reset_bridge_secondary_bus(dev->bus->self);
Yu Zhaoc12ff1d2009-06-13 15:52:15 +08004257
4258 return 0;
4259}
4260
Alex Williamson608c3882013-08-08 14:09:43 -06004261static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, int probe)
4262{
4263 int rc = -ENOTTY;
4264
4265 if (!hotplug || !try_module_get(hotplug->ops->owner))
4266 return rc;
4267
4268 if (hotplug->ops->reset_slot)
4269 rc = hotplug->ops->reset_slot(hotplug, probe);
4270
4271 module_put(hotplug->ops->owner);
4272
4273 return rc;
4274}
4275
4276static int pci_dev_reset_slot_function(struct pci_dev *dev, int probe)
4277{
4278 struct pci_dev *pdev;
4279
Alex Williamsonf331a852015-01-15 18:16:04 -06004280 if (dev->subordinate || !dev->slot ||
4281 dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET)
Alex Williamson608c3882013-08-08 14:09:43 -06004282 return -ENOTTY;
4283
4284 list_for_each_entry(pdev, &dev->bus->devices, bus_list)
4285 if (pdev != dev && pdev->slot == dev->slot)
4286 return -ENOTTY;
4287
4288 return pci_reset_hotplug_slot(dev->slot->hotplug, probe);
4289}
4290
Alex Williamson77cb9852013-08-08 14:09:49 -06004291static void pci_dev_lock(struct pci_dev *dev)
4292{
4293 pci_cfg_access_lock(dev);
4294 /* block PM suspend, driver probe, etc. */
4295 device_lock(&dev->dev);
4296}
4297
Alex Williamson61cf16d2013-12-16 15:14:31 -07004298/* Return 1 on successful lock, 0 on contention */
4299static int pci_dev_trylock(struct pci_dev *dev)
4300{
4301 if (pci_cfg_access_trylock(dev)) {
4302 if (device_trylock(&dev->dev))
4303 return 1;
4304 pci_cfg_access_unlock(dev);
4305 }
4306
4307 return 0;
4308}
4309
Alex Williamson77cb9852013-08-08 14:09:49 -06004310static void pci_dev_unlock(struct pci_dev *dev)
4311{
4312 device_unlock(&dev->dev);
4313 pci_cfg_access_unlock(dev);
4314}
4315
Christoph Hellwig775755e2017-06-01 13:10:38 +02004316static void pci_dev_save_and_disable(struct pci_dev *dev)
Keith Busch3ebe7f92014-05-02 10:40:42 -06004317{
4318 const struct pci_error_handlers *err_handler =
4319 dev->driver ? dev->driver->err_handler : NULL;
Keith Busch3ebe7f92014-05-02 10:40:42 -06004320
Christoph Hellwigb014e962017-06-01 13:10:37 +02004321 /*
Christoph Hellwig775755e2017-06-01 13:10:38 +02004322 * dev->driver->err_handler->reset_prepare() is protected against
Christoph Hellwigb014e962017-06-01 13:10:37 +02004323 * races with ->remove() by the device lock, which must be held by
4324 * the caller.
4325 */
Christoph Hellwig775755e2017-06-01 13:10:38 +02004326 if (err_handler && err_handler->reset_prepare)
4327 err_handler->reset_prepare(dev);
Keith Busch3ebe7f92014-05-02 10:40:42 -06004328
Alex Williamsona6cbaad2013-08-08 14:10:02 -06004329 /*
4330 * Wake-up device prior to save. PM registers default to D0 after
4331 * reset and a simple register restore doesn't reliably return
4332 * to a non-D0 state anyway.
4333 */
4334 pci_set_power_state(dev, PCI_D0);
4335
Alex Williamson77cb9852013-08-08 14:09:49 -06004336 pci_save_state(dev);
4337 /*
4338 * Disable the device by clearing the Command register, except for
4339 * INTx-disable which is set. This not only disables MMIO and I/O port
4340 * BARs, but also prevents the device from being Bus Master, preventing
4341 * DMA from the device including MSI/MSI-X interrupts. For PCI 2.3
4342 * compliant devices, INTx-disable prevents legacy interrupts.
4343 */
4344 pci_write_config_word(dev, PCI_COMMAND, PCI_COMMAND_INTX_DISABLE);
4345}
4346
4347static void pci_dev_restore(struct pci_dev *dev)
4348{
Christoph Hellwig775755e2017-06-01 13:10:38 +02004349 const struct pci_error_handlers *err_handler =
4350 dev->driver ? dev->driver->err_handler : NULL;
4351
Alex Williamson77cb9852013-08-08 14:09:49 -06004352 pci_restore_state(dev);
Alex Williamson77cb9852013-08-08 14:09:49 -06004353
Christoph Hellwig775755e2017-06-01 13:10:38 +02004354 /*
4355 * dev->driver->err_handler->reset_done() is protected against
4356 * races with ->remove() by the device lock, which must be held by
4357 * the caller.
4358 */
4359 if (err_handler && err_handler->reset_done)
4360 err_handler->reset_done(dev);
Sheng Yangd91cdc72008-11-11 17:17:47 +08004361}
Keith Busch3ebe7f92014-05-02 10:40:42 -06004362
Sheng Yangd91cdc72008-11-11 17:17:47 +08004363/**
Konrad Rzeszutek Wilk6fbf9e72012-01-12 12:06:46 -05004364 * __pci_reset_function_locked - reset a PCI device function while holding
4365 * the @dev mutex lock.
4366 * @dev: PCI device to reset
4367 *
4368 * Some devices allow an individual function to be reset without affecting
4369 * other functions in the same device. The PCI device must be responsive
4370 * to PCI config space in order to use this function.
4371 *
4372 * The device function is presumed to be unused and the caller is holding
4373 * the device mutex lock when this function is called.
4374 * Resetting the device will make the contents of PCI configuration space
4375 * random, so any caller of this must be prepared to reinitialise the
4376 * device including MSI, bus mastering, BARs, decoding IO and memory spaces,
4377 * etc.
4378 *
4379 * Returns 0 if the device function was successfully reset or negative if the
4380 * device doesn't support resetting a single function.
4381 */
4382int __pci_reset_function_locked(struct pci_dev *dev)
4383{
Christoph Hellwig52354b92017-06-01 13:10:39 +02004384 int rc;
4385
4386 might_sleep();
4387
Bjorn Helgaas832c418a2017-10-25 17:09:24 -05004388 /*
4389 * A reset method returns -ENOTTY if it doesn't support this device
4390 * and we should try the next method.
4391 *
4392 * If it returns 0 (success), we're finished. If it returns any
4393 * other error, we're also finished: this indicates that further
4394 * reset mechanisms might be broken on the device.
4395 */
Christoph Hellwig52354b92017-06-01 13:10:39 +02004396 rc = pci_dev_specific_reset(dev, 0);
4397 if (rc != -ENOTTY)
4398 return rc;
4399 if (pcie_has_flr(dev)) {
Sinan Kaya91295d72018-02-27 14:14:08 -06004400 rc = pcie_flr(dev);
4401 if (rc != -ENOTTY)
4402 return rc;
Christoph Hellwig52354b92017-06-01 13:10:39 +02004403 }
4404 rc = pci_af_flr(dev, 0);
4405 if (rc != -ENOTTY)
4406 return rc;
4407 rc = pci_pm_reset(dev, 0);
4408 if (rc != -ENOTTY)
4409 return rc;
4410 rc = pci_dev_reset_slot_function(dev, 0);
4411 if (rc != -ENOTTY)
4412 return rc;
4413 return pci_parent_bus_reset(dev, 0);
Konrad Rzeszutek Wilk6fbf9e72012-01-12 12:06:46 -05004414}
4415EXPORT_SYMBOL_GPL(__pci_reset_function_locked);
4416
4417/**
Michael S. Tsirkin711d5772009-07-27 23:37:48 +03004418 * pci_probe_reset_function - check whether the device can be safely reset
4419 * @dev: PCI device to reset
4420 *
4421 * Some devices allow an individual function to be reset without affecting
4422 * other functions in the same device. The PCI device must be responsive
4423 * to PCI config space in order to use this function.
4424 *
4425 * Returns 0 if the device function can be reset or negative if the
4426 * device doesn't support resetting a single function.
4427 */
4428int pci_probe_reset_function(struct pci_dev *dev)
4429{
Christoph Hellwig52354b92017-06-01 13:10:39 +02004430 int rc;
4431
4432 might_sleep();
4433
4434 rc = pci_dev_specific_reset(dev, 1);
4435 if (rc != -ENOTTY)
4436 return rc;
4437 if (pcie_has_flr(dev))
4438 return 0;
4439 rc = pci_af_flr(dev, 1);
4440 if (rc != -ENOTTY)
4441 return rc;
4442 rc = pci_pm_reset(dev, 1);
4443 if (rc != -ENOTTY)
4444 return rc;
4445 rc = pci_dev_reset_slot_function(dev, 1);
4446 if (rc != -ENOTTY)
4447 return rc;
4448
4449 return pci_parent_bus_reset(dev, 1);
Michael S. Tsirkin711d5772009-07-27 23:37:48 +03004450}
4451
4452/**
Yu Zhao8c1c6992009-06-13 15:52:13 +08004453 * pci_reset_function - quiesce and reset a PCI device function
4454 * @dev: PCI device to reset
Sheng Yang8dd7f802008-10-21 17:38:25 +08004455 *
4456 * Some devices allow an individual function to be reset without affecting
4457 * other functions in the same device. The PCI device must be responsive
4458 * to PCI config space in order to use this function.
4459 *
4460 * This function does not just reset the PCI portion of a device, but
4461 * clears all the state associated with the device. This function differs
Jan H. Schönherr79e699b2017-09-06 01:21:23 +02004462 * from __pci_reset_function_locked() in that it saves and restores device state
4463 * over the reset and takes the PCI device lock.
Sheng Yang8dd7f802008-10-21 17:38:25 +08004464 *
Yu Zhao8c1c6992009-06-13 15:52:13 +08004465 * Returns 0 if the device function was successfully reset or negative if the
Sheng Yang8dd7f802008-10-21 17:38:25 +08004466 * device doesn't support resetting a single function.
4467 */
4468int pci_reset_function(struct pci_dev *dev)
4469{
Yu Zhao8c1c6992009-06-13 15:52:13 +08004470 int rc;
Sheng Yang8dd7f802008-10-21 17:38:25 +08004471
Bjorn Helgaas204f4af2018-02-16 15:22:39 -06004472 if (!dev->reset_fn)
4473 return -ENOTTY;
Sheng Yang8dd7f802008-10-21 17:38:25 +08004474
Christoph Hellwigb014e962017-06-01 13:10:37 +02004475 pci_dev_lock(dev);
Alex Williamson77cb9852013-08-08 14:09:49 -06004476 pci_dev_save_and_disable(dev);
Sheng Yang8dd7f802008-10-21 17:38:25 +08004477
Christoph Hellwig52354b92017-06-01 13:10:39 +02004478 rc = __pci_reset_function_locked(dev);
Sheng Yang8dd7f802008-10-21 17:38:25 +08004479
Alex Williamson77cb9852013-08-08 14:09:49 -06004480 pci_dev_restore(dev);
Christoph Hellwigb014e962017-06-01 13:10:37 +02004481 pci_dev_unlock(dev);
Sheng Yang8dd7f802008-10-21 17:38:25 +08004482
Yu Zhao8c1c6992009-06-13 15:52:13 +08004483 return rc;
Sheng Yang8dd7f802008-10-21 17:38:25 +08004484}
4485EXPORT_SYMBOL_GPL(pci_reset_function);
4486
Alex Williamson61cf16d2013-12-16 15:14:31 -07004487/**
Marc Zyngiera477b9c2017-08-01 20:11:02 -05004488 * pci_reset_function_locked - quiesce and reset a PCI device function
4489 * @dev: PCI device to reset
4490 *
4491 * Some devices allow an individual function to be reset without affecting
4492 * other functions in the same device. The PCI device must be responsive
4493 * to PCI config space in order to use this function.
4494 *
4495 * This function does not just reset the PCI portion of a device, but
4496 * clears all the state associated with the device. This function differs
Jan H. Schönherr79e699b2017-09-06 01:21:23 +02004497 * from __pci_reset_function_locked() in that it saves and restores device state
Marc Zyngiera477b9c2017-08-01 20:11:02 -05004498 * over the reset. It also differs from pci_reset_function() in that it
4499 * requires the PCI device lock to be held.
4500 *
4501 * Returns 0 if the device function was successfully reset or negative if the
4502 * device doesn't support resetting a single function.
4503 */
4504int pci_reset_function_locked(struct pci_dev *dev)
4505{
4506 int rc;
4507
Bjorn Helgaas204f4af2018-02-16 15:22:39 -06004508 if (!dev->reset_fn)
4509 return -ENOTTY;
Marc Zyngiera477b9c2017-08-01 20:11:02 -05004510
4511 pci_dev_save_and_disable(dev);
4512
4513 rc = __pci_reset_function_locked(dev);
4514
4515 pci_dev_restore(dev);
4516
4517 return rc;
4518}
4519EXPORT_SYMBOL_GPL(pci_reset_function_locked);
4520
4521/**
Alex Williamson61cf16d2013-12-16 15:14:31 -07004522 * pci_try_reset_function - quiesce and reset a PCI device function
4523 * @dev: PCI device to reset
4524 *
4525 * Same as above, except return -EAGAIN if unable to lock device.
4526 */
4527int pci_try_reset_function(struct pci_dev *dev)
4528{
4529 int rc;
4530
Bjorn Helgaas204f4af2018-02-16 15:22:39 -06004531 if (!dev->reset_fn)
4532 return -ENOTTY;
Alex Williamson61cf16d2013-12-16 15:14:31 -07004533
Christoph Hellwigb014e962017-06-01 13:10:37 +02004534 if (!pci_dev_trylock(dev))
4535 return -EAGAIN;
Alex Williamson61cf16d2013-12-16 15:14:31 -07004536
Christoph Hellwigb014e962017-06-01 13:10:37 +02004537 pci_dev_save_and_disable(dev);
Christoph Hellwig52354b92017-06-01 13:10:39 +02004538 rc = __pci_reset_function_locked(dev);
Sinan Kayacb5e0d02018-02-27 14:14:08 -06004539 pci_dev_restore(dev);
Christoph Hellwigb014e962017-06-01 13:10:37 +02004540 pci_dev_unlock(dev);
Alex Williamson61cf16d2013-12-16 15:14:31 -07004541
Alex Williamson61cf16d2013-12-16 15:14:31 -07004542 return rc;
4543}
4544EXPORT_SYMBOL_GPL(pci_try_reset_function);
4545
Alex Williamsonf331a852015-01-15 18:16:04 -06004546/* Do any devices on or below this bus prevent a bus reset? */
4547static bool pci_bus_resetable(struct pci_bus *bus)
4548{
4549 struct pci_dev *dev;
4550
David Daney35702772017-09-08 10:10:31 +02004551
4552 if (bus->self && (bus->self->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET))
4553 return false;
4554
Alex Williamsonf331a852015-01-15 18:16:04 -06004555 list_for_each_entry(dev, &bus->devices, bus_list) {
4556 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET ||
4557 (dev->subordinate && !pci_bus_resetable(dev->subordinate)))
4558 return false;
4559 }
4560
4561 return true;
4562}
4563
Alex Williamson090a3c52013-08-08 14:09:55 -06004564/* Lock devices from the top of the tree down */
4565static void pci_bus_lock(struct pci_bus *bus)
4566{
4567 struct pci_dev *dev;
4568
4569 list_for_each_entry(dev, &bus->devices, bus_list) {
4570 pci_dev_lock(dev);
4571 if (dev->subordinate)
4572 pci_bus_lock(dev->subordinate);
4573 }
4574}
4575
4576/* Unlock devices from the bottom of the tree up */
4577static void pci_bus_unlock(struct pci_bus *bus)
4578{
4579 struct pci_dev *dev;
4580
4581 list_for_each_entry(dev, &bus->devices, bus_list) {
4582 if (dev->subordinate)
4583 pci_bus_unlock(dev->subordinate);
4584 pci_dev_unlock(dev);
4585 }
4586}
4587
Alex Williamson61cf16d2013-12-16 15:14:31 -07004588/* Return 1 on successful lock, 0 on contention */
4589static int pci_bus_trylock(struct pci_bus *bus)
4590{
4591 struct pci_dev *dev;
4592
4593 list_for_each_entry(dev, &bus->devices, bus_list) {
4594 if (!pci_dev_trylock(dev))
4595 goto unlock;
4596 if (dev->subordinate) {
4597 if (!pci_bus_trylock(dev->subordinate)) {
4598 pci_dev_unlock(dev);
4599 goto unlock;
4600 }
4601 }
4602 }
4603 return 1;
4604
4605unlock:
4606 list_for_each_entry_continue_reverse(dev, &bus->devices, bus_list) {
4607 if (dev->subordinate)
4608 pci_bus_unlock(dev->subordinate);
4609 pci_dev_unlock(dev);
4610 }
4611 return 0;
4612}
4613
Alex Williamsonf331a852015-01-15 18:16:04 -06004614/* Do any devices on or below this slot prevent a bus reset? */
4615static bool pci_slot_resetable(struct pci_slot *slot)
4616{
4617 struct pci_dev *dev;
4618
Jan Glauber33ba90a2017-09-08 10:10:33 +02004619 if (slot->bus->self &&
4620 (slot->bus->self->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET))
4621 return false;
4622
Alex Williamsonf331a852015-01-15 18:16:04 -06004623 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4624 if (!dev->slot || dev->slot != slot)
4625 continue;
4626 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET ||
4627 (dev->subordinate && !pci_bus_resetable(dev->subordinate)))
4628 return false;
4629 }
4630
4631 return true;
4632}
4633
Alex Williamson090a3c52013-08-08 14:09:55 -06004634/* Lock devices from the top of the tree down */
4635static void pci_slot_lock(struct pci_slot *slot)
4636{
4637 struct pci_dev *dev;
4638
4639 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4640 if (!dev->slot || dev->slot != slot)
4641 continue;
4642 pci_dev_lock(dev);
4643 if (dev->subordinate)
4644 pci_bus_lock(dev->subordinate);
4645 }
4646}
4647
4648/* Unlock devices from the bottom of the tree up */
4649static void pci_slot_unlock(struct pci_slot *slot)
4650{
4651 struct pci_dev *dev;
4652
4653 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4654 if (!dev->slot || dev->slot != slot)
4655 continue;
4656 if (dev->subordinate)
4657 pci_bus_unlock(dev->subordinate);
4658 pci_dev_unlock(dev);
4659 }
4660}
4661
Alex Williamson61cf16d2013-12-16 15:14:31 -07004662/* Return 1 on successful lock, 0 on contention */
4663static int pci_slot_trylock(struct pci_slot *slot)
4664{
4665 struct pci_dev *dev;
4666
4667 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4668 if (!dev->slot || dev->slot != slot)
4669 continue;
4670 if (!pci_dev_trylock(dev))
4671 goto unlock;
4672 if (dev->subordinate) {
4673 if (!pci_bus_trylock(dev->subordinate)) {
4674 pci_dev_unlock(dev);
4675 goto unlock;
4676 }
4677 }
4678 }
4679 return 1;
4680
4681unlock:
4682 list_for_each_entry_continue_reverse(dev,
4683 &slot->bus->devices, bus_list) {
4684 if (!dev->slot || dev->slot != slot)
4685 continue;
4686 if (dev->subordinate)
4687 pci_bus_unlock(dev->subordinate);
4688 pci_dev_unlock(dev);
4689 }
4690 return 0;
4691}
4692
Alex Williamson090a3c52013-08-08 14:09:55 -06004693/* Save and disable devices from the top of the tree down */
4694static void pci_bus_save_and_disable(struct pci_bus *bus)
4695{
4696 struct pci_dev *dev;
4697
4698 list_for_each_entry(dev, &bus->devices, bus_list) {
Christoph Hellwigb014e962017-06-01 13:10:37 +02004699 pci_dev_lock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004700 pci_dev_save_and_disable(dev);
Christoph Hellwigb014e962017-06-01 13:10:37 +02004701 pci_dev_unlock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004702 if (dev->subordinate)
4703 pci_bus_save_and_disable(dev->subordinate);
4704 }
4705}
4706
4707/*
4708 * Restore devices from top of the tree down - parent bridges need to be
4709 * restored before we can get to subordinate devices.
4710 */
4711static void pci_bus_restore(struct pci_bus *bus)
4712{
4713 struct pci_dev *dev;
4714
4715 list_for_each_entry(dev, &bus->devices, bus_list) {
Christoph Hellwigb014e962017-06-01 13:10:37 +02004716 pci_dev_lock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004717 pci_dev_restore(dev);
Christoph Hellwigb014e962017-06-01 13:10:37 +02004718 pci_dev_unlock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004719 if (dev->subordinate)
4720 pci_bus_restore(dev->subordinate);
4721 }
4722}
4723
4724/* Save and disable devices from the top of the tree down */
4725static void pci_slot_save_and_disable(struct pci_slot *slot)
4726{
4727 struct pci_dev *dev;
4728
4729 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4730 if (!dev->slot || dev->slot != slot)
4731 continue;
4732 pci_dev_save_and_disable(dev);
4733 if (dev->subordinate)
4734 pci_bus_save_and_disable(dev->subordinate);
4735 }
4736}
4737
4738/*
4739 * Restore devices from top of the tree down - parent bridges need to be
4740 * restored before we can get to subordinate devices.
4741 */
4742static void pci_slot_restore(struct pci_slot *slot)
4743{
4744 struct pci_dev *dev;
4745
4746 list_for_each_entry(dev, &slot->bus->devices, bus_list) {
4747 if (!dev->slot || dev->slot != slot)
4748 continue;
Sinan Kayacb5e0d02018-02-27 14:14:08 -06004749 pci_dev_lock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004750 pci_dev_restore(dev);
Sinan Kayacb5e0d02018-02-27 14:14:08 -06004751 pci_dev_unlock(dev);
Alex Williamson090a3c52013-08-08 14:09:55 -06004752 if (dev->subordinate)
4753 pci_bus_restore(dev->subordinate);
4754 }
4755}
4756
4757static int pci_slot_reset(struct pci_slot *slot, int probe)
4758{
4759 int rc;
4760
Alex Williamsonf331a852015-01-15 18:16:04 -06004761 if (!slot || !pci_slot_resetable(slot))
Alex Williamson090a3c52013-08-08 14:09:55 -06004762 return -ENOTTY;
4763
4764 if (!probe)
4765 pci_slot_lock(slot);
4766
4767 might_sleep();
4768
4769 rc = pci_reset_hotplug_slot(slot->hotplug, probe);
4770
4771 if (!probe)
4772 pci_slot_unlock(slot);
4773
4774 return rc;
4775}
4776
4777/**
Alex Williamson9a3d2b92013-08-14 14:06:05 -06004778 * pci_probe_reset_slot - probe whether a PCI slot can be reset
4779 * @slot: PCI slot to probe
4780 *
4781 * Return 0 if slot can be reset, negative if a slot reset is not supported.
4782 */
4783int pci_probe_reset_slot(struct pci_slot *slot)
4784{
4785 return pci_slot_reset(slot, 1);
4786}
4787EXPORT_SYMBOL_GPL(pci_probe_reset_slot);
4788
4789/**
Alex Williamson090a3c52013-08-08 14:09:55 -06004790 * pci_reset_slot - reset a PCI slot
4791 * @slot: PCI slot to reset
4792 *
4793 * A PCI bus may host multiple slots, each slot may support a reset mechanism
4794 * independent of other slots. For instance, some slots may support slot power
4795 * control. In the case of a 1:1 bus to slot architecture, this function may
4796 * wrap the bus reset to avoid spurious slot related events such as hotplug.
4797 * Generally a slot reset should be attempted before a bus reset. All of the
4798 * function of the slot and any subordinate buses behind the slot are reset
4799 * through this function. PCI config space of all devices in the slot and
4800 * behind the slot is saved before and restored after reset.
4801 *
4802 * Return 0 on success, non-zero on error.
4803 */
4804int pci_reset_slot(struct pci_slot *slot)
4805{
4806 int rc;
4807
4808 rc = pci_slot_reset(slot, 1);
4809 if (rc)
4810 return rc;
4811
4812 pci_slot_save_and_disable(slot);
4813
4814 rc = pci_slot_reset(slot, 0);
4815
4816 pci_slot_restore(slot);
4817
4818 return rc;
4819}
4820EXPORT_SYMBOL_GPL(pci_reset_slot);
4821
Alex Williamson61cf16d2013-12-16 15:14:31 -07004822/**
4823 * pci_try_reset_slot - Try to reset a PCI slot
4824 * @slot: PCI slot to reset
4825 *
4826 * Same as above except return -EAGAIN if the slot cannot be locked
4827 */
4828int pci_try_reset_slot(struct pci_slot *slot)
4829{
4830 int rc;
4831
4832 rc = pci_slot_reset(slot, 1);
4833 if (rc)
4834 return rc;
4835
4836 pci_slot_save_and_disable(slot);
4837
4838 if (pci_slot_trylock(slot)) {
4839 might_sleep();
4840 rc = pci_reset_hotplug_slot(slot->hotplug, 0);
4841 pci_slot_unlock(slot);
4842 } else
4843 rc = -EAGAIN;
4844
4845 pci_slot_restore(slot);
4846
4847 return rc;
4848}
4849EXPORT_SYMBOL_GPL(pci_try_reset_slot);
4850
Alex Williamson090a3c52013-08-08 14:09:55 -06004851static int pci_bus_reset(struct pci_bus *bus, int probe)
4852{
Alex Williamsonf331a852015-01-15 18:16:04 -06004853 if (!bus->self || !pci_bus_resetable(bus))
Alex Williamson090a3c52013-08-08 14:09:55 -06004854 return -ENOTTY;
4855
4856 if (probe)
4857 return 0;
4858
4859 pci_bus_lock(bus);
4860
4861 might_sleep();
4862
4863 pci_reset_bridge_secondary_bus(bus->self);
4864
4865 pci_bus_unlock(bus);
4866
4867 return 0;
4868}
4869
4870/**
Alex Williamson9a3d2b92013-08-14 14:06:05 -06004871 * pci_probe_reset_bus - probe whether a PCI bus can be reset
4872 * @bus: PCI bus to probe
4873 *
4874 * Return 0 if bus can be reset, negative if a bus reset is not supported.
4875 */
4876int pci_probe_reset_bus(struct pci_bus *bus)
4877{
4878 return pci_bus_reset(bus, 1);
4879}
4880EXPORT_SYMBOL_GPL(pci_probe_reset_bus);
4881
4882/**
Alex Williamson090a3c52013-08-08 14:09:55 -06004883 * pci_reset_bus - reset a PCI bus
4884 * @bus: top level PCI bus to reset
4885 *
4886 * Do a bus reset on the given bus and any subordinate buses, saving
4887 * and restoring state of all devices.
4888 *
4889 * Return 0 on success, non-zero on error.
4890 */
4891int pci_reset_bus(struct pci_bus *bus)
4892{
4893 int rc;
4894
4895 rc = pci_bus_reset(bus, 1);
4896 if (rc)
4897 return rc;
4898
4899 pci_bus_save_and_disable(bus);
4900
4901 rc = pci_bus_reset(bus, 0);
4902
4903 pci_bus_restore(bus);
4904
4905 return rc;
4906}
4907EXPORT_SYMBOL_GPL(pci_reset_bus);
4908
Sheng Yang8dd7f802008-10-21 17:38:25 +08004909/**
Alex Williamson61cf16d2013-12-16 15:14:31 -07004910 * pci_try_reset_bus - Try to reset a PCI bus
4911 * @bus: top level PCI bus to reset
4912 *
4913 * Same as above except return -EAGAIN if the bus cannot be locked
4914 */
4915int pci_try_reset_bus(struct pci_bus *bus)
4916{
4917 int rc;
4918
4919 rc = pci_bus_reset(bus, 1);
4920 if (rc)
4921 return rc;
4922
4923 pci_bus_save_and_disable(bus);
4924
4925 if (pci_bus_trylock(bus)) {
4926 might_sleep();
4927 pci_reset_bridge_secondary_bus(bus->self);
4928 pci_bus_unlock(bus);
4929 } else
4930 rc = -EAGAIN;
4931
4932 pci_bus_restore(bus);
4933
4934 return rc;
4935}
4936EXPORT_SYMBOL_GPL(pci_try_reset_bus);
4937
4938/**
Peter Orubad556ad42007-05-15 13:59:13 +02004939 * pcix_get_max_mmrbc - get PCI-X maximum designed memory read byte count
4940 * @dev: PCI device to query
4941 *
4942 * Returns mmrbc: maximum designed memory read count in bytes
4943 * or appropriate error value.
4944 */
4945int pcix_get_max_mmrbc(struct pci_dev *dev)
4946{
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004947 int cap;
Peter Orubad556ad42007-05-15 13:59:13 +02004948 u32 stat;
4949
4950 cap = pci_find_capability(dev, PCI_CAP_ID_PCIX);
4951 if (!cap)
4952 return -EINVAL;
4953
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004954 if (pci_read_config_dword(dev, cap + PCI_X_STATUS, &stat))
Peter Orubad556ad42007-05-15 13:59:13 +02004955 return -EINVAL;
4956
Dean Nelson25daeb52010-03-09 22:26:40 -05004957 return 512 << ((stat & PCI_X_STATUS_MAX_READ) >> 21);
Peter Orubad556ad42007-05-15 13:59:13 +02004958}
4959EXPORT_SYMBOL(pcix_get_max_mmrbc);
4960
4961/**
4962 * pcix_get_mmrbc - get PCI-X maximum memory read byte count
4963 * @dev: PCI device to query
4964 *
4965 * Returns mmrbc: maximum memory read count in bytes
4966 * or appropriate error value.
4967 */
4968int pcix_get_mmrbc(struct pci_dev *dev)
4969{
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004970 int cap;
Dean Nelsonbdc2bda2010-03-09 22:26:48 -05004971 u16 cmd;
Peter Orubad556ad42007-05-15 13:59:13 +02004972
4973 cap = pci_find_capability(dev, PCI_CAP_ID_PCIX);
4974 if (!cap)
4975 return -EINVAL;
4976
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004977 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd))
4978 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02004979
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004980 return 512 << ((cmd & PCI_X_CMD_MAX_READ) >> 2);
Peter Orubad556ad42007-05-15 13:59:13 +02004981}
4982EXPORT_SYMBOL(pcix_get_mmrbc);
4983
4984/**
4985 * pcix_set_mmrbc - set PCI-X maximum memory read byte count
4986 * @dev: PCI device to query
4987 * @mmrbc: maximum memory read count in bytes
4988 * valid values are 512, 1024, 2048, 4096
4989 *
4990 * If possible sets maximum memory read byte count, some bridges have erratas
4991 * that prevent this.
4992 */
4993int pcix_set_mmrbc(struct pci_dev *dev, int mmrbc)
4994{
Dean Nelson7c9e2b12010-03-09 22:26:55 -05004995 int cap;
Dean Nelsonbdc2bda2010-03-09 22:26:48 -05004996 u32 stat, v, o;
4997 u16 cmd;
Peter Orubad556ad42007-05-15 13:59:13 +02004998
vignesh babu229f5af2007-08-13 18:23:14 +05304999 if (mmrbc < 512 || mmrbc > 4096 || !is_power_of_2(mmrbc))
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005000 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02005001
5002 v = ffs(mmrbc) - 10;
5003
5004 cap = pci_find_capability(dev, PCI_CAP_ID_PCIX);
5005 if (!cap)
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005006 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02005007
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005008 if (pci_read_config_dword(dev, cap + PCI_X_STATUS, &stat))
5009 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02005010
5011 if (v > (stat & PCI_X_STATUS_MAX_READ) >> 21)
5012 return -E2BIG;
5013
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005014 if (pci_read_config_word(dev, cap + PCI_X_CMD, &cmd))
5015 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02005016
5017 o = (cmd & PCI_X_CMD_MAX_READ) >> 2;
5018 if (o != v) {
Bjorn Helgaas809a3bf2012-06-20 16:41:16 -06005019 if (v > o && (dev->bus->bus_flags & PCI_BUS_FLAGS_NO_MMRBC))
Peter Orubad556ad42007-05-15 13:59:13 +02005020 return -EIO;
5021
5022 cmd &= ~PCI_X_CMD_MAX_READ;
5023 cmd |= v << 2;
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005024 if (pci_write_config_word(dev, cap + PCI_X_CMD, cmd))
5025 return -EIO;
Peter Orubad556ad42007-05-15 13:59:13 +02005026 }
Dean Nelson7c9e2b12010-03-09 22:26:55 -05005027 return 0;
Peter Orubad556ad42007-05-15 13:59:13 +02005028}
5029EXPORT_SYMBOL(pcix_set_mmrbc);
5030
5031/**
5032 * pcie_get_readrq - get PCI Express read request size
5033 * @dev: PCI device to query
5034 *
5035 * Returns maximum memory read request in bytes
5036 * or appropriate error value.
5037 */
5038int pcie_get_readrq(struct pci_dev *dev)
5039{
Peter Orubad556ad42007-05-15 13:59:13 +02005040 u16 ctl;
5041
Jiang Liu59875ae2012-07-24 17:20:06 +08005042 pcie_capability_read_word(dev, PCI_EXP_DEVCTL, &ctl);
Peter Orubad556ad42007-05-15 13:59:13 +02005043
Jiang Liu59875ae2012-07-24 17:20:06 +08005044 return 128 << ((ctl & PCI_EXP_DEVCTL_READRQ) >> 12);
Peter Orubad556ad42007-05-15 13:59:13 +02005045}
5046EXPORT_SYMBOL(pcie_get_readrq);
5047
5048/**
5049 * pcie_set_readrq - set PCI Express maximum memory read request
5050 * @dev: PCI device to query
Randy Dunlap42e61f42007-07-23 21:42:11 -07005051 * @rq: maximum memory read count in bytes
Peter Orubad556ad42007-05-15 13:59:13 +02005052 * valid values are 128, 256, 512, 1024, 2048, 4096
5053 *
Jon Masonc9b378c2011-06-28 18:26:25 -05005054 * If possible sets maximum memory read request in bytes
Peter Orubad556ad42007-05-15 13:59:13 +02005055 */
5056int pcie_set_readrq(struct pci_dev *dev, int rq)
5057{
Jiang Liu59875ae2012-07-24 17:20:06 +08005058 u16 v;
Peter Orubad556ad42007-05-15 13:59:13 +02005059
vignesh babu229f5af2007-08-13 18:23:14 +05305060 if (rq < 128 || rq > 4096 || !is_power_of_2(rq))
Jiang Liu59875ae2012-07-24 17:20:06 +08005061 return -EINVAL;
Peter Orubad556ad42007-05-15 13:59:13 +02005062
Benjamin Herrenschmidta1c473a2011-10-14 14:56:15 -05005063 /*
5064 * If using the "performance" PCIe config, we clamp the
5065 * read rq size to the max packet size to prevent the
5066 * host bridge generating requests larger than we can
5067 * cope with
5068 */
5069 if (pcie_bus_config == PCIE_BUS_PERFORMANCE) {
5070 int mps = pcie_get_mps(dev);
5071
Benjamin Herrenschmidta1c473a2011-10-14 14:56:15 -05005072 if (mps < rq)
5073 rq = mps;
5074 }
5075
5076 v = (ffs(rq) - 8) << 12;
Peter Orubad556ad42007-05-15 13:59:13 +02005077
Jiang Liu59875ae2012-07-24 17:20:06 +08005078 return pcie_capability_clear_and_set_word(dev, PCI_EXP_DEVCTL,
5079 PCI_EXP_DEVCTL_READRQ, v);
Peter Orubad556ad42007-05-15 13:59:13 +02005080}
5081EXPORT_SYMBOL(pcie_set_readrq);
5082
5083/**
Jon Masonb03e7492011-07-20 15:20:54 -05005084 * pcie_get_mps - get PCI Express maximum payload size
5085 * @dev: PCI device to query
5086 *
5087 * Returns maximum payload size in bytes
Jon Masonb03e7492011-07-20 15:20:54 -05005088 */
5089int pcie_get_mps(struct pci_dev *dev)
5090{
Jon Masonb03e7492011-07-20 15:20:54 -05005091 u16 ctl;
5092
Jiang Liu59875ae2012-07-24 17:20:06 +08005093 pcie_capability_read_word(dev, PCI_EXP_DEVCTL, &ctl);
Jon Masonb03e7492011-07-20 15:20:54 -05005094
Jiang Liu59875ae2012-07-24 17:20:06 +08005095 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5);
Jon Masonb03e7492011-07-20 15:20:54 -05005096}
Yijing Wangf1c66c42013-09-24 12:08:06 -06005097EXPORT_SYMBOL(pcie_get_mps);
Jon Masonb03e7492011-07-20 15:20:54 -05005098
5099/**
5100 * pcie_set_mps - set PCI Express maximum payload size
5101 * @dev: PCI device to query
Randy Dunlap47c08f32011-08-20 11:49:43 -07005102 * @mps: maximum payload size in bytes
Jon Masonb03e7492011-07-20 15:20:54 -05005103 * valid values are 128, 256, 512, 1024, 2048, 4096
5104 *
5105 * If possible sets maximum payload size
5106 */
5107int pcie_set_mps(struct pci_dev *dev, int mps)
5108{
Jiang Liu59875ae2012-07-24 17:20:06 +08005109 u16 v;
Jon Masonb03e7492011-07-20 15:20:54 -05005110
5111 if (mps < 128 || mps > 4096 || !is_power_of_2(mps))
Jiang Liu59875ae2012-07-24 17:20:06 +08005112 return -EINVAL;
Jon Masonb03e7492011-07-20 15:20:54 -05005113
5114 v = ffs(mps) - 8;
Bjorn Helgaasf7625982013-11-14 11:28:18 -07005115 if (v > dev->pcie_mpss)
Jiang Liu59875ae2012-07-24 17:20:06 +08005116 return -EINVAL;
Jon Masonb03e7492011-07-20 15:20:54 -05005117 v <<= 5;
5118
Jiang Liu59875ae2012-07-24 17:20:06 +08005119 return pcie_capability_clear_and_set_word(dev, PCI_EXP_DEVCTL,
5120 PCI_EXP_DEVCTL_PAYLOAD, v);
Jon Masonb03e7492011-07-20 15:20:54 -05005121}
Yijing Wangf1c66c42013-09-24 12:08:06 -06005122EXPORT_SYMBOL(pcie_set_mps);
Jon Masonb03e7492011-07-20 15:20:54 -05005123
5124/**
Tal Gilboa6db79a82018-03-30 08:37:44 -05005125 * pcie_bandwidth_available - determine minimum link settings of a PCIe
5126 * device and its bandwidth limitation
5127 * @dev: PCI device to query
5128 * @limiting_dev: storage for device causing the bandwidth limitation
5129 * @speed: storage for speed of limiting device
5130 * @width: storage for width of limiting device
5131 *
5132 * Walk up the PCI device chain and find the point where the minimum
5133 * bandwidth is available. Return the bandwidth available there and (if
5134 * limiting_dev, speed, and width pointers are supplied) information about
5135 * that point. The bandwidth returned is in Mb/s, i.e., megabits/second of
5136 * raw bandwidth.
5137 */
5138u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev,
5139 enum pci_bus_speed *speed,
5140 enum pcie_link_width *width)
5141{
5142 u16 lnksta;
5143 enum pci_bus_speed next_speed;
5144 enum pcie_link_width next_width;
5145 u32 bw, next_bw;
5146
5147 if (speed)
5148 *speed = PCI_SPEED_UNKNOWN;
5149 if (width)
5150 *width = PCIE_LNK_WIDTH_UNKNOWN;
5151
5152 bw = 0;
5153
5154 while (dev) {
5155 pcie_capability_read_word(dev, PCI_EXP_LNKSTA, &lnksta);
5156
5157 next_speed = pcie_link_speed[lnksta & PCI_EXP_LNKSTA_CLS];
5158 next_width = (lnksta & PCI_EXP_LNKSTA_NLW) >>
5159 PCI_EXP_LNKSTA_NLW_SHIFT;
5160
5161 next_bw = next_width * PCIE_SPEED2MBS_ENC(next_speed);
5162
5163 /* Check if current device limits the total bandwidth */
5164 if (!bw || next_bw <= bw) {
5165 bw = next_bw;
5166
5167 if (limiting_dev)
5168 *limiting_dev = dev;
5169 if (speed)
5170 *speed = next_speed;
5171 if (width)
5172 *width = next_width;
5173 }
5174
5175 dev = pci_upstream_bridge(dev);
5176 }
5177
5178 return bw;
5179}
5180EXPORT_SYMBOL(pcie_bandwidth_available);
5181
5182/**
Tal Gilboa6cf57be2018-03-30 07:44:05 -05005183 * pcie_get_speed_cap - query for the PCI device's link speed capability
5184 * @dev: PCI device to query
5185 *
5186 * Query the PCI device speed capability. Return the maximum link speed
5187 * supported by the device.
5188 */
5189enum pci_bus_speed pcie_get_speed_cap(struct pci_dev *dev)
5190{
5191 u32 lnkcap2, lnkcap;
5192
5193 /*
5194 * PCIe r4.0 sec 7.5.3.18 recommends using the Supported Link
5195 * Speeds Vector in Link Capabilities 2 when supported, falling
5196 * back to Max Link Speed in Link Capabilities otherwise.
5197 */
5198 pcie_capability_read_dword(dev, PCI_EXP_LNKCAP2, &lnkcap2);
5199 if (lnkcap2) { /* PCIe r3.0-compliant */
5200 if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_16_0GB)
5201 return PCIE_SPEED_16_0GT;
5202 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_8_0GB)
5203 return PCIE_SPEED_8_0GT;
5204 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_5_0GB)
5205 return PCIE_SPEED_5_0GT;
5206 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB)
5207 return PCIE_SPEED_2_5GT;
5208 return PCI_SPEED_UNKNOWN;
5209 }
5210
5211 pcie_capability_read_dword(dev, PCI_EXP_LNKCAP, &lnkcap);
5212 if (lnkcap) {
5213 if (lnkcap & PCI_EXP_LNKCAP_SLS_16_0GB)
5214 return PCIE_SPEED_16_0GT;
5215 else if (lnkcap & PCI_EXP_LNKCAP_SLS_8_0GB)
5216 return PCIE_SPEED_8_0GT;
5217 else if (lnkcap & PCI_EXP_LNKCAP_SLS_5_0GB)
5218 return PCIE_SPEED_5_0GT;
5219 else if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB)
5220 return PCIE_SPEED_2_5GT;
5221 }
5222
5223 return PCI_SPEED_UNKNOWN;
5224}
5225
5226/**
Tal Gilboac70b65f2018-03-30 08:24:36 -05005227 * pcie_get_width_cap - query for the PCI device's link width capability
5228 * @dev: PCI device to query
5229 *
5230 * Query the PCI device width capability. Return the maximum link width
5231 * supported by the device.
5232 */
5233enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev)
5234{
5235 u32 lnkcap;
5236
5237 pcie_capability_read_dword(dev, PCI_EXP_LNKCAP, &lnkcap);
5238 if (lnkcap)
5239 return (lnkcap & PCI_EXP_LNKCAP_MLW) >> 4;
5240
5241 return PCIE_LNK_WIDTH_UNKNOWN;
5242}
5243
5244/**
Tal Gilboab852f632018-03-30 08:32:03 -05005245 * pcie_bandwidth_capable - calculate a PCI device's link bandwidth capability
5246 * @dev: PCI device
5247 * @speed: storage for link speed
5248 * @width: storage for link width
5249 *
5250 * Calculate a PCI device's link bandwidth by querying for its link speed
5251 * and width, multiplying them, and applying encoding overhead. The result
5252 * is in Mb/s, i.e., megabits/second of raw bandwidth.
5253 */
5254u32 pcie_bandwidth_capable(struct pci_dev *dev, enum pci_bus_speed *speed,
5255 enum pcie_link_width *width)
5256{
5257 *speed = pcie_get_speed_cap(dev);
5258 *width = pcie_get_width_cap(dev);
5259
5260 if (*speed == PCI_SPEED_UNKNOWN || *width == PCIE_LNK_WIDTH_UNKNOWN)
5261 return 0;
5262
5263 return *width * PCIE_SPEED2MBS_ENC(*speed);
5264}
5265
5266/**
Tal Gilboa9e506a72018-03-30 08:56:47 -05005267 * pcie_print_link_status - Report the PCI device's link speed and width
5268 * @dev: PCI device to query
5269 *
5270 * Report the available bandwidth at the device. If this is less than the
5271 * device is capable of, report the device's maximum possible bandwidth and
5272 * the upstream link that limits its performance to less than that.
5273 */
5274void pcie_print_link_status(struct pci_dev *dev)
5275{
5276 enum pcie_link_width width, width_cap;
5277 enum pci_bus_speed speed, speed_cap;
5278 struct pci_dev *limiting_dev = NULL;
5279 u32 bw_avail, bw_cap;
5280
5281 bw_cap = pcie_bandwidth_capable(dev, &speed_cap, &width_cap);
5282 bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width);
5283
5284 if (bw_avail >= bw_cap)
Jakub Kicinski0cf22d62018-04-20 12:56:36 -05005285 pci_info(dev, "%u.%03u Gb/s available PCIe bandwidth (%s x%d link)\n",
Tal Gilboa9e506a72018-03-30 08:56:47 -05005286 bw_cap / 1000, bw_cap % 1000,
5287 PCIE_SPEED2STR(speed_cap), width_cap);
5288 else
Jakub Kicinski0cf22d62018-04-20 12:56:36 -05005289 pci_info(dev, "%u.%03u Gb/s available PCIe bandwidth, limited by %s x%d link at %s (capable of %u.%03u Gb/s with %s x%d link)\n",
Tal Gilboa9e506a72018-03-30 08:56:47 -05005290 bw_avail / 1000, bw_avail % 1000,
5291 PCIE_SPEED2STR(speed), width,
5292 limiting_dev ? pci_name(limiting_dev) : "<unknown>",
5293 bw_cap / 1000, bw_cap % 1000,
5294 PCIE_SPEED2STR(speed_cap), width_cap);
5295}
5296EXPORT_SYMBOL(pcie_print_link_status);
5297
5298/**
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09005299 * pci_select_bars - Make BAR mask from the type of resource
Randy Dunlapf95d8822007-02-10 14:41:56 -08005300 * @dev: the PCI device for which BAR mask is made
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09005301 * @flags: resource type mask to be selected
5302 *
5303 * This helper routine makes bar mask from the type of resource.
5304 */
5305int pci_select_bars(struct pci_dev *dev, unsigned long flags)
5306{
5307 int i, bars = 0;
5308 for (i = 0; i < PCI_NUM_RESOURCES; i++)
5309 if (pci_resource_flags(dev, i) & flags)
5310 bars |= (1 << i);
5311 return bars;
5312}
Ryan Desfossesb7fe9432014-04-25 14:32:25 -06005313EXPORT_SYMBOL(pci_select_bars);
Hidetoshi Setoc87deff2006-12-18 10:31:06 +09005314
Mike Travis95a8b6e2010-02-02 14:38:13 -08005315/* Some architectures require additional programming to enable VGA */
5316static arch_set_vga_state_t arch_set_vga_state;
5317
5318void __init pci_register_set_vga_state(arch_set_vga_state_t func)
5319{
5320 arch_set_vga_state = func; /* NULL disables */
5321}
5322
5323static int pci_set_vga_state_arch(struct pci_dev *dev, bool decode,
Ryan Desfosses3c78bc62014-04-18 20:13:49 -04005324 unsigned int command_bits, u32 flags)
Mike Travis95a8b6e2010-02-02 14:38:13 -08005325{
5326 if (arch_set_vga_state)
5327 return arch_set_vga_state(dev, decode, command_bits,
Dave Airlie7ad35cf2011-05-25 14:00:49 +10005328 flags);
Mike Travis95a8b6e2010-02-02 14:38:13 -08005329 return 0;
5330}
5331
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005332/**
5333 * pci_set_vga_state - set VGA decode state on device and parents if requested
Randy Dunlap19eea632009-09-17 15:28:22 -07005334 * @dev: the PCI device
5335 * @decode: true = enable decoding, false = disable decoding
5336 * @command_bits: PCI_COMMAND_IO and/or PCI_COMMAND_MEMORY
Randy Dunlap3f37d622011-05-25 19:21:25 -07005337 * @flags: traverse ancestors and change bridges
Dave Airlie3448a192010-06-01 15:32:24 +10005338 * CHANGE_BRIDGE_ONLY / CHANGE_BRIDGE
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005339 */
5340int pci_set_vga_state(struct pci_dev *dev, bool decode,
Dave Airlie3448a192010-06-01 15:32:24 +10005341 unsigned int command_bits, u32 flags)
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005342{
5343 struct pci_bus *bus;
5344 struct pci_dev *bridge;
5345 u16 cmd;
Mike Travis95a8b6e2010-02-02 14:38:13 -08005346 int rc;
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005347
Bjorn Helgaas67ebd812014-04-05 15:14:22 -06005348 WARN_ON((flags & PCI_VGA_STATE_CHANGE_DECODES) && (command_bits & ~(PCI_COMMAND_IO|PCI_COMMAND_MEMORY)));
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005349
Mike Travis95a8b6e2010-02-02 14:38:13 -08005350 /* ARCH specific VGA enables */
Dave Airlie3448a192010-06-01 15:32:24 +10005351 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags);
Mike Travis95a8b6e2010-02-02 14:38:13 -08005352 if (rc)
5353 return rc;
5354
Dave Airlie3448a192010-06-01 15:32:24 +10005355 if (flags & PCI_VGA_STATE_CHANGE_DECODES) {
5356 pci_read_config_word(dev, PCI_COMMAND, &cmd);
5357 if (decode == true)
5358 cmd |= command_bits;
5359 else
5360 cmd &= ~command_bits;
5361 pci_write_config_word(dev, PCI_COMMAND, cmd);
5362 }
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005363
Dave Airlie3448a192010-06-01 15:32:24 +10005364 if (!(flags & PCI_VGA_STATE_CHANGE_BRIDGE))
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +10005365 return 0;
5366
5367 bus = dev->bus;
5368 while (bus) {
5369 bridge = bus->self;
5370 if (bridge) {
5371 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL,
5372 &cmd);
5373 if (decode == true)
5374 cmd |= PCI_BRIDGE_CTL_VGA;
5375 else
5376 cmd &= ~PCI_BRIDGE_CTL_VGA;
5377 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL,
5378 cmd);
5379 }
5380 bus = bus->parent;
5381 }
5382 return 0;
5383}
5384
Bjorn Helgaasf0af9592016-02-24 13:43:45 -06005385/**
5386 * pci_add_dma_alias - Add a DMA devfn alias for a device
5387 * @dev: the PCI device for which alias is added
5388 * @devfn: alias slot and function
5389 *
5390 * This helper encodes 8-bit devfn as bit number in dma_alias_mask.
5391 * It should be called early, preferably as PCI fixup header quirk.
5392 */
5393void pci_add_dma_alias(struct pci_dev *dev, u8 devfn)
5394{
Jacek Lawrynowicz338c3142016-03-03 15:38:02 +01005395 if (!dev->dma_alias_mask)
5396 dev->dma_alias_mask = kcalloc(BITS_TO_LONGS(U8_MAX),
5397 sizeof(long), GFP_KERNEL);
5398 if (!dev->dma_alias_mask) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06005399 pci_warn(dev, "Unable to allocate DMA alias mask\n");
Jacek Lawrynowicz338c3142016-03-03 15:38:02 +01005400 return;
5401 }
5402
5403 set_bit(devfn, dev->dma_alias_mask);
Frederick Lawler7506dc72018-01-18 12:55:24 -06005404 pci_info(dev, "Enabling fixed DMA alias to %02x.%d\n",
Bjorn Helgaas48c83082016-02-24 13:43:54 -06005405 PCI_SLOT(devfn), PCI_FUNC(devfn));
Bjorn Helgaasf0af9592016-02-24 13:43:45 -06005406}
5407
Jacek Lawrynowicz338c3142016-03-03 15:38:02 +01005408bool pci_devs_are_dma_aliases(struct pci_dev *dev1, struct pci_dev *dev2)
5409{
5410 return (dev1->dma_alias_mask &&
5411 test_bit(dev2->devfn, dev1->dma_alias_mask)) ||
5412 (dev2->dma_alias_mask &&
5413 test_bit(dev1->devfn, dev2->dma_alias_mask));
5414}
5415
Rafael J. Wysocki8496e852013-12-01 02:34:37 +01005416bool pci_device_is_present(struct pci_dev *pdev)
5417{
5418 u32 v;
5419
Keith Buschfe2bd752017-03-29 22:49:17 -05005420 if (pci_dev_is_disconnected(pdev))
5421 return false;
Rafael J. Wysocki8496e852013-12-01 02:34:37 +01005422 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0);
5423}
5424EXPORT_SYMBOL_GPL(pci_device_is_present);
5425
Rafael J. Wysocki08249652015-04-13 16:23:36 +02005426void pci_ignore_hotplug(struct pci_dev *dev)
5427{
5428 struct pci_dev *bridge = dev->bus->self;
5429
5430 dev->ignore_hotplug = 1;
5431 /* Propagate the "ignore hotplug" setting to the parent bridge. */
5432 if (bridge)
5433 bridge->ignore_hotplug = 1;
5434}
5435EXPORT_SYMBOL_GPL(pci_ignore_hotplug);
5436
Yongji Xie0a701aa2017-04-10 19:58:12 +08005437resource_size_t __weak pcibios_default_alignment(void)
5438{
5439 return 0;
5440}
5441
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005442#define RESOURCE_ALIGNMENT_PARAM_SIZE COMMAND_LINE_SIZE
5443static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0};
Thomas Gleixnere9d1e492009-11-06 22:41:23 +00005444static DEFINE_SPINLOCK(resource_alignment_lock);
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005445
5446/**
5447 * pci_specified_resource_alignment - get resource alignment specified by user.
5448 * @dev: the PCI device to get
Yongji Xiee3adec72017-04-10 19:58:14 +08005449 * @resize: whether or not to change resources' size when reassigning alignment
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005450 *
5451 * RETURNS: Resource alignment if it is specified.
5452 * Zero if it is not specified.
5453 */
Yongji Xiee3adec72017-04-10 19:58:14 +08005454static resource_size_t pci_specified_resource_alignment(struct pci_dev *dev,
5455 bool *resize)
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005456{
5457 int seg, bus, slot, func, align_order, count;
Koehrer Mathias (ETAS/ESW5)644a5442016-06-07 14:24:17 +00005458 unsigned short vendor, device, subsystem_vendor, subsystem_device;
Yongji Xie0a701aa2017-04-10 19:58:12 +08005459 resource_size_t align = pcibios_default_alignment();
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005460 char *p;
5461
5462 spin_lock(&resource_alignment_lock);
5463 p = resource_alignment_param;
Yongji Xie0a701aa2017-04-10 19:58:12 +08005464 if (!*p && !align)
Yongji Xief0b99f72016-09-13 17:00:31 +08005465 goto out;
5466 if (pci_has_flag(PCI_PROBE_ONLY)) {
Yongji Xie0a701aa2017-04-10 19:58:12 +08005467 align = 0;
Yongji Xief0b99f72016-09-13 17:00:31 +08005468 pr_info_once("PCI: Ignoring requested alignments (PCI_PROBE_ONLY)\n");
5469 goto out;
5470 }
5471
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005472 while (*p) {
5473 count = 0;
5474 if (sscanf(p, "%d%n", &align_order, &count) == 1 &&
5475 p[count] == '@') {
5476 p += count + 1;
5477 } else {
5478 align_order = -1;
5479 }
Koehrer Mathias (ETAS/ESW5)644a5442016-06-07 14:24:17 +00005480 if (strncmp(p, "pci:", 4) == 0) {
5481 /* PCI vendor/device (subvendor/subdevice) ids are specified */
5482 p += 4;
5483 if (sscanf(p, "%hx:%hx:%hx:%hx%n",
5484 &vendor, &device, &subsystem_vendor, &subsystem_device, &count) != 4) {
5485 if (sscanf(p, "%hx:%hx%n", &vendor, &device, &count) != 2) {
5486 printk(KERN_ERR "PCI: Can't parse resource_alignment parameter: pci:%s\n",
5487 p);
5488 break;
5489 }
5490 subsystem_vendor = subsystem_device = 0;
5491 }
5492 p += count;
5493 if ((!vendor || (vendor == dev->vendor)) &&
5494 (!device || (device == dev->device)) &&
5495 (!subsystem_vendor || (subsystem_vendor == dev->subsystem_vendor)) &&
5496 (!subsystem_device || (subsystem_device == dev->subsystem_device))) {
Yongji Xiee3adec72017-04-10 19:58:14 +08005497 *resize = true;
Koehrer Mathias (ETAS/ESW5)644a5442016-06-07 14:24:17 +00005498 if (align_order == -1)
5499 align = PAGE_SIZE;
5500 else
5501 align = 1 << align_order;
5502 /* Found */
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005503 break;
5504 }
5505 }
Koehrer Mathias (ETAS/ESW5)644a5442016-06-07 14:24:17 +00005506 else {
5507 if (sscanf(p, "%x:%x:%x.%x%n",
5508 &seg, &bus, &slot, &func, &count) != 4) {
5509 seg = 0;
5510 if (sscanf(p, "%x:%x.%x%n",
5511 &bus, &slot, &func, &count) != 3) {
5512 /* Invalid format */
5513 printk(KERN_ERR "PCI: Can't parse resource_alignment parameter: %s\n",
5514 p);
5515 break;
5516 }
5517 }
5518 p += count;
5519 if (seg == pci_domain_nr(dev->bus) &&
5520 bus == dev->bus->number &&
5521 slot == PCI_SLOT(dev->devfn) &&
5522 func == PCI_FUNC(dev->devfn)) {
Yongji Xiee3adec72017-04-10 19:58:14 +08005523 *resize = true;
Koehrer Mathias (ETAS/ESW5)644a5442016-06-07 14:24:17 +00005524 if (align_order == -1)
5525 align = PAGE_SIZE;
5526 else
5527 align = 1 << align_order;
5528 /* Found */
5529 break;
5530 }
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005531 }
5532 if (*p != ';' && *p != ',') {
5533 /* End of param or invalid format */
5534 break;
5535 }
5536 p++;
5537 }
Yongji Xief0b99f72016-09-13 17:00:31 +08005538out:
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005539 spin_unlock(&resource_alignment_lock);
5540 return align;
5541}
5542
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005543static void pci_request_resource_alignment(struct pci_dev *dev, int bar,
Yongji Xiee3adec72017-04-10 19:58:14 +08005544 resource_size_t align, bool resize)
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005545{
5546 struct resource *r = &dev->resource[bar];
5547 resource_size_t size;
5548
5549 if (!(r->flags & IORESOURCE_MEM))
5550 return;
5551
5552 if (r->flags & IORESOURCE_PCI_FIXED) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06005553 pci_info(dev, "BAR%d %pR: ignoring requested alignment %#llx\n",
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005554 bar, r, (unsigned long long)align);
5555 return;
5556 }
5557
5558 size = resource_size(r);
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005559 if (size >= align)
5560 return;
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005561
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005562 /*
Yongji Xiee3adec72017-04-10 19:58:14 +08005563 * Increase the alignment of the resource. There are two ways we
5564 * can do this:
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005565 *
Yongji Xiee3adec72017-04-10 19:58:14 +08005566 * 1) Increase the size of the resource. BARs are aligned on their
5567 * size, so when we reallocate space for this resource, we'll
5568 * allocate it with the larger alignment. This also prevents
5569 * assignment of any other BARs inside the alignment region, so
5570 * if we're requesting page alignment, this means no other BARs
5571 * will share the page.
5572 *
5573 * The disadvantage is that this makes the resource larger than
5574 * the hardware BAR, which may break drivers that compute things
5575 * based on the resource size, e.g., to find registers at a
5576 * fixed offset before the end of the BAR.
5577 *
5578 * 2) Retain the resource size, but use IORESOURCE_STARTALIGN and
5579 * set r->start to the desired alignment. By itself this
5580 * doesn't prevent other BARs being put inside the alignment
5581 * region, but if we realign *every* resource of every device in
5582 * the system, none of them will share an alignment region.
5583 *
5584 * When the user has requested alignment for only some devices via
5585 * the "pci=resource_alignment" argument, "resize" is true and we
5586 * use the first method. Otherwise we assume we're aligning all
5587 * devices and we use the second.
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005588 */
Yongji Xiee3adec72017-04-10 19:58:14 +08005589
Frederick Lawler7506dc72018-01-18 12:55:24 -06005590 pci_info(dev, "BAR%d %pR: requesting alignment to %#llx\n",
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005591 bar, r, (unsigned long long)align);
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005592
Yongji Xiee3adec72017-04-10 19:58:14 +08005593 if (resize) {
5594 r->start = 0;
5595 r->end = align - 1;
5596 } else {
5597 r->flags &= ~IORESOURCE_SIZEALIGN;
5598 r->flags |= IORESOURCE_STARTALIGN;
5599 r->start = align;
5600 r->end = r->start + size - 1;
5601 }
Bjorn Helgaas0dde1c02017-04-17 15:20:58 -05005602 r->flags |= IORESOURCE_UNSET;
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005603}
5604
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005605/*
5606 * This function disables memory decoding and releases memory resources
5607 * of the device specified by kernel's boot parameter 'pci=resource_alignment='.
5608 * It also rounds up size to specified alignment.
5609 * Later on, the kernel will assign page-aligned memory resource back
5610 * to the device.
5611 */
5612void pci_reassigndev_resource_alignment(struct pci_dev *dev)
5613{
5614 int i;
5615 struct resource *r;
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005616 resource_size_t align;
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005617 u16 command;
Yongji Xiee3adec72017-04-10 19:58:14 +08005618 bool resize = false;
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005619
Yongji Xie62d9a782016-09-13 17:00:32 +08005620 /*
5621 * VF BARs are read-only zero according to SR-IOV spec r1.1, sec
5622 * 3.4.1.11. Their resources are allocated from the space
5623 * described by the VF BARx register in the PF's SR-IOV capability.
5624 * We can't influence their alignment here.
5625 */
5626 if (dev->is_virtfn)
5627 return;
5628
Yinghai Lu10c463a2012-03-18 22:46:26 -07005629 /* check if specified PCI is target device to reassign */
Yongji Xiee3adec72017-04-10 19:58:14 +08005630 align = pci_specified_resource_alignment(dev, &resize);
Yinghai Lu10c463a2012-03-18 22:46:26 -07005631 if (!align)
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005632 return;
5633
5634 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL &&
5635 (dev->class >> 8) == PCI_CLASS_BRIDGE_HOST) {
Frederick Lawler7506dc72018-01-18 12:55:24 -06005636 pci_warn(dev, "Can't reassign resources to host bridge\n");
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005637 return;
5638 }
5639
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005640 pci_read_config_word(dev, PCI_COMMAND, &command);
5641 command &= ~PCI_COMMAND_MEMORY;
5642 pci_write_config_word(dev, PCI_COMMAND, command);
5643
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005644 for (i = 0; i <= PCI_ROM_RESOURCE; i++)
Yongji Xiee3adec72017-04-10 19:58:14 +08005645 pci_request_resource_alignment(dev, i, align, resize);
Yongji Xief0b99f72016-09-13 17:00:31 +08005646
Bjorn Helgaas81a5e702017-04-14 14:12:06 -05005647 /*
5648 * Need to disable bridge's resource window,
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005649 * to enable the kernel to reassign new resource
5650 * window later on.
5651 */
5652 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE &&
5653 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) {
5654 for (i = PCI_BRIDGE_RESOURCES; i < PCI_NUM_RESOURCES; i++) {
5655 r = &dev->resource[i];
5656 if (!(r->flags & IORESOURCE_MEM))
5657 continue;
Bjorn Helgaasbd064f02014-02-26 11:25:58 -07005658 r->flags |= IORESOURCE_UNSET;
Yinghai Lu2069ecf2012-02-15 21:40:31 -08005659 r->end = resource_size(r) - 1;
5660 r->start = 0;
5661 }
5662 pci_disable_bridge_window(dev);
5663 }
5664}
5665
Bjorn Helgaas9738abe2013-04-12 11:20:03 -06005666static ssize_t pci_set_resource_alignment_param(const char *buf, size_t count)
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005667{
5668 if (count > RESOURCE_ALIGNMENT_PARAM_SIZE - 1)
5669 count = RESOURCE_ALIGNMENT_PARAM_SIZE - 1;
5670 spin_lock(&resource_alignment_lock);
5671 strncpy(resource_alignment_param, buf, count);
5672 resource_alignment_param[count] = '\0';
5673 spin_unlock(&resource_alignment_lock);
5674 return count;
5675}
5676
Bjorn Helgaas9738abe2013-04-12 11:20:03 -06005677static ssize_t pci_get_resource_alignment_param(char *buf, size_t size)
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005678{
5679 size_t count;
5680 spin_lock(&resource_alignment_lock);
5681 count = snprintf(buf, size, "%s", resource_alignment_param);
5682 spin_unlock(&resource_alignment_lock);
5683 return count;
5684}
5685
5686static ssize_t pci_resource_alignment_show(struct bus_type *bus, char *buf)
5687{
5688 return pci_get_resource_alignment_param(buf, PAGE_SIZE);
5689}
5690
5691static ssize_t pci_resource_alignment_store(struct bus_type *bus,
5692 const char *buf, size_t count)
5693{
5694 return pci_set_resource_alignment_param(buf, count);
5695}
5696
Ben Dooks21751a92016-06-09 11:42:13 +01005697static BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show,
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005698 pci_resource_alignment_store);
5699
5700static int __init pci_resource_alignment_sysfs_init(void)
5701{
5702 return bus_create_file(&pci_bus_type,
5703 &bus_attr_resource_alignment);
5704}
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005705late_initcall(pci_resource_alignment_sysfs_init);
5706
Bill Pemberton15856ad2012-11-21 15:35:00 -05005707static void pci_no_domains(void)
Jeff Garzik32a2eea2007-10-11 16:57:27 -04005708{
5709#ifdef CONFIG_PCI_DOMAINS
5710 pci_domains_supported = 0;
5711#endif
5712}
5713
Jan Kiszkaae07b782018-05-15 11:07:00 +02005714#ifdef CONFIG_PCI_DOMAINS_GENERIC
Liviu Dudau41e5c0f2014-09-29 15:29:27 +01005715static atomic_t __domain_nr = ATOMIC_INIT(-1);
5716
Jan Kiszkaae07b782018-05-15 11:07:00 +02005717static int pci_get_new_domain_nr(void)
Liviu Dudau41e5c0f2014-09-29 15:29:27 +01005718{
5719 return atomic_inc_return(&__domain_nr);
5720}
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005721
Tomasz Nowicki1a4f93f2016-06-10 21:55:15 +02005722static int of_pci_bus_find_domain_nr(struct device *parent)
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005723{
5724 static int use_dt_domains = -1;
Krzysztof =?utf-8?Q?Ha=C5=82asa?=54c6e2d2016-03-01 07:07:18 +01005725 int domain = -1;
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005726
Krzysztof =?utf-8?Q?Ha=C5=82asa?=54c6e2d2016-03-01 07:07:18 +01005727 if (parent)
5728 domain = of_get_pci_domain_nr(parent->of_node);
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005729 /*
5730 * Check DT domain and use_dt_domains values.
5731 *
5732 * If DT domain property is valid (domain >= 0) and
5733 * use_dt_domains != 0, the DT assignment is valid since this means
5734 * we have not previously allocated a domain number by using
5735 * pci_get_new_domain_nr(); we should also update use_dt_domains to
5736 * 1, to indicate that we have just assigned a domain number from
5737 * DT.
5738 *
5739 * If DT domain property value is not valid (ie domain < 0), and we
5740 * have not previously assigned a domain number from DT
5741 * (use_dt_domains != 1) we should assign a domain number by
5742 * using the:
5743 *
5744 * pci_get_new_domain_nr()
5745 *
5746 * API and update the use_dt_domains value to keep track of method we
5747 * are using to assign domain numbers (use_dt_domains = 0).
5748 *
5749 * All other combinations imply we have a platform that is trying
5750 * to mix domain numbers obtained from DT and pci_get_new_domain_nr(),
5751 * which is a recipe for domain mishandling and it is prevented by
5752 * invalidating the domain value (domain = -1) and printing a
5753 * corresponding error.
5754 */
5755 if (domain >= 0 && use_dt_domains) {
5756 use_dt_domains = 1;
5757 } else if (domain < 0 && use_dt_domains != 1) {
5758 use_dt_domains = 0;
5759 domain = pci_get_new_domain_nr();
5760 } else {
Shawn Lin9df1c6e2018-03-01 09:26:55 +08005761 if (parent)
5762 pr_err("Node %pOF has ", parent->of_node);
5763 pr_err("Inconsistent \"linux,pci-domain\" property in DT\n");
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005764 domain = -1;
5765 }
5766
Tomasz Nowicki9c7cb892016-06-10 21:55:14 +02005767 return domain;
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005768}
Tomasz Nowicki1a4f93f2016-06-10 21:55:15 +02005769
5770int pci_bus_find_domain_nr(struct pci_bus *bus, struct device *parent)
5771{
Tomasz Nowicki2ab51dd2016-06-10 15:36:26 -05005772 return acpi_disabled ? of_pci_bus_find_domain_nr(parent) :
5773 acpi_pci_bus_find_domain_nr(bus);
Lorenzo Pieralisi7c674702014-12-27 18:19:12 -07005774}
5775#endif
Liviu Dudau41e5c0f2014-09-29 15:29:27 +01005776
Andrew Patterson0ef5f8f2008-11-10 15:30:50 -07005777/**
Taku Izumi642c92d2012-10-30 15:26:18 +09005778 * pci_ext_cfg_avail - can we access extended PCI config space?
Andrew Patterson0ef5f8f2008-11-10 15:30:50 -07005779 *
5780 * Returns 1 if we can access PCI extended config space (offsets
5781 * greater than 0xff). This is the default implementation. Architecture
5782 * implementations can override this.
5783 */
Taku Izumi642c92d2012-10-30 15:26:18 +09005784int __weak pci_ext_cfg_avail(void)
Andrew Patterson0ef5f8f2008-11-10 15:30:50 -07005785{
5786 return 1;
5787}
5788
Benjamin Herrenschmidt2d1c8612009-12-09 17:52:13 +11005789void __weak pci_fixup_cardbus(struct pci_bus *bus)
5790{
5791}
5792EXPORT_SYMBOL(pci_fixup_cardbus);
5793
Al Viroad04d312008-11-22 17:37:14 +00005794static int __init pci_setup(char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005795{
5796 while (str) {
5797 char *k = strchr(str, ',');
5798 if (k)
5799 *k++ = 0;
5800 if (*str && (str = pcibios_setup(str)) && *str) {
Matthew Wilcox309e57d2006-03-05 22:33:34 -07005801 if (!strcmp(str, "nomsi")) {
5802 pci_no_msi();
Gil Kupfercef74402018-05-10 17:56:02 -05005803 } else if (!strncmp(str, "noats", 5)) {
5804 pr_info("PCIe: ATS is disabled\n");
5805 pcie_ats_disabled = true;
Randy Dunlap7f785762007-10-05 13:17:58 -07005806 } else if (!strcmp(str, "noaer")) {
5807 pci_no_aer();
Yinghai Lub55438f2012-02-23 19:23:30 -08005808 } else if (!strncmp(str, "realloc=", 8)) {
5809 pci_realloc_get_opt(str + 8);
Ram Paif483d392011-07-07 11:19:10 -07005810 } else if (!strncmp(str, "realloc", 7)) {
Yinghai Lub55438f2012-02-23 19:23:30 -08005811 pci_realloc_get_opt("on");
Jeff Garzik32a2eea2007-10-11 16:57:27 -04005812 } else if (!strcmp(str, "nodomains")) {
5813 pci_no_domains();
Rafael J. Wysocki6748dcc2012-03-01 00:06:33 +01005814 } else if (!strncmp(str, "noari", 5)) {
5815 pcie_ari_disabled = true;
Atsushi Nemoto4516a612007-02-05 16:36:06 -08005816 } else if (!strncmp(str, "cbiosize=", 9)) {
5817 pci_cardbus_io_size = memparse(str + 9, &str);
5818 } else if (!strncmp(str, "cbmemsize=", 10)) {
5819 pci_cardbus_mem_size = memparse(str + 10, &str);
Yuji Shimada32a9a6822009-03-16 17:13:39 +09005820 } else if (!strncmp(str, "resource_alignment=", 19)) {
5821 pci_set_resource_alignment_param(str + 19,
5822 strlen(str + 19));
Andrew Patterson43c16402009-04-22 16:52:09 -06005823 } else if (!strncmp(str, "ecrc=", 5)) {
5824 pcie_ecrc_get_policy(str + 5);
Eric W. Biederman28760482009-09-09 14:09:24 -07005825 } else if (!strncmp(str, "hpiosize=", 9)) {
5826 pci_hotplug_io_size = memparse(str + 9, &str);
5827 } else if (!strncmp(str, "hpmemsize=", 10)) {
5828 pci_hotplug_mem_size = memparse(str + 10, &str);
Keith Busche16b4662016-07-21 21:40:28 -06005829 } else if (!strncmp(str, "hpbussize=", 10)) {
5830 pci_hotplug_bus_size =
5831 simple_strtoul(str + 10, &str, 0);
5832 if (pci_hotplug_bus_size > 0xff)
5833 pci_hotplug_bus_size = DEFAULT_HOTPLUG_BUS_SIZE;
Jon Mason5f39e672011-10-03 09:50:20 -05005834 } else if (!strncmp(str, "pcie_bus_tune_off", 17)) {
5835 pcie_bus_config = PCIE_BUS_TUNE_OFF;
Jon Masonb03e7492011-07-20 15:20:54 -05005836 } else if (!strncmp(str, "pcie_bus_safe", 13)) {
5837 pcie_bus_config = PCIE_BUS_SAFE;
5838 } else if (!strncmp(str, "pcie_bus_perf", 13)) {
5839 pcie_bus_config = PCIE_BUS_PERFORMANCE;
Jon Mason5f39e672011-10-03 09:50:20 -05005840 } else if (!strncmp(str, "pcie_bus_peer2peer", 18)) {
5841 pcie_bus_config = PCIE_BUS_PEER2PEER;
Bjorn Helgaas284f5f92012-04-30 15:21:02 -06005842 } else if (!strncmp(str, "pcie_scan_all", 13)) {
5843 pci_add_flags(PCI_SCAN_ALL_PCIE_DEVS);
Matthew Wilcox309e57d2006-03-05 22:33:34 -07005844 } else {
5845 printk(KERN_ERR "PCI: Unknown option `%s'\n",
5846 str);
5847 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005848 }
5849 str = k;
5850 }
Andi Kleen0637a702006-09-26 10:52:41 +02005851 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005852}
Andi Kleen0637a702006-09-26 10:52:41 +02005853early_param("pci", pci_setup);