summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-11-20 18:22:09 +0000
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2019-11-25 15:28:38 +0200
commit732f9ca4a737aea3983ad86007e88e7fffe8cd6a (patch)
treef47d95072f8756133e39e88a841220f4d5a63faf /tools/perf/scripts/python/netdev-times.py
parent03a2a606066cf8af7a090669848e4e84351ded06 (diff)
downloadkernel-732f9ca4a737aea3983ad86007e88e7fffe8cd6a.tar.gz
drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_state
pm_suspend_target_state is declared under CONFIG_PM_SLEEP but only defined under CONFIG_SUSPEND. Play safe and only use the symbol if it is both declared and defined. Reported-by: kbuild-all@lists.01.org Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Fixes: a70a9e998e8e ("drm/i915: Defer rc6 shutdown to suspend_late") Cc: Andi Shyti <andi.shyti@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191120182209.3967833-1-chris@chris-wilson.co.uk Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
/td>vhost_net: a kernel-level virtio serverMichael S. Tsirkin 2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds 2009-09-19driver/Makefile: Initialize "mtd" and "spi" before "net"Sudhakar Rajashekhara 2009-08-28SFI: add platform-independent core supportFeng Tang 2009-06-18LinuxPPS: core supportRodolfo Giometti 2009-06-16drivers: add support for the TI VLYNQ busFlorian Fainelli 2009-06-09ieee802154: add simple HardMAC driver sampleSergey Lapin 2009-04-29V4L/DVB (11561a): move media after i2cGuennadi Liakhovetski 2009-03-28ide/net: flip the order of SATA and network initArjan van de Ven