ERR_INT_FIFO_UNDERRUN
if (err_int & ERR_INT_FIFO_UNDERRUN(pipe))
if ((err_int & ERR_INT_FIFO_UNDERRUN(pipe)) == 0)
I915_WRITE(GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe));
I915_WRITE(GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe));
I915_READ(GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) {