/* * SPDX-License-Identifier: MIT * * Copyright © 2016 Intel Corporation */ #include "i915_selftest.h" #include "selftests/mock_gem_device.h" static int mock_phys_object(void *arg) { … } int i915_gem_phys_mock_selftests(void) { … }
/* * SPDX-License-Identifier: MIT * * Copyright © 2016 Intel Corporation */ #include "i915_selftest.h" #include "selftests/mock_gem_device.h" static int mock_phys_object(void *arg) { … } int i915_gem_phys_mock_selftests(void) { … }