Searched refs:hang (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/i915/ |
D | Kconfig | 67 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
|
D | Kconfig.profile | 53 hang detection.
|
D | Kconfig.debug | 71 paths that may slow the system down and if hit hang the machine.
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_lrc.c | 1660 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 …]
|
D | selftest_hangcheck.c | 30 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() 979 struct hang h; in __igt_reset_engines() 1306 struct hang h; in igt_reset_wait() [all …]
|
/drivers/net/wan/lmc/ |
D | lmc_var.h | 298 int hang, rxdesc, bad_packet, some_counter; member
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 390 // Not real sure, but, MEM_CMD 7 will hang forever if this isn't done 401 // to hang with STATUS=0x00000007 until it's cleared.. fbcon can
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 4247 adev->ip_blocks[i].status.hang = in amdgpu_device_ip_check_soft_reset() 4249 if (adev->ip_blocks[i].status.hang) { in amdgpu_device_ip_check_soft_reset() 4275 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_pre_soft_reset() 4310 if (adev->ip_blocks[i].status.hang) { in amdgpu_device_ip_need_full_reset() 4337 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_soft_reset() 4366 if (adev->ip_blocks[i].status.hang && in amdgpu_device_ip_post_soft_reset()
|
D | amdgpu.h | 340 bool hang; member
|
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 473 // SRC_XCNT = (xcnt * src_cpp), or 0 if no src ref in swz (hw will hang)
|
/drivers/i2c/busses/ |
D | Kconfig | 418 - It can hang, on a SAMA5D4, after several transfers.
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 2257 * When the hang occurs, we know that a multiple
|