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