mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/pc8: fix function return value
Looks like I forgot to push this chunk... The test was passing in cases where you only have eDP monitors due to the fact that we consider i2c won't work on eDP monitors. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
7c52a3cf52
commit
9d29670dee
@ -578,7 +578,7 @@ static int count_i2c_valid_edids(void)
|
||||
|
||||
closedir(dir);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* We run this test when all outputs are turned off. When eDP panels are turned
|
||||
|
Loading…
x
Reference in New Issue
Block a user