Searched refs:acthd (Results 1 – 6 of 6) sorted by relevance
211 head_stuck(struct intel_engine_cs *engine, u64 acthd) in head_stuck() argument213 if (acthd != engine->hangcheck.acthd) { in head_stuck()229 engine_stuck(struct intel_engine_cs *engine, u64 acthd) in engine_stuck() argument235 ha = head_stuck(engine, acthd); in engine_stuck()286 hc->acthd = intel_engine_get_active_head(engine); in hangcheck_load_sample()293 engine->hangcheck.acthd = hc->acthd; in hangcheck_store_sample()310 return engine_stuck(engine, hc->acthd); in hangcheck_get_action()339 hc->acthd = 0; in hangcheck_accumulate_sample()
747 u64 acthd; in intel_engine_get_active_head() local750 acthd = I915_READ64_2x32(RING_ACTHD(engine->mmio_base), in intel_engine_get_active_head()753 acthd = I915_READ(RING_ACTHD(engine->mmio_base)); in intel_engine_get_active_head()755 acthd = I915_READ(ACTHD); in intel_engine_get_active_head()757 return acthd; in intel_engine_get_active_head()
116 u64 acthd; member
481 (u32)(ee->acthd>>32), (u32)ee->acthd); in error_print_engine()1225 ee->acthd = intel_engine_get_active_head(engine); in error_record_engine_registers()
118 u64 acthd; member
1313 u64 acthd[I915_NUM_ENGINES]; in i915_hangcheck_info() local1337 acthd[id] = intel_engine_get_active_head(engine); in i915_hangcheck_info()1381 (long long)engine->hangcheck.acthd, in i915_hangcheck_info()1382 (long long)acthd[id]); in i915_hangcheck_info()