Searched refs:ERR_INT_PIPE_CRC_DONE (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/i915/ | ||
| D | i915_irq.c | 1903 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler() |
| D | i915_reg.h | 1644 #define ERR_INT_PIPE_CRC_DONE(pipe) (1<<(2 + (pipe)*3)) macro |