Lines Matching refs:crcs
53 * Userspace can control generation of CRCs in a given CRTC by writing to the
56 * keyword, which will let the driver select a default source of frame CRCs
71 * the reported CRCs of frames that should have the same contents.
338 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]);
390 * @frame: number of the frame these CRCs are about
391 * @crcs: array of CRC values, with length matching #drm_crtc_crc.values_cnt
393 * For each frame, the driver polls the source of CRCs for new data and calls
397 uint32_t frame, uint32_t *crcs)
430 memcpy(&entry->crcs, crcs, sizeof(*crcs) * crc->values_cnt);