Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c630 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h992 #define ERR_INT_PIPE_CRC_DONE(pipe) (1 << (2 + (pipe) * 3)) macro