[go: nahoru, domu]

Searched defs:acthd (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.c467 u64 acthd; local
470 acthd = I915_READ64_2x32(RING_ACTHD(ring->mmio_base),
473 acthd = I915_READ(RING_ACTHD(ring->mmio_base));
475 acthd = I915_READ(ACTHD);
477 return acthd;
H A Dintel_ringbuffer.h88 u64 acthd; member in struct:intel_ring_hangcheck
H A Di915_irq.c3157 ring_stuck(struct intel_engine_cs *ring, u64 acthd) argument
3163 if (acthd != ring->hangcheck.acthd) {
3164 if (acthd > ring->hangcheck.max_acthd) {
3165 ring->hangcheck.max_acthd = acthd;
3211 * Further, acthd is inspected to see if the ring is stuck. On stuck case
3231 u64 acthd; local
3238 acthd = intel_ring_get_active_head(ring);
3276 acthd);
3304 ring->hangcheck.acthd
[all...]
H A Di915_drv.h377 u64 acthd; member in struct:drm_i915_error_state::drm_i915_error_ring

Completed in 150 milliseconds