Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c3057 #define PIPE_CRC_LINE_LEN (6 * 8 + 5 + 1) macro
3059 #define PIPE_CRC_BUFFER_LEN (PIPE_CRC_LINE_LEN + 1)
3084 if (count < PIPE_CRC_LINE_LEN) in i915_pipe_crc_read()
3109 n_entries = count / PIPE_CRC_LINE_LEN; in i915_pipe_crc_read()
3132 ret = copy_to_user(user_buf, buf, PIPE_CRC_LINE_LEN); in i915_pipe_crc_read()
3133 if (ret == PIPE_CRC_LINE_LEN) in i915_pipe_crc_read()
3136 user_buf += PIPE_CRC_LINE_LEN; in i915_pipe_crc_read()