// SPDX-License-Identifier: MIT /* * Copyright © 2020 Intel Corporation */ #include <asm/msr.h> #include "i915_drv.h" #include "librapl.h" bool librapl_supported(const struct drm_i915_private *i915) { … } u64 librapl_energy_uJ(void) { … }
// SPDX-License-Identifier: MIT /* * Copyright © 2020 Intel Corporation */ #include <asm/msr.h> #include "i915_drv.h" #include "librapl.h" bool librapl_supported(const struct drm_i915_private *i915) { … } u64 librapl_energy_uJ(void) { … }