Home
last modified time | relevance | path

Searched refs:RING_WAIT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/protocols/
H A Dtalkd.h113 #define RING_WAIT 30 /* time to wait before resending invitation */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/protocols/
H A Dtalkd.h113 #define RING_WAIT 30 /* time to wait before resending invitation */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_pmu.c294 if (val & RING_WAIT) in engine_sample()
310 busy = val & (RING_WAIT_SEMAPHORE | RING_WAIT); in engine_sample()
H A Di915_reg.h2604 #define RING_WAIT (1 << 11) /* gen3+, PRBx_CTL */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1445 ENGINE_READ(engine, RING_CTL) & (RING_WAIT | RING_WAIT_SEMAPHORE) ? " [waiting]" : ""); in intel_engine_print_registers()
H A Dintel_lrc.c1235 if ((regs[CTX_RING_CTL] & ~(RING_WAIT | RING_WAIT_SEMAPHORE)) != in execlists_check_context()