Home
last modified time | relevance | path

Searched refs:acthd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c396 u32 tail, head, acthd; in gen2_engine_sample() local
400 acthd = ENGINE_READ_FW(engine, ACTHD); in gen2_engine_sample()
405 if (head & HEAD_WAIT_I8XX || head != acthd || in gen2_engine_sample()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1584 u64 acthd; in intel_engine_get_active_head() local
1587 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()