Searched refs:acthd (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_hangcheck.c | 31 u64 acthd; member 85 head_stuck(struct intel_engine_cs *engine, u64 acthd) in head_stuck() argument 87 if (acthd != engine->hangcheck.acthd) { in head_stuck() 103 engine_stuck(struct intel_engine_cs *engine, u64 acthd) in engine_stuck() argument 108 ha = head_stuck(engine, acthd); in engine_stuck() 134 hc->acthd = intel_engine_get_active_head(engine); in hangcheck_load_sample() 142 engine->hangcheck.acthd = hc->acthd; in hangcheck_store_sample() 160 return engine_stuck(engine, hc->acthd); in hangcheck_get_action() 189 hc->acthd = 0; in hangcheck_accumulate_sample()
|
D | intel_engine_cs.c | 830 u64 acthd; in intel_engine_get_active_head() local 833 acthd = ENGINE_READ64(engine, RING_ACTHD, RING_ACTHD_UDW); in intel_engine_get_active_head() 835 acthd = ENGINE_READ(engine, RING_ACTHD); in intel_engine_get_active_head() 837 acthd = ENGINE_READ(engine, ACTHD); in intel_engine_get_active_head() 839 return acthd; in intel_engine_get_active_head()
|
D | intel_engine_types.h | 80 u64 acthd; member
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 112 u64 acthd; member
|
D | i915_gpu_error.c | 494 (u32)(ee->acthd>>32), (u32)ee->acthd); in error_print_engine() 1099 ee->acthd = intel_engine_get_active_head(engine); in error_record_engine_registers()
|
D | i915_debugfs.c | 1063 (long long)engine->hangcheck.acthd, in i915_hangcheck_info()
|