Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2020 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_LIBRAPL_H
0007 #define SELFTEST_LIBRAPL_H
0008 
0009 #include <linux/types.h>
0010 
0011 struct drm_i915_private;
0012 
0013 bool librapl_supported(const struct drm_i915_private *i915);
0014 
0015 u64 librapl_energy_uJ(void);
0016 
0017 #endif /* SELFTEST_LIBRAPL_H */