Home
last modified time | relevance | path

Searched refs:INSTPM (Results 1 – 7 of 7) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_debug.c917 DRM_ERROR("INSTPM: 0x%lx", I915_READ(INSTPM)); in register_dump()
H A Dintel_pm.c1607 I915_WRITE(INSTPM, I915_READ(INSTPM) & ~INSTPM_SELF_EN); in i9xx_update_wm()
1657 I915_WRITE(INSTPM, I915_READ(INSTPM) | INSTPM_SELF_EN); in i9xx_update_wm()
H A Di915_irq.c2022 I915_READ(INSTPM)); in i915_report_and_clear_eir()
2170 I915_WRITE(INSTPM, _MASKED_BIT_DISABLE(INSTPM_AGPBUSY_DIS)); in i915_enable_vblank()
2241 I915_WRITE(INSTPM, _MASKED_BIT_ENABLE(INSTPM_AGPBUSY_DIS)); in i915_disable_vblank()
H A Di915_gem_execbuffer.c999 intel_ring_emit(ring, INSTPM); in i915_gem_do_execbuffer()
H A Dintel_ringbuffer.c599 I915_WRITE(INSTPM, _MASKED_BIT_ENABLE(INSTPM_FORCE_ORDERING)); in init_render_ring()
H A Di915_reg.h836 #define INSTPM 0x020c0 macro
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c768 ret = i915_read(dev_priv, (uintptr_t)INSTPM, &val); in i915_error_reg_dump()
1766 ret = i915_read(dev_priv, (uintptr_t)INSTPM, &val); in i915_sr_status()