Searched refs:wait_for (Results 1 - 14 of 14) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sideband.c | 42 if (wait_for((I915_READ(VLV_IOSF_DOORBELL_REQ) & IOSF_SB_BUSY) == 0, 5)) { 53 if (wait_for((I915_READ(VLV_IOSF_DOORBELL_REQ) & IOSF_SB_BUSY) == 0, 5)) { 127 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_BUSY) == 0, 141 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_BUSY | SBI_RESPONSE_FAIL)) == 0, 157 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_BUSY) == 0, 172 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_BUSY | SBI_RESPONSE_FAIL)) == 0,
|
H A D | intel_i2c.c | 251 ret = wait_for((gmbus2 = I915_READ(GMBUS2 + reg_offset)) 276 return wait_for(C, 10); 281 ret = wait_for(C, 10);
|
H A D | intel_crt.c | 309 if (wait_for((I915_READ(crt->adpa_reg) & ADPA_CRT_HOTPLUG_FORCE_TRIGGER) == 0, 346 if (wait_for((I915_READ(crt->adpa_reg) & ADPA_CRT_HOTPLUG_FORCE_TRIGGER) == 0, 405 if (wait_for((I915_READ(PORT_HOTPLUG_EN) &
|
H A D | i915_drv.c | 692 ret = wait_for(i965_reset_complete(dev), 500); 702 return wait_for(i965_reset_complete(dev), 500); 715 ret = wait_for(I915_READ(MCHBAR_MIRROR_BASE + ILK_GDSR) & 0x1, 500); 724 return wait_for(I915_READ(MCHBAR_MIRROR_BASE + ILK_GDSR) & 0x1, 500); 747 ret = wait_for((I915_READ_NOTRACE(GEN6_GDRST) & GEN6_GRDOM_FULL) == 0, 500);
|
H A D | intel_lvds.c | 210 if (wait_for((I915_READ(stat_reg) & PP_ON) != 0, 1000)) 234 if (wait_for((I915_READ(stat_reg) & PP_ON) == 0, 1000))
|
H A D | intel_ringbuffer.c | 453 if (wait_for((I915_READ_CTL(ring) & RING_VALID) != 0 && 979 if (wait_for((I915_READ(reg) & INSTPM_SYNC_FLUSH) == 0, 1650 if (wait_for((I915_READ(GEN6_BSD_SLEEP_PSMI_CONTROL) &
|
H A D | intel_pm.c | 72 if (wait_for((I915_READ(FBC_STATUS) & FBC_STAT_COMPRESSING) == 0, 10)) { 2986 if (wait_for((I915_READ(MEMSWCTL) & MEMCTL_CMD_STS) == 0, 10)) 3653 wait_for(((I915_READ(RSTDBYCTL) & RSX_STATUS_MASK) == RSX_STATUS_ON), 4569 if (wait_for((I915_READ(HSW_PWR_WELL_DRIVER) & 5088 if (wait_for((I915_READ(GEN6_PCODE_MAILBOX) & GEN6_PCODE_READY) == 0, 5112 if (wait_for((I915_READ(GEN6_PCODE_MAILBOX) & GEN6_PCODE_READY) == 0,
|
H A D | i915_gem.c | 101 if (wait_for(EXIT_COND, 10*1000)) { 738 if (wait_for(EXIT_COND, jiffies_to_msecs(wait_time))) 749 if (wait_for(i915_seqno_passed(regs[I915_GEM_HWS_INDEX], 753 if (wait_for(i915_seqno_passed(ring->get_seqno(ring, false), 3600 if (wait_for((I915_READ(VLV_GTLC_PW_STATUS) & 1) == 1, 10))
|
H A D | intel_display.c | 744 if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50)) 783 if (wait_for(I915_READ(pipestat_reg) & 816 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0, 1384 if (wait_for((I915_READ(DPLL(0)) & port_mask) == 0, 1000)) 1517 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100)) 1548 if (wait_for(I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE, 100)) 1570 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50)) 1590 if (wait_for((I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE) == 0, 50)) 3135 if (wait_for(I915_READ(dslreg) != temp, 5)) { 3136 if (wait_for(I915_REA [all...] |
H A D | intel_dp.c | 275 done = wait_for(C, 10) == 0; 2036 if (wait_for((I915_READ(DP_TP_STATUS(port)) & DP_TP_STATUS_IDLE_DONE),
|
H A D | i915_dma.c | 794 } else if (wait_for(READ_BREADCRUMB(dev_priv) >= irq_nr, 3000))
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_linux.h | 199 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_linux.h | 207 #define wait_for(COND, MS) _wait_for(COND, MS, 1) macro
|
H A D | drmP.h | 334 if (wait_for(condition, 3000)) \
|
Completed in 116 milliseconds