Searched refs:INTEL_PIPE_CRC_ENTRIES_NR (Results 1 – 3 of 3) sorted by relevance
3065 INTEL_PIPE_CRC_ENTRIES_NR); in pipe_crc_data_count()3118 INTEL_PIPE_CRC_ENTRIES_NR) < 1) in i915_pipe_crc_read()3121 BUILD_BUG_ON_NOT_POWER_OF_2(INTEL_PIPE_CRC_ENTRIES_NR); in i915_pipe_crc_read()3122 pipe_crc->tail = (pipe_crc->tail + 1) & (INTEL_PIPE_CRC_ENTRIES_NR - 1); in i915_pipe_crc_read()3637 entries = kcalloc(INTEL_PIPE_CRC_ENTRIES_NR, in pipe_crc_set_source()
1563 if (CIRC_SPACE(head, tail, INTEL_PIPE_CRC_ENTRIES_NR) < 1) { in display_pipe_crc_irq_handler()1578 head = (head + 1) & (INTEL_PIPE_CRC_ENTRIES_NR - 1); in display_pipe_crc_irq_handler()
1525 #define INTEL_PIPE_CRC_ENTRIES_NR 128 macro