diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-08-01 11:25:42 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-08-01 11:27:29 +0100 |
commit | db7cd7b9f0ce8e435c121071eaadf8e6dcebf9e8 (patch) | |
tree | 991224b93fa1d57e1f646c4e38241341da15b40a /src/Makefile.am | |
parent | 0be3e95c844247746742805830860ace9f546d99 (diff) | |
download | xf86-video-intel-db7cd7b9f0ce8e435c121071eaadf8e6dcebf9e8.tar.gz xf86-video-intel-db7cd7b9f0ce8e435c121071eaadf8e6dcebf9e8.tar.bz2 xf86-video-intel-db7cd7b9f0ce8e435c121071eaadf8e6dcebf9e8.zip |
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 <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 |