1/* SPDX-License-Identifier: MIT */
2/*
3 * Copyright © 2024 Intel Corporation
4 */
5
6#ifndef __I9XX_DISPLAY_SR_H__
7#define __I9XX_DISPLAY_SR_H__
8
9struct intel_display;
10
11void i9xx_display_sr_save(struct intel_display *display);
12void i9xx_display_sr_restore(struct intel_display *display);
13
14#endif
15

source code of linux/drivers/gpu/drm/i915/display/i9xx_display_sr.h