Lines Matching refs:crc32
3 #include <linux/crc32.h>
359 * @crc32: The crc output of the final frame
365 * from all planes, calculates the crc32 of the output from the former step,
370 u32 *crc32, struct line_buffer *stage_buffer,
398 *crc32 = crc32_le(*crc32, (void *)output_buffer->pixels, row_size);
435 u32 *crc32)
472 blend(active_wb, crtc_state, crc32, &stage_buffer,
501 u32 crc32 = 0;
538 ret = compose_active_planes(active_wb, crtc_state, &crc32);
540 ret = compose_active_planes(NULL, crtc_state, &crc32);
556 drm_crtc_add_crc_entry(crtc, true, frame_start++, &crc32);