Searched refs:acthd (Results 1 – 4 of 4) sorted by relevance
46 u32 acthd; in i915_wait_ring() local51 acthd = I915_READ(acthd_reg); in i915_wait_ring()64 if (acthd != last_acthd) in i915_wait_ring()68 last_acthd = acthd; in i915_wait_ring()
840 u64 acthd; in intel_engine_get_active_head() local843 acthd = ENGINE_READ64(engine, RING_ACTHD, RING_ACTHD_UDW); in intel_engine_get_active_head()845 acthd = ENGINE_READ(engine, RING_ACTHD); in intel_engine_get_active_head()847 acthd = ENGINE_READ(engine, ACTHD); in intel_engine_get_active_head()849 return acthd; in intel_engine_get_active_head()
84 u64 acthd; member
521 (u32)(ee->acthd>>32), (u32)ee->acthd); in error_print_engine()1152 ee->acthd = intel_engine_get_active_head(engine); in engine_record_registers()