kms_rotation_crc: Just store the igt_plane_t in data
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 8 Jul 2014 17:06:44 +0000 (18:06 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 11 Jul 2014 14:12:22 +0000 (15:12 +0100)
commit063d22ecea7f3ffedb29a037f7b29694f22012ce
treebd154197459ff9e1198045db68e8ba9a3a483c0d
parent0b3a30ee5a2668897e14c99dac8ba0b2ed7bb94d
kms_rotation_crc: Just store the igt_plane_t in data

Now that we're always using an igt_plane_t, we can get rid of ->type to
use ->directly without those switch() or if()/else

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