summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorSwati Sharma <swati2.sharma@intel.com>2019-12-02 19:33:15 +0530
committerPetri Latvala <petri.latvala@intel.com>2019-12-03 11:13:27 +0200
commit2a99cbbdc40bd5fefe54385f884f132274cf3acf (patch)
tree3ae874938a1b95a5fa3b6cc274e4696a4bc5fa8d /benchmarks
parent6e1d20e318542de98e2d94502ed3171bf62f7f29 (diff)
benchmarks: remove igt_skip_on_simulation()
Removing igt_skip_on_simulation() from benchmarks since this feature is not supported anymore. v2: Rebase Signed-off-by: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Karthik B S <karthik.b.s@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/gem_userptr_benchmark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmarks/gem_userptr_benchmark.c b/benchmarks/gem_userptr_benchmark.c
index bef2ccc4..b63fdedf 100644
--- a/benchmarks/gem_userptr_benchmark.c
+++ b/benchmarks/gem_userptr_benchmark.c
@@ -469,8 +469,6 @@ int main(int argc, char **argv)
{
int fd = -1, ret;
- igt_skip_on_simulation();
-
igt_subtest_init(argc, argv);
fd = drm_open_driver(DRIVER_INTEL);