Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c728 ERR_INT_PRIMARY_A_FAULT | in ivb_err_int_pipe_fault_mask()
745 { .fault = ERR_INT_PRIMARY_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_PRIMARY, },
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h396 #define ERR_INT_PRIMARY_A_FAULT (1 << 16) macro