Searched refs:hang (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c32 struct hang { struct
41 static int hang_init(struct hang *h, struct intel_gt *gt)
104 hang_create_request(struct hang *h, struct intel_engine_cs *engine)
253 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq)
258 static void hang_fini(struct hang *h)
274 static bool wait_until_running(struct hang *h, struct i915_request *rq)
290 struct hang h;
443 /* Engine level resets are triggered by GuC when a hang
689 struct hang h;
745 pr_err("[%s] Create hang reques
[all...]
H A Dselftest_lrc.c1793 struct i915_request *hang; local
1800 hang = garbage(ce, prng);
1801 if (IS_ERR(hang)) {
1802 err = PTR_ERR(hang);
1806 if (wait_for_submit(engine, hang, HZ / 2)) {
1807 i915_request_put(hang);
1813 garbage_reset(engine, hang);
1816 if (!hang->fence.error) {
1817 i915_request_put(hang);
1824 if (i915_request_wait(hang,
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S48 @ otherwise we occasionally hang.
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1548 * some old smc fw still need driver do vPost otherwise gpu hang, while
4756 adev->ip_blocks[i].status.hang =
4758 if (adev->ip_blocks[i].status.hang) {
4784 if (adev->ip_blocks[i].status.hang &&
4819 if (adev->ip_blocks[i].status.hang) {
4846 if (adev->ip_blocks[i].status.hang &&
4875 if (adev->ip_blocks[i].status.hang &&
5545 * @job: which job trigger hang
6321 * Compare to a simple hang, the system will keep stable at least for SSH
H A Damdgpu.h361 bool hang; member in struct:amdgpu_ip_block_status
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm226 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx9.asm366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx10.asm375 // SQ hang, since the 7,8th wave could not get arbit to exec inst, while

Completed in 163 milliseconds