[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / windowing / gbm / GBMDPMSSupport.h
blobf5fabf8da142bbffe2539dd4617a8b51734a68cf
1 /*
2 * Copyright (C) 2009-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "powermanagement/DPMSSupport.h"
11 #include <memory>
13 class CGBMDPMSSupport : public CDPMSSupport
15 public:
16 CGBMDPMSSupport();
17 ~CGBMDPMSSupport() override = default;
19 protected:
20 bool EnablePowerSaving(PowerSavingMode mode) override;
21 bool DisablePowerSaving() override;