Searched refs:INTEL_PIPE_CRC_ENTRIES_NR (Results 1 – 3 of 3) sorted by relevance
3355 INTEL_PIPE_CRC_ENTRIES_NR); in pipe_crc_data_count()3408 INTEL_PIPE_CRC_ENTRIES_NR) < 1) in i915_pipe_crc_read()3411 BUILD_BUG_ON_NOT_POWER_OF_2(INTEL_PIPE_CRC_ENTRIES_NR); in i915_pipe_crc_read()3412 pipe_crc->tail = (pipe_crc->tail + 1) & (INTEL_PIPE_CRC_ENTRIES_NR - 1); in i915_pipe_crc_read()3912 entries = kcalloc(INTEL_PIPE_CRC_ENTRIES_NR, in pipe_crc_set_source()
1511 if (CIRC_SPACE(head, tail, INTEL_PIPE_CRC_ENTRIES_NR) < 1) { in display_pipe_crc_irq_handler()1526 head = (head + 1) & (INTEL_PIPE_CRC_ENTRIES_NR - 1); in display_pipe_crc_irq_handler()
1650 #define INTEL_PIPE_CRC_ENTRIES_NR 128 macro