From db7cd7b9f0ce8e435c121071eaadf8e6dcebf9e8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 1 Aug 2010 11:25:42 +0100 Subject: Rename drmmode_display to intel_display And fixup all the drmmode_* functions to have an intel prefix and categorise those into intel_mode, intel_crtc, intel_output and intel_property so that the functions are a little more self-descriptive and, more importantly, are consistent. Signed-off-by: Chris Wilson --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index fbccf0bde..b0a1cf791 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,10 +43,11 @@ intel_drv_la_SOURCES = \ common.h \ intel.h \ intel_module.c \ - intel_driver.c \ - intel_driver.h \ intel_batchbuffer.c \ intel_batchbuffer.h \ + intel_display.c \ + intel_driver.c \ + intel_driver.h \ intel_memory.c \ intel_uxa.c \ intel_video.c \ @@ -62,7 +63,6 @@ intel_drv_la_SOURCES = \ i965_reg.h \ i965_video.c \ i965_render.c \ - drmmode_display.c \ $(NULL) if DRI -- cgit v1.2.3