2 * SPDX-License-Identifier: MIT
4 * Copyright © 2019 Intel Corporation
7 #ifndef __I915_GEM_PM_H__
8 #define __I915_GEM_PM_H__
10 #include <linux/types.h>
12 struct drm_i915_private
;
15 void i915_gem_resume(struct drm_i915_private
*i915
);
17 void i915_gem_idle_work_handler(struct work_struct
*work
);
19 void i915_gem_suspend(struct drm_i915_private
*i915
);
20 void i915_gem_suspend_late(struct drm_i915_private
*i915
);
22 #endif /* __I915_GEM_PM_H__ */