tests/pc8: don't work around the eDP I2C bug
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 22 Aug 2013 14:53:09 +0000 (11:53 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 22 Aug 2013 16:19:18 +0000 (13:19 -0300)
commitc62cf67a6fe4ffcef0bcbdccd6607428b78e676b
treeefda59c274f80b4c14499b917c967c6d43d9881d
parent9d29670dee6cabd93785c6c80016bbeca3a80328
tests/pc8: don't work around the eDP I2C bug

On the current Kernels, i2c operations on disabled eDP panels don't
work because we don't enable the panel before doing the i2c
transactions. Whenever we try these transactions we print an error
message on dmesg and fail. The current test suite was trying to work
around this problem: we count how many eDP outputs we have and add
them to the final result.

Daniel asked me to not work around the bug, so now the i2c test will
fail until we actually fix the Kernel bug (or stop using eDP panels).

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
tests/pc8.c