summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDavid Weinehall <david.weinehall@linux.intel.com>2016-02-18 13:08:46 +0200
committerMarius Vlad <marius.c.vlad@intel.com>2016-02-19 12:10:21 +0200
commit15deba45756eeeacca2ad83ac931606986f8d669 (patch)
treef8f096c774c61e7a662401b6cfac10809039a910 /lib/Makefile.sources
parent16038908de5ef491c8c795ae48ed880de235c532 (diff)
lib/igt_pm: Lib for power management
Move power management related code to a separate library. Initially this is done only for workarounds that apply to external components. Modify the users of such workarounds accordingly. This currently involves HD audio and SATA link power management. For SATA link PM there's also code to save the previous settings, to allow for resetting the values after we've finished testing. Signed-off-by: David Weinehall <david.weinehall@intel.com> Reviewed-by: Marius Vlad <marius.c.vlad@intel.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index e33861e7..1316fd21 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -60,6 +60,8 @@ libintel_tools_la_SOURCES = \
igt_core.h \
igt_draw.c \
igt_draw.h \
+ igt_pm.c \
+ igt_pm.h \
uwildmat/uwildmat.h \
uwildmat/uwildmat.c \
$(NULL)