kms_plane: Specify the pipe when grabbing reference CRCs
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 9 Jul 2014 10:05:06 +0000 (11:05 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Wed, 9 Jul 2014 10:10:01 +0000 (11:10 +0100)
commitc5b9615b83910f5a5c19fc84d938ea643f4e3009
treee623c276352ec763ae4d95905265cd9ec2740bae
parent8d60b8267e97f9b04e42912262c170c473d4f061
kms_plane: Specify the pipe when grabbing reference CRCs

When changing the pipe we were using, test_grab_crc() wasn't correctly
setting the pipe constraint before waiting for the CRC on the pipe, and
so we ended up waiting for a CRC on a pipe that wasn't lit up.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/kms_plane.c