treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / selftests / igt_atomic.h
blob1991798abf4b27da14a0407b05bc80f74d92ee31
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2018 Intel Corporation
4 */
6 #ifndef IGT_ATOMIC_H
7 #define IGT_ATOMIC_H
9 struct igt_atomic_section {
10 const char *name;
11 void (*critical_section_begin)(void);
12 void (*critical_section_end)(void);
15 extern const struct igt_atomic_section igt_atomic_phases[];
17 #endif /* IGT_ATOMIC_H */