Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pipe_crc.c283 if (!(tmp & PIPE_SCRAMBLE_RESET_MASK)) in vlv_undo_pipe_scramble_reset()
300 if (!(tmp & PIPE_SCRAMBLE_RESET_MASK)) { in g4x_undo_pipe_scramble_reset()
Di915_reg.h4421 #define PIPE_SCRAMBLE_RESET_MASK ((1 << 14) | (0x3 << 0)) macro