Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_irq.c346 if (eir & I915_ERROR_PAGE_TABLE) { in i915_handle_error()
1004 error_mask = ~(I915_ERROR_PAGE_TABLE | in i915_driver_irq_postinstall()
H A Di915_drv.h761 #define I915_ERROR_PAGE_TABLE (1<<4) macro