summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-10-04 14:39:07 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-08 16:58:13 +0300
commitc55a8c6fac4739b34007afc25b4d821734bd630d (patch)
tree6d3eb214ee8025e5e5b16242e8b9ab9e48487e76 /autogen.sh
parent9aecda27ffda312e4ecb3b85342da335e38f6538 (diff)
chamelium: Add format support
In order to introduce CRC subtests for DRM formats, we need to take an intermediate step. The current code will generate a pattern in XR24, and will try to compare the CRC returned by the Chamelium for each frames. This CRC is computed on an XR24 format as well, so it works. However, as soon as we will start implementing other formats, if we just change the format of the pattern, the raw content of the buffer, and therefore the CRC's won't match anymore. In order to address that, we will need an intermediate step, and we will now still create the XR24 pattern, and compute its CRC, then convert it to the format we want to test, and finally retrieve the CRC from the Chamelium to compare it with the one from the XR24 pattern. The current code is converted to the new prototype that will take the fourcc of the format to test, even though we're still using XR24 everywhere for now. Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions