From 4fc76adf313f2792b7438f9372321ce3ea66c6c2 Mon Sep 17 00:00:00 2001 From: Vijay Purushothaman Date: Fri, 17 Aug 2012 18:06:52 +0530 Subject: tools: Added intel_dpio_read and intel_dpio_write In Valleyview the DPLL and lane control registers are accessible only through side band fabric called DPIO. Added two tools to read and write registers residing in this space. v2: Moved the core read/write functions to lib/intel_dpio.c based on Ben's feedback Signed-off-by: Vijay Purushothaman Signed-off-by: Daniel Vetter --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 88290cb2..d8f081fe 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,6 +29,7 @@ libintel_tools_la_SOURCES = \ rendercopy_gen7.c \ rendercopy.h \ intel_reg_map.c \ + intel_dpio.c \ $(NULL) LDADD = $(CAIRO_LIBS) -- cgit v1.2.3