xref: /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/igt_reset.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * SPDX-License-Identifier: MIT
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Copyright © 2018 Intel Corporation
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef __I915_SELFTESTS_IGT_RESET_H__
88c2ecf20Sopenharmony_ci#define __I915_SELFTESTS_IGT_RESET_H__
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <linux/types.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistruct intel_gt;
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_civoid igt_global_reset_lock(struct intel_gt *gt);
158c2ecf20Sopenharmony_civoid igt_global_reset_unlock(struct intel_gt *gt);
168c2ecf20Sopenharmony_cibool igt_force_reset(struct intel_gt *gt);
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024