]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/selftests/igt_atomic.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / drivers / gpu / drm / i915 / selftests / igt_atomic.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2018 Intel Corporation
4  */
5
6 #ifndef IGT_ATOMIC_H
7 #define IGT_ATOMIC_H
8
9 struct igt_atomic_section {
10         const char *name;
11         void (*critical_section_begin)(void);
12         void (*critical_section_end)(void);
13 };
14
15 extern const struct igt_atomic_section igt_atomic_phases[];
16
17 #endif /* IGT_ATOMIC_H */
This page took 0.03251 seconds and 4 git commands to generate.