acthd             830 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	u64 acthd;
acthd             833 drivers/gpu/drm/i915/gt/intel_engine_cs.c 		acthd = ENGINE_READ64(engine, RING_ACTHD, RING_ACTHD_UDW);
acthd             835 drivers/gpu/drm/i915/gt/intel_engine_cs.c 		acthd = ENGINE_READ(engine, RING_ACTHD);
acthd             837 drivers/gpu/drm/i915/gt/intel_engine_cs.c 		acthd = ENGINE_READ(engine, ACTHD);
acthd             839 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	return acthd;
acthd              80 drivers/gpu/drm/i915/gt/intel_engine_types.h 	u64 acthd;
acthd              31 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	u64 acthd;
acthd              85 drivers/gpu/drm/i915/gt/intel_hangcheck.c head_stuck(struct intel_engine_cs *engine, u64 acthd)
acthd              87 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	if (acthd != engine->hangcheck.acthd) {
acthd             103 drivers/gpu/drm/i915/gt/intel_hangcheck.c engine_stuck(struct intel_engine_cs *engine, u64 acthd)
acthd             108 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	ha = head_stuck(engine, acthd);
acthd             134 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	hc->acthd = intel_engine_get_active_head(engine);
acthd             142 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	engine->hangcheck.acthd = hc->acthd;
acthd             160 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	return engine_stuck(engine, hc->acthd);
acthd             189 drivers/gpu/drm/i915/gt/intel_hangcheck.c 		hc->acthd = 0;
acthd            1063 drivers/gpu/drm/i915/i915_debugfs.c 				   (long long)engine->hangcheck.acthd,
acthd             494 drivers/gpu/drm/i915/i915_gpu_error.c 		   (u32)(ee->acthd>>32), (u32)ee->acthd);
acthd            1099 drivers/gpu/drm/i915/i915_gpu_error.c 	ee->acthd = intel_engine_get_active_head(engine);
acthd             112 drivers/gpu/drm/i915/i915_gpu_error.h 		u64 acthd;