/linux-4.1.27/drivers/firewire/ |
D | sbp2.c | 115 module_param_named(workarounds, sbp2_param_workarounds, int, 0644); 116 MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0" 173 unsigned int workarounds; member 345 unsigned int workarounds; member 350 .workarounds = SBP2_WORKAROUND_INQUIRY_36 | 357 .workarounds = SBP2_WORKAROUND_POWER_CONDITION, 362 .workarounds = SBP2_WORKAROUND_INQUIRY_36, 367 .workarounds = SBP2_WORKAROUND_POWER_CONDITION, 372 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS, 377 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS, [all …]
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | env.c | 109 loongson_sysconf.workarounds = WORKAROUND_CPUFREQ; in prom_init_env() 130 loongson_sysconf.workarounds = WORKAROUND_CPUHOTPLUG; in prom_init_env() 166 loongson_sysconf.workarounds |= esys->workarounds; in prom_init_env()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | Kconfig | 4 bool "Enable CN63XXP1 errata workarounds" 7 The CN63XXP1 chip requires build time workarounds to 9 workarounds will cause a slight decrease in performance on 11 unless it is known the workarounds are needed.
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | Makefile | 7 obj-y += board.o buttons.o leds.o workarounds.o
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | boot_param.h | 88 u64 workarounds; /* see workarounds.h */ member 204 u64 workarounds; member
|
/linux-4.1.27/arch/mips/loongson/ |
D | Platform | 11 # Enable the workarounds for Loongson2f
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 46 the PCI bus. The bt848/878 chips have a few workarounds for known 58 greatest workarounds for hardware bugs might fix these problems.
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | Kconfig | 53 Enable workarounds for original MPC5200 errata. This is not required
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | smp.c | 591 if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG)) in loongson3_disable_clock() 604 if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG)) in loongson3_enable_clock()
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 186 KBUILD_AFLAGS_MODULE += -msb1-pass1-workarounds 187 KBUILD_CFLAGS_MODULE += -msb1-pass1-workarounds
|
D | Kconfig | 1686 require workarounds. Without workarounds the system may hang 1690 Loongson 2F03 and later have fixed these issues and no workarounds 1691 are needed. The workarounds have no significant side effect on them
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_ringbuffer.c | 714 struct i915_workarounds *w = &dev_priv->workarounds; in intel_ring_workarounds_emit() 766 const u32 idx = dev_priv->workarounds.count; in wa_add() 771 dev_priv->workarounds.reg[idx].addr = addr; in wa_add() 772 dev_priv->workarounds.reg[idx].value = val; in wa_add() 773 dev_priv->workarounds.reg[idx].mask = mask; in wa_add() 775 dev_priv->workarounds.count++; in wa_add() 1039 dev_priv->workarounds.count = 0; in init_workarounds_ring()
|
D | i915_debugfs.c | 2823 seq_printf(m, "Workarounds applied: %d\n", dev_priv->workarounds.count); in i915_wa_registers() 2824 for (i = 0; i < dev_priv->workarounds.count; ++i) { in i915_wa_registers() 2828 addr = dev_priv->workarounds.reg[i].addr; in i915_wa_registers() 2829 mask = dev_priv->workarounds.reg[i].mask; in i915_wa_registers() 2830 value = dev_priv->workarounds.reg[i].value; in i915_wa_registers()
|
D | intel_lrc.c | 1100 struct i915_workarounds *w = &dev_priv->workarounds; in intel_logical_ring_workarounds_emit()
|
D | i915_drv.h | 1711 struct i915_workarounds workarounds; member
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | Makefile | 116 obj-$(CONFIG_PPC_IO_WORKAROUNDS) += io-workarounds.o
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 123 require workarounds for Linux (and most other OSes to work). If you
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 160 acpi=strict Disable out of spec ACPI workarounds. 220 allowed Overwrite iommu off workarounds for specific chipsets.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 75 * More workarounds for Vertos bugs (based on patches 87 * 3.08 Mar 6, 1996 -- More Vertos workarounds.
|
/linux-4.1.27/Documentation/networking/ |
D | cxgb.txt | 277 AMD's provides three workarounds for this problem, however, Chelsio 289 details with this bug and workarounds suggested by AMD.
|
/linux-4.1.27/Documentation/block/ |
D | biovecs.txt | 83 bcache) had some ugly workarounds for this.
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc8313erdb.dts | 303 * workarounds listed in section 8.5 of the board
|
/linux-4.1.27/drivers/usb/phy/ |
D | Kconfig | 147 handles PHY initialization, clock management, and workarounds
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 129 [X.] Other notes, patches, fixes, workarounds:
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bugfix.S | 5 | This file contains workarounds for bugs in the 040
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 107 SAL on resume. The OS INIT code has workarounds for some of these
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 268 the use of the APIC and that workarounds may be required. In addition, some of 269 these workarounds pose unique constraints for virtualization - requiring either
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 290 menu "ARM errata workarounds via the alternatives framework"
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 169 machine_desc could be added which implements the workarounds and only
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 277 Samsung APC164UX. There is a page on known problems and workarounds
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 858 in hardware, other workarounds are needed (e.g. cache
|
/linux-4.1.27/init/ |
D | Kconfig | 1579 bool "Enable PCI quirk workarounds" if EXPERT 1582 This enables workarounds for various PCI chipset
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 282 pcifix - Control PCI workarounds 283 0 = Disable all workarounds
|
D | HD-Audio.txt | 24 driver has a bunch of workarounds for these as described below.
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 2747 is read. But various workarounds are disabled
|