Home
last modified time | relevance | path

Searched refs:INTEL_PIPE_CRC_ENTRIES_NR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c3065 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()
Di915_irq.c1563 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()
Di915_drv.h1525 #define INTEL_PIPE_CRC_ENTRIES_NR 128 macro