Searched refs:last_acthd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c48 u32 last_acthd = I915_READ(acthd_reg); local
67 if (acthd != last_acthd)
71 last_acthd = acthd;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c1769 if (memcmp(dev_priv->last_acthd, acthd, sizeof(acthd)) == 0 &&
1776 memcpy(dev_priv->last_acthd, acthd, sizeof(acthd));
H A Di915_drv.h687 uint32_t last_acthd[I915_NUM_RINGS]; member in struct:drm_i915_private

Completed in 126 milliseconds