Searched refs:pending (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_dma.c135 buf->pending = 0;
H A Ddrm_bufs.c627 buf->pending = 0;
785 buf->pending = 0;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_dma.c113 buf->pending = 0;
H A Dr300_cmdbuf.c741 buf->pending = 1;
921 if (buf->filp != fpriv || buf->pending) {
924 buf->pending);
H A Dradeon_state.c1608 buf->pending = 1;
2383 if (buf->pending) {
2384 DRM_ERROR("sending pending buffer %d\n", vertex.idx);
2471 if (buf->pending) {
2472 DRM_ERROR("sending pending buffer %d\n", elts.idx);
2657 if (buf->pending) {
2658 DRM_ERROR("sending pending buffer %d\n", indirect.idx);
2759 if (buf->pending) {
2760 DRM_ERROR("sending pending buffer %d\n", vertex.idx);
3179 if (buf->filp != fpriv || buf->pending) {
[all...]
H A Dradeon_cp.c979 * Flush any pending commands to the CP. This should only be used just
1036 * Reset the Command Processor. This will not flush any pending
1052 * Stop the Command Processor. This will not flush any pending
1116 /* Reset any pending vertex, indirect buffers */
1898 * Flush any pending CP commands. This ensures any outstanding
2093 if (buf->filp == 0 || (buf->pending &&
2096 buf->pending = 0;
2134 if (buf->filp == 0 || (buf->pending &&
2137 buf->pending = 0;
H A Ddrm_bufs.c468 buf->pending = 0;
568 buf->pending = 0;
H A DdrmP.h339 volatile int pending; /* On hardware DMA queue */ member in struct:drm_buf
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_drv.h526 atomic_t pending; member in struct:intel_unpin_work
H A Dintel_display.c2082 * so complete all pending flips so that user space
2121 /* Big Hammer, we also need to ensure that any pending
2771 bool pending; local
2778 pending = to_intel_crtc(crtc)->unpin_work != NULL;
2781 return pending;
7228 if (work == NULL || atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) {
7279 atomic_inc_not_zero(&intel_crtc->unpin_work->pending);
7287 atomic_set(&intel_crtc->unpin_work->pending, INTEL_FLIP_PENDING);
10053 /* flush any delayed tasks or pending work */
H A Di915_irq.c326 /* Enable the interrupt, clear any pending status */
2118 atomic_read(&work->pending) >= INTEL_FLIP_COMPLETE ||
2120 /* Either the pending flip IRQ arrived, or we're too early. Don't check */
2967 * the flip is completed (no longer pending). Since this doesn't raise
3142 * the flip is completed (no longer pending). Since this doesn't raise
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h483 volatile int pending; /* On hardware DMA queue */ member in struct:drm_buf
1092 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */

Completed in 100 milliseconds