Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2022 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_DISPLAY_POWER_MAP_H__
0007 #define __INTEL_DISPLAY_POWER_MAP_H__
0008 
0009 struct i915_power_domains;
0010 
0011 int intel_display_power_map_init(struct i915_power_domains *power_domains);
0012 void intel_display_power_map_cleanup(struct i915_power_domains *power_domains);
0013 
0014 #endif