Searched refs:unpin_work (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_drv.h164 struct intel_unpin_work *unpin_work; member in struct:intel_crtc
H A Dintel_display.c4878 work = intel_crtc->unpin_work;
4884 intel_crtc->unpin_work = NULL;
4935 if (intel_crtc->unpin_work) {
4936 if ((++intel_crtc->unpin_work->pending) > 1)
4970 /* We borrow the event spin lock for protecting unpin_work */
4972 if (intel_crtc->unpin_work) {
4979 intel_crtc->unpin_work = work;
5086 intel_crtc->unpin_work = NULL;
H A Di915_debugfs.c138 work = crtc->unpin_work;
H A Di915_irq.c909 work = intel_crtc->unpin_work;

Completed in 127 milliseconds