Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance
396 u32 tail, head, acthd; in gen2_engine_sample() local400 acthd = ENGINE_READ_FW(engine, ACTHD); in gen2_engine_sample()405 if (head & HEAD_WAIT_I8XX || head != acthd || in gen2_engine_sample()
546 (u32)(ee->acthd>>32), (u32)ee->acthd); in error_print_engine()1348 ee->acthd = intel_engine_get_active_head(engine); in engine_record_registers()
1584 u64 acthd; in intel_engine_get_active_head() local1587 acthd = ENGINE_READ64(engine, RING_ACTHD, RING_ACTHD_UDW); in intel_engine_get_active_head()1589 acthd = ENGINE_READ(engine, RING_ACTHD); in intel_engine_get_active_head()1591 acthd = ENGINE_READ(engine, ACTHD); in intel_engine_get_active_head()1593 return acthd; in intel_engine_get_active_head()