diff options
author | Paul Kocialkowski <paul.kocialkowski@linux.intel.com> | 2017-07-03 15:01:12 +0300 |
---|---|---|
committer | Lyude <lyude@redhat.com> | 2017-07-06 11:42:40 -0400 |
commit | 80aa69fd675bce77dda751e5e5c5d651e9f08e1e (patch) | |
tree | e91cf5ea36564dfdedcd6c1b50342684d3313fb1 /lib/igt_chamelium.c | |
parent | ec91c56e2a480ce469e9f7d5a184c131442bf65a (diff) |
chamelium: Remove init reset duplicate in favor of per-test reset
Since most tests are already doing a reset, there is no need to
duplicate it at init time. This removes that duplicate reset and adds
a call to reset_state where in-test resets where not done previously.
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'lib/igt_chamelium.c')
-rw-r--r-- | lib/igt_chamelium.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c index 225f98c3..624f448b 100644 --- a/lib/igt_chamelium.c +++ b/lib/igt_chamelium.c @@ -1233,8 +1233,6 @@ struct chamelium *chamelium_init(int drm_fd) if (!chamelium_read_config(chamelium, drm_fd)) goto error; - chamelium_reset(chamelium); - cleanup_instance = chamelium; igt_install_exit_handler(chamelium_exit_handler); |