Home
last modified time | relevance | path

Searched refs:hang (Results 1 – 25 of 73) sorted by relevance

123

/Linux-v5.15/drivers/gpu/drm/i915/
DKconfig67 bool "Enable capturing GPU state following a hang"
71 This option enables capturing the GPU state when a hang is detected.
73 Please report any hang for triaging according to:
85 selected and causes any error state captured upon a GPU hang
DKconfig.profile53 hang detection.
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c1660 struct i915_request *hang; in __lrc_garbage() local
1667 hang = garbage(ce, prng); in __lrc_garbage()
1668 if (IS_ERR(hang)) { in __lrc_garbage()
1669 err = PTR_ERR(hang); in __lrc_garbage()
1673 if (wait_for_submit(engine, hang, HZ / 2)) { in __lrc_garbage()
1674 i915_request_put(hang); in __lrc_garbage()
1680 garbage_reset(engine, hang); in __lrc_garbage()
1683 if (!hang->fence.error) { in __lrc_garbage()
1684 i915_request_put(hang); in __lrc_garbage()
1691 if (i915_request_wait(hang, 0, HZ / 2) < 0) { in __lrc_garbage()
[all …]
Dselftest_hangcheck.c30 struct hang { struct
39 static int hang_init(struct hang *h, struct intel_gt *gt) in hang_init() argument
117 hang_create_request(struct hang *h, struct intel_engine_cs *engine) in hang_create_request()
266 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno()
271 static void hang_fini(struct hang *h) in hang_fini()
287 static bool wait_until_running(struct hang *h, struct i915_request *rq) in wait_until_running()
303 struct hang h; in igt_hang_sanitycheck()
700 struct hang h; in __igt_reset_engine()
975 struct hang h; in __igt_reset_engines()
1297 struct hang h; in igt_reset_wait()
[all …]
/Linux-v5.15/Documentation/sound/cards/
Dvia82xx-mixer.rst6 Setting it to ``Input2`` on such boards will cause recording to hang, or fail
/Linux-v5.15/arch/arm/boot/dts/
Dast2500-facebook-netbmc-common.dtsi13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
Drk3288-veyron-pinky.dts135 /* Some connection is flaky making the tsadc hang the system */
Dimx7d.dtsi87 * System will hang if added nosmp in kernel command line
Darm-realview-eb-mp.dtsi76 * cache to hang unless disabled.
Dsun8i-a83t-allwinner-h8homlet-v2.dts250 * this must remain on or the system will hang.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-kernel-reboot32 avoid anything that could hang.
/Linux-v5.15/arch/arm/mach-sa1100/
Dsleep.S48 @ otherwise we occasionally hang.
/Linux-v5.15/Documentation/gpu/
Dmsm-crash-dump.rst7 Following a GPU hang the MSM driver outputs debugging information via
/Linux-v5.15/Documentation/networking/
Ddriver.rst74 mitigation scheme to let TX packets "hang out" in the TX
/Linux-v5.15/Documentation/admin-guide/
Dinit.rst1 Explaining the "No working init found." boot hang message
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/intel/
De1000.rst160 greater than 75,000, may hang (stop transmitting) adapters
165 hang, ensure that InterruptThrottleRate is set no greater
222 hang (stop transmitting) under certain network conditions. If
226 for the hang ensure that RxIntDelay is set to 0.
/Linux-v5.15/Documentation/driver-api/
Dsm501.rst73 lock and hang the whole system. The driver will refuse to
/Linux-v5.15/Documentation/scsi/
Ddpti.rst50 - Fixed bug causing system to hang under extreme load with
/Linux-v5.15/drivers/net/wan/lmc/
Dlmc_var.h298 int hang, rxdesc, bad_packet, some_counter; member
/Linux-v5.15/Documentation/i2c/busses/
Di2c-ali15x3.rst116 the SMBus will hang and this can only be resolved by
/Linux-v5.15/Documentation/x86/i386/
DIO-APIC.rst108 'incorrect' pirq line will cause the booting process to hang, or a device
/Linux-v5.15/Documentation/arm/
Dtcm.rst57 the CPU and then we hang inside ITCM waiting for an
/Linux-v5.15/Documentation/admin-guide/hw-vuln/
Dmultihit.rst56 cause a machine-check error which can result in a system hang or shutdown.
/Linux-v5.15/Documentation/networking/device_drivers/wan/
Dz8530book.rst38 noting here that many PC machines hang or crash when the chip is driven
72 ensures that stray interrupts will be mopped up and not hang the bus.
/Linux-v5.15/Documentation/power/
Dbasic-pm-debugging.rst116 or resume its device (in the latter case the system may hang or become unstable
153 system to hang or become unstable, so please beware. Such a failure usually

123