Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_reg.h352 #define ERR_INT_FIFO_UNDERRUN(pipe) (1 << ((pipe) * 3)) macro
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c773 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler()