summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem IMBERTON <guilhem.imberton@intel.com>2015-04-03 13:57:46 +0200
committerHeather Lee Wilson <hwilson@google.com>2015-04-09 12:11:42 -0700
commit5094bbf4cbe9b244d79ce5ec52a9285978fff311 (patch)
treef3c9f619ca67165bee2817109110faaaae9c4cf4
parent8b0063f7f46289983bd1bf9ca61662b4a2ddf5b6 (diff)
downloadandroid_hardware_intel_img_hwcomposer-5094bbf4cbe9b244d79ce5ec52a9285978fff311.tar.gz
android_hardware_intel_img_hwcomposer-5094bbf4cbe9b244d79ce5ec52a9285978fff311.tar.bz2
android_hardware_intel_img_hwcomposer-5094bbf4cbe9b244d79ce5ec52a9285978fff311.zip
Moving Moorefield HWComposer in dedicated directory
Fugu HWComposer has been widely modified to fit HDMI only. The current version does not support Marvin product based on Merrifield platform. We are moving both HWComposer to dedicated folders as a first integration step. Merge will happen later. Change-Id: Iebe90a7bd95c017eca63310fd23b32d53dfccb72 Signed-off-by: Guilhem IMBERTON <guilhem.imberton@intel.com>
-rw-r--r--moorefield_hdmi/Android.mk (renamed from Android.mk)0
-rwxr-xr-xmoorefield_hdmi/common/base/DisplayAnalyzer.cpp (renamed from common/base/DisplayAnalyzer.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/base/DisplayAnalyzer.h (renamed from common/base/DisplayAnalyzer.h)0
-rwxr-xr-xmoorefield_hdmi/common/base/Drm.cpp (renamed from common/base/Drm.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/base/Drm.h (renamed from common/base/Drm.h)0
-rwxr-xr-xmoorefield_hdmi/common/base/HwcLayer.cpp (renamed from common/base/HwcLayer.cpp)0
-rw-r--r--moorefield_hdmi/common/base/HwcLayer.h (renamed from common/base/HwcLayer.h)0
-rwxr-xr-xmoorefield_hdmi/common/base/HwcLayerList.cpp (renamed from common/base/HwcLayerList.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/base/HwcLayerList.h (renamed from common/base/HwcLayerList.h)0
-rw-r--r--moorefield_hdmi/common/base/HwcModule.cpp (renamed from common/base/HwcModule.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/base/Hwcomposer.cpp (renamed from common/base/Hwcomposer.cpp)0
-rw-r--r--moorefield_hdmi/common/base/SimpleThread.h (renamed from common/base/SimpleThread.h)0
-rw-r--r--moorefield_hdmi/common/buffers/BufferCache.cpp (renamed from common/buffers/BufferCache.cpp)0
-rw-r--r--moorefield_hdmi/common/buffers/BufferCache.h (renamed from common/buffers/BufferCache.h)0
-rw-r--r--moorefield_hdmi/common/buffers/BufferManager.cpp (renamed from common/buffers/BufferManager.cpp)0
-rw-r--r--moorefield_hdmi/common/buffers/GraphicBuffer.cpp (renamed from common/buffers/GraphicBuffer.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/devices/DummyDevice.cpp (renamed from common/devices/DummyDevice.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/devices/ExternalDevice.cpp (renamed from common/devices/ExternalDevice.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/devices/PhysicalDevice.cpp (renamed from common/devices/PhysicalDevice.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/devices/PrimaryDevice.cpp (renamed from common/devices/PrimaryDevice.cpp)0
-rw-r--r--moorefield_hdmi/common/observers/SoftVsyncObserver.cpp (renamed from common/observers/SoftVsyncObserver.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/observers/SoftVsyncObserver.h (renamed from common/observers/SoftVsyncObserver.h)0
-rw-r--r--moorefield_hdmi/common/observers/UeventObserver.cpp (renamed from common/observers/UeventObserver.cpp)0
-rw-r--r--moorefield_hdmi/common/observers/VsyncEventObserver.cpp (renamed from common/observers/VsyncEventObserver.cpp)0
-rw-r--r--moorefield_hdmi/common/observers/VsyncEventObserver.h (renamed from common/observers/VsyncEventObserver.h)0
-rwxr-xr-xmoorefield_hdmi/common/planes/DisplayPlane.cpp (renamed from common/planes/DisplayPlane.cpp)0
-rwxr-xr-xmoorefield_hdmi/common/planes/DisplayPlaneManager.cpp (renamed from common/planes/DisplayPlaneManager.cpp)0
-rw-r--r--moorefield_hdmi/common/utils/Dump.cpp (renamed from common/utils/Dump.cpp)0
-rw-r--r--moorefield_hdmi/common/utils/Dump.h (renamed from common/utils/Dump.h)0
-rw-r--r--moorefield_hdmi/common/utils/HwcTrace.h (renamed from common/utils/HwcTrace.h)0
-rwxr-xr-xmoorefield_hdmi/include/BufferManager.h (renamed from include/BufferManager.h)0
-rw-r--r--moorefield_hdmi/include/BufferMapper.h (renamed from include/BufferMapper.h)0
-rw-r--r--moorefield_hdmi/include/DataBuffer.h (renamed from include/DataBuffer.h)0
-rwxr-xr-xmoorefield_hdmi/include/DisplayPlane.h (renamed from include/DisplayPlane.h)0
-rw-r--r--moorefield_hdmi/include/DisplayPlaneManager.h (renamed from include/DisplayPlaneManager.h)0
-rwxr-xr-xmoorefield_hdmi/include/DisplayQuery.h (renamed from include/DisplayQuery.h)0
-rw-r--r--moorefield_hdmi/include/DrmConfig.h (renamed from include/DrmConfig.h)0
-rwxr-xr-xmoorefield_hdmi/include/DummyDevice.h (renamed from include/DummyDevice.h)0
-rwxr-xr-xmoorefield_hdmi/include/ExternalDevice.h (renamed from include/ExternalDevice.h)0
-rw-r--r--moorefield_hdmi/include/GraphicBuffer.h (renamed from include/GraphicBuffer.h)0
-rwxr-xr-xmoorefield_hdmi/include/Hwcomposer.h (renamed from include/Hwcomposer.h)0
-rw-r--r--moorefield_hdmi/include/IBlankControl.h (renamed from include/IBlankControl.h)0
-rwxr-xr-xmoorefield_hdmi/include/IDisplayContext.h (renamed from include/IDisplayContext.h)0
-rwxr-xr-xmoorefield_hdmi/include/IDisplayDevice.h (renamed from include/IDisplayDevice.h)0
-rw-r--r--moorefield_hdmi/include/IHdcpControl.h (renamed from include/IHdcpControl.h)0
-rw-r--r--moorefield_hdmi/include/IVsyncControl.h (renamed from include/IVsyncControl.h)0
-rwxr-xr-xmoorefield_hdmi/include/PhysicalDevice.h (renamed from include/PhysicalDevice.h)0
-rw-r--r--moorefield_hdmi/include/PlaneCapabilities.h (renamed from include/PlaneCapabilities.h)0
-rwxr-xr-xmoorefield_hdmi/include/PrimaryDevice.h (renamed from include/PrimaryDevice.h)0
-rwxr-xr-xmoorefield_hdmi/include/UeventObserver.h (renamed from include/UeventObserver.h)0
-rw-r--r--moorefield_hdmi/include/pvr/hal/hal_public.h (renamed from include/pvr/hal/hal_public.h)0
-rw-r--r--moorefield_hdmi/ips/anniedale/AnnCursorPlane.cpp (renamed from ips/anniedale/AnnCursorPlane.cpp)0
-rw-r--r--moorefield_hdmi/ips/anniedale/AnnCursorPlane.h (renamed from ips/anniedale/AnnCursorPlane.h)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/AnnOverlayPlane.cpp (renamed from ips/anniedale/AnnOverlayPlane.cpp)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/AnnOverlayPlane.h (renamed from ips/anniedale/AnnOverlayPlane.h)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/AnnPlaneManager.cpp (renamed from ips/anniedale/AnnPlaneManager.cpp)0
-rw-r--r--moorefield_hdmi/ips/anniedale/AnnPlaneManager.h (renamed from ips/anniedale/AnnPlaneManager.h)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/AnnRGBPlane.cpp (renamed from ips/anniedale/AnnRGBPlane.cpp)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/AnnRGBPlane.h (renamed from ips/anniedale/AnnRGBPlane.h)0
-rwxr-xr-xmoorefield_hdmi/ips/anniedale/PlaneCapabilities.cpp (renamed from ips/anniedale/PlaneCapabilities.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/BlankControl.cpp (renamed from ips/common/BlankControl.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/BlankControl.h (renamed from ips/common/BlankControl.h)0
-rw-r--r--moorefield_hdmi/ips/common/DrmConfig.cpp (renamed from ips/common/DrmConfig.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/DrmControl.cpp (renamed from ips/common/DrmControl.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/DrmControl.h (renamed from ips/common/DrmControl.h)0
-rw-r--r--moorefield_hdmi/ips/common/GrallocBufferBase.cpp (renamed from ips/common/GrallocBufferBase.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/GrallocBufferBase.h (renamed from ips/common/GrallocBufferBase.h)0
-rw-r--r--moorefield_hdmi/ips/common/GrallocBufferMapperBase.cpp (renamed from ips/common/GrallocBufferMapperBase.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/GrallocBufferMapperBase.h (renamed from ips/common/GrallocBufferMapperBase.h)0
-rw-r--r--moorefield_hdmi/ips/common/GrallocSubBuffer.h (renamed from ips/common/GrallocSubBuffer.h)0
-rw-r--r--moorefield_hdmi/ips/common/HdcpControl.cpp (renamed from ips/common/HdcpControl.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/HdcpControl.h (renamed from ips/common/HdcpControl.h)0
-rw-r--r--moorefield_hdmi/ips/common/OverlayHardware.h (renamed from ips/common/OverlayHardware.h)0
-rwxr-xr-xmoorefield_hdmi/ips/common/OverlayPlaneBase.cpp (renamed from ips/common/OverlayPlaneBase.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/OverlayPlaneBase.h (renamed from ips/common/OverlayPlaneBase.h)0
-rw-r--r--moorefield_hdmi/ips/common/PixelFormat.cpp (renamed from ips/common/PixelFormat.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/PixelFormat.h (renamed from ips/common/PixelFormat.h)0
-rw-r--r--moorefield_hdmi/ips/common/RotationBufferProvider.cpp (renamed from ips/common/RotationBufferProvider.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/RotationBufferProvider.h (renamed from ips/common/RotationBufferProvider.h)0
-rw-r--r--moorefield_hdmi/ips/common/SpritePlaneBase.cpp (renamed from ips/common/SpritePlaneBase.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/SpritePlaneBase.h (renamed from ips/common/SpritePlaneBase.h)0
-rw-r--r--moorefield_hdmi/ips/common/TTMBufferMapper.cpp (renamed from ips/common/TTMBufferMapper.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/TTMBufferMapper.h (renamed from ips/common/TTMBufferMapper.h)0
-rw-r--r--moorefield_hdmi/ips/common/VideoPayloadBuffer.h (renamed from ips/common/VideoPayloadBuffer.h)0
-rw-r--r--moorefield_hdmi/ips/common/VsyncControl.cpp (renamed from ips/common/VsyncControl.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/VsyncControl.h (renamed from ips/common/VsyncControl.h)0
-rw-r--r--moorefield_hdmi/ips/common/Wsbm.cpp (renamed from ips/common/Wsbm.cpp)0
-rw-r--r--moorefield_hdmi/ips/common/Wsbm.h (renamed from ips/common/Wsbm.h)0
-rw-r--r--moorefield_hdmi/ips/common/WsbmWrapper.c (renamed from ips/common/WsbmWrapper.c)0
-rw-r--r--moorefield_hdmi/ips/common/WsbmWrapper.h (renamed from ips/common/WsbmWrapper.h)0
-rwxr-xr-xmoorefield_hdmi/ips/tangier/TngDisplayContext.cpp (renamed from ips/tangier/TngDisplayContext.cpp)0
-rwxr-xr-xmoorefield_hdmi/ips/tangier/TngDisplayContext.h (renamed from ips/tangier/TngDisplayContext.h)0
-rwxr-xr-xmoorefield_hdmi/ips/tangier/TngDisplayQuery.cpp (renamed from ips/tangier/TngDisplayQuery.cpp)0
-rw-r--r--moorefield_hdmi/ips/tangier/TngGrallocBuffer.cpp (renamed from ips/tangier/TngGrallocBuffer.cpp)0
-rw-r--r--moorefield_hdmi/ips/tangier/TngGrallocBuffer.h (renamed from ips/tangier/TngGrallocBuffer.h)0
-rw-r--r--moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.cpp (renamed from ips/tangier/TngGrallocBufferMapper.cpp)0
-rw-r--r--moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.h (renamed from ips/tangier/TngGrallocBufferMapper.h)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.cpp (renamed from platforms/merrifield_plus/PlatfBufferManager.cpp)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.h (renamed from platforms/merrifield_plus/PlatfBufferManager.h)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.cpp (renamed from platforms/merrifield_plus/PlatfExternalDevice.cpp)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.h (renamed from platforms/merrifield_plus/PlatfExternalDevice.h)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.cpp (renamed from platforms/merrifield_plus/PlatfHwcomposer.cpp)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.h (renamed from platforms/merrifield_plus/PlatfHwcomposer.h)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.cpp (renamed from platforms/merrifield_plus/PlatfPrimaryDevice.cpp)0
-rwxr-xr-xmoorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.h (renamed from platforms/merrifield_plus/PlatfPrimaryDevice.h)0
105 files changed, 0 insertions, 0 deletions
diff --git a/Android.mk b/moorefield_hdmi/Android.mk
index 4091472..4091472 100644
--- a/Android.mk
+++ b/moorefield_hdmi/Android.mk
diff --git a/common/base/DisplayAnalyzer.cpp b/moorefield_hdmi/common/base/DisplayAnalyzer.cpp
index 7e5737f..7e5737f 100755
--- a/common/base/DisplayAnalyzer.cpp
+++ b/moorefield_hdmi/common/base/DisplayAnalyzer.cpp
diff --git a/common/base/DisplayAnalyzer.h b/moorefield_hdmi/common/base/DisplayAnalyzer.h
index 239cd0a..239cd0a 100755
--- a/common/base/DisplayAnalyzer.h
+++ b/moorefield_hdmi/common/base/DisplayAnalyzer.h
diff --git a/common/base/Drm.cpp b/moorefield_hdmi/common/base/Drm.cpp
index 007d308..007d308 100755
--- a/common/base/Drm.cpp
+++ b/moorefield_hdmi/common/base/Drm.cpp
diff --git a/common/base/Drm.h b/moorefield_hdmi/common/base/Drm.h
index ff77ffd..ff77ffd 100755
--- a/common/base/Drm.h
+++ b/moorefield_hdmi/common/base/Drm.h
diff --git a/common/base/HwcLayer.cpp b/moorefield_hdmi/common/base/HwcLayer.cpp
index 554fb93..554fb93 100755
--- a/common/base/HwcLayer.cpp
+++ b/moorefield_hdmi/common/base/HwcLayer.cpp
diff --git a/common/base/HwcLayer.h b/moorefield_hdmi/common/base/HwcLayer.h
index 95dbf34..95dbf34 100644
--- a/common/base/HwcLayer.h
+++ b/moorefield_hdmi/common/base/HwcLayer.h
diff --git a/common/base/HwcLayerList.cpp b/moorefield_hdmi/common/base/HwcLayerList.cpp
index a6326fc..a6326fc 100755
--- a/common/base/HwcLayerList.cpp
+++ b/moorefield_hdmi/common/base/HwcLayerList.cpp
diff --git a/common/base/HwcLayerList.h b/moorefield_hdmi/common/base/HwcLayerList.h
index f933e7a..f933e7a 100755
--- a/common/base/HwcLayerList.h
+++ b/moorefield_hdmi/common/base/HwcLayerList.h
diff --git a/common/base/HwcModule.cpp b/moorefield_hdmi/common/base/HwcModule.cpp
index ce8d478..ce8d478 100644
--- a/common/base/HwcModule.cpp
+++ b/moorefield_hdmi/common/base/HwcModule.cpp
diff --git a/common/base/Hwcomposer.cpp b/moorefield_hdmi/common/base/Hwcomposer.cpp
index eac1448..eac1448 100755
--- a/common/base/Hwcomposer.cpp
+++ b/moorefield_hdmi/common/base/Hwcomposer.cpp
diff --git a/common/base/SimpleThread.h b/moorefield_hdmi/common/base/SimpleThread.h
index ade0e84..ade0e84 100644
--- a/common/base/SimpleThread.h
+++ b/moorefield_hdmi/common/base/SimpleThread.h
diff --git a/common/buffers/BufferCache.cpp b/moorefield_hdmi/common/buffers/BufferCache.cpp
index d06ffe0..d06ffe0 100644
--- a/common/buffers/BufferCache.cpp
+++ b/moorefield_hdmi/common/buffers/BufferCache.cpp
diff --git a/common/buffers/BufferCache.h b/moorefield_hdmi/common/buffers/BufferCache.h
index 9b3fc7f..9b3fc7f 100644
--- a/common/buffers/BufferCache.h
+++ b/moorefield_hdmi/common/buffers/BufferCache.h
diff --git a/common/buffers/BufferManager.cpp b/moorefield_hdmi/common/buffers/BufferManager.cpp
index ca0de39..ca0de39 100644
--- a/common/buffers/BufferManager.cpp
+++ b/moorefield_hdmi/common/buffers/BufferManager.cpp
diff --git a/common/buffers/GraphicBuffer.cpp b/moorefield_hdmi/common/buffers/GraphicBuffer.cpp
index d2679be..d2679be 100644
--- a/common/buffers/GraphicBuffer.cpp
+++ b/moorefield_hdmi/common/buffers/GraphicBuffer.cpp
diff --git a/common/devices/DummyDevice.cpp b/moorefield_hdmi/common/devices/DummyDevice.cpp
index d763a70..d763a70 100755
--- a/common/devices/DummyDevice.cpp
+++ b/moorefield_hdmi/common/devices/DummyDevice.cpp
diff --git a/common/devices/ExternalDevice.cpp b/moorefield_hdmi/common/devices/ExternalDevice.cpp
index 2430c15..2430c15 100755
--- a/common/devices/ExternalDevice.cpp
+++ b/moorefield_hdmi/common/devices/ExternalDevice.cpp
diff --git a/common/devices/PhysicalDevice.cpp b/moorefield_hdmi/common/devices/PhysicalDevice.cpp
index b4e8fa0..b4e8fa0 100755
--- a/common/devices/PhysicalDevice.cpp
+++ b/moorefield_hdmi/common/devices/PhysicalDevice.cpp
diff --git a/common/devices/PrimaryDevice.cpp b/moorefield_hdmi/common/devices/PrimaryDevice.cpp
index 62a573c..62a573c 100755
--- a/common/devices/PrimaryDevice.cpp
+++ b/moorefield_hdmi/common/devices/PrimaryDevice.cpp
diff --git a/common/observers/SoftVsyncObserver.cpp b/moorefield_hdmi/common/observers/SoftVsyncObserver.cpp
index e62ed93..e62ed93 100644
--- a/common/observers/SoftVsyncObserver.cpp
+++ b/moorefield_hdmi/common/observers/SoftVsyncObserver.cpp
diff --git a/common/observers/SoftVsyncObserver.h b/moorefield_hdmi/common/observers/SoftVsyncObserver.h
index ecc41db..ecc41db 100755
--- a/common/observers/SoftVsyncObserver.h
+++ b/moorefield_hdmi/common/observers/SoftVsyncObserver.h
diff --git a/common/observers/UeventObserver.cpp b/moorefield_hdmi/common/observers/UeventObserver.cpp
index c7c89b2..c7c89b2 100644
--- a/common/observers/UeventObserver.cpp
+++ b/moorefield_hdmi/common/observers/UeventObserver.cpp
diff --git a/common/observers/VsyncEventObserver.cpp b/moorefield_hdmi/common/observers/VsyncEventObserver.cpp
index 7c3b996..7c3b996 100644
--- a/common/observers/VsyncEventObserver.cpp
+++ b/moorefield_hdmi/common/observers/VsyncEventObserver.cpp
diff --git a/common/observers/VsyncEventObserver.h b/moorefield_hdmi/common/observers/VsyncEventObserver.h
index 4c842f0..4c842f0 100644
--- a/common/observers/VsyncEventObserver.h
+++ b/moorefield_hdmi/common/observers/VsyncEventObserver.h
diff --git a/common/planes/DisplayPlane.cpp b/moorefield_hdmi/common/planes/DisplayPlane.cpp
index ce4a5f5..ce4a5f5 100755
--- a/common/planes/DisplayPlane.cpp
+++ b/moorefield_hdmi/common/planes/DisplayPlane.cpp
diff --git a/common/planes/DisplayPlaneManager.cpp b/moorefield_hdmi/common/planes/DisplayPlaneManager.cpp
index 168f366..168f366 100755
--- a/common/planes/DisplayPlaneManager.cpp
+++ b/moorefield_hdmi/common/planes/DisplayPlaneManager.cpp
diff --git a/common/utils/Dump.cpp b/moorefield_hdmi/common/utils/Dump.cpp
index a9e307c..a9e307c 100644
--- a/common/utils/Dump.cpp
+++ b/moorefield_hdmi/common/utils/Dump.cpp
diff --git a/common/utils/Dump.h b/moorefield_hdmi/common/utils/Dump.h
index ba996b2..ba996b2 100644
--- a/common/utils/Dump.h
+++ b/moorefield_hdmi/common/utils/Dump.h
diff --git a/common/utils/HwcTrace.h b/moorefield_hdmi/common/utils/HwcTrace.h
index f966eaa..f966eaa 100644
--- a/common/utils/HwcTrace.h
+++ b/moorefield_hdmi/common/utils/HwcTrace.h
diff --git a/include/BufferManager.h b/moorefield_hdmi/include/BufferManager.h
index 20dc634..20dc634 100755
--- a/include/BufferManager.h
+++ b/moorefield_hdmi/include/BufferManager.h
diff --git a/include/BufferMapper.h b/moorefield_hdmi/include/BufferMapper.h
index ab827ef..ab827ef 100644
--- a/include/BufferMapper.h
+++ b/moorefield_hdmi/include/BufferMapper.h
diff --git a/include/DataBuffer.h b/moorefield_hdmi/include/DataBuffer.h
index e3c9776..e3c9776 100644
--- a/include/DataBuffer.h
+++ b/moorefield_hdmi/include/DataBuffer.h
diff --git a/include/DisplayPlane.h b/moorefield_hdmi/include/DisplayPlane.h
index b394765..b394765 100755
--- a/include/DisplayPlane.h
+++ b/moorefield_hdmi/include/DisplayPlane.h
diff --git a/include/DisplayPlaneManager.h b/moorefield_hdmi/include/DisplayPlaneManager.h
index 17199cd..17199cd 100644
--- a/include/DisplayPlaneManager.h
+++ b/moorefield_hdmi/include/DisplayPlaneManager.h
diff --git a/include/DisplayQuery.h b/moorefield_hdmi/include/DisplayQuery.h
index e3932cc..e3932cc 100755
--- a/include/DisplayQuery.h
+++ b/moorefield_hdmi/include/DisplayQuery.h
diff --git a/include/DrmConfig.h b/moorefield_hdmi/include/DrmConfig.h
index 72fd2f6..72fd2f6 100644
--- a/include/DrmConfig.h
+++ b/moorefield_hdmi/include/DrmConfig.h
diff --git a/include/DummyDevice.h b/moorefield_hdmi/include/DummyDevice.h
index 74625a9..74625a9 100755
--- a/include/DummyDevice.h
+++ b/moorefield_hdmi/include/DummyDevice.h
diff --git a/include/ExternalDevice.h b/moorefield_hdmi/include/ExternalDevice.h
index 6cf7332..6cf7332 100755
--- a/include/ExternalDevice.h
+++ b/moorefield_hdmi/include/ExternalDevice.h
diff --git a/include/GraphicBuffer.h b/moorefield_hdmi/include/GraphicBuffer.h
index 68cb6f8..68cb6f8 100644
--- a/include/GraphicBuffer.h
+++ b/moorefield_hdmi/include/GraphicBuffer.h
diff --git a/include/Hwcomposer.h b/moorefield_hdmi/include/Hwcomposer.h
index c271ca1..c271ca1 100755
--- a/include/Hwcomposer.h
+++ b/moorefield_hdmi/include/Hwcomposer.h
diff --git a/include/IBlankControl.h b/moorefield_hdmi/include/IBlankControl.h
index 7051ce1..7051ce1 100644
--- a/include/IBlankControl.h
+++ b/moorefield_hdmi/include/IBlankControl.h
diff --git a/include/IDisplayContext.h b/moorefield_hdmi/include/IDisplayContext.h
index 7767856..7767856 100755
--- a/include/IDisplayContext.h
+++ b/moorefield_hdmi/include/IDisplayContext.h
diff --git a/include/IDisplayDevice.h b/moorefield_hdmi/include/IDisplayDevice.h
index 845b45e..845b45e 100755
--- a/include/IDisplayDevice.h
+++ b/moorefield_hdmi/include/IDisplayDevice.h
diff --git a/include/IHdcpControl.h b/moorefield_hdmi/include/IHdcpControl.h
index 31a3bfd..31a3bfd 100644
--- a/include/IHdcpControl.h
+++ b/moorefield_hdmi/include/IHdcpControl.h
diff --git a/include/IVsyncControl.h b/moorefield_hdmi/include/IVsyncControl.h
index 5edc77b..5edc77b 100644
--- a/include/IVsyncControl.h
+++ b/moorefield_hdmi/include/IVsyncControl.h
diff --git a/include/PhysicalDevice.h b/moorefield_hdmi/include/PhysicalDevice.h
index f271021..f271021 100755
--- a/include/PhysicalDevice.h
+++ b/moorefield_hdmi/include/PhysicalDevice.h
diff --git a/include/PlaneCapabilities.h b/moorefield_hdmi/include/PlaneCapabilities.h
index 0962fda..0962fda 100644
--- a/include/PlaneCapabilities.h
+++ b/moorefield_hdmi/include/PlaneCapabilities.h
diff --git a/include/PrimaryDevice.h b/moorefield_hdmi/include/PrimaryDevice.h
index 5ed6e93..5ed6e93 100755
--- a/include/PrimaryDevice.h
+++ b/moorefield_hdmi/include/PrimaryDevice.h
diff --git a/include/UeventObserver.h b/moorefield_hdmi/include/UeventObserver.h
index 327fc73..327fc73 100755
--- a/include/UeventObserver.h
+++ b/moorefield_hdmi/include/UeventObserver.h
diff --git a/include/pvr/hal/hal_public.h b/moorefield_hdmi/include/pvr/hal/hal_public.h
index 6de4a9b..6de4a9b 100644
--- a/include/pvr/hal/hal_public.h
+++ b/moorefield_hdmi/include/pvr/hal/hal_public.h
diff --git a/ips/anniedale/AnnCursorPlane.cpp b/moorefield_hdmi/ips/anniedale/AnnCursorPlane.cpp
index e85a529..e85a529 100644
--- a/ips/anniedale/AnnCursorPlane.cpp
+++ b/moorefield_hdmi/ips/anniedale/AnnCursorPlane.cpp
diff --git a/ips/anniedale/AnnCursorPlane.h b/moorefield_hdmi/ips/anniedale/AnnCursorPlane.h
index 7f2d099..7f2d099 100644
--- a/ips/anniedale/AnnCursorPlane.h
+++ b/moorefield_hdmi/ips/anniedale/AnnCursorPlane.h
diff --git a/ips/anniedale/AnnOverlayPlane.cpp b/moorefield_hdmi/ips/anniedale/AnnOverlayPlane.cpp
index 8b63101..8b63101 100755
--- a/ips/anniedale/AnnOverlayPlane.cpp
+++ b/moorefield_hdmi/ips/anniedale/AnnOverlayPlane.cpp
diff --git a/ips/anniedale/AnnOverlayPlane.h b/moorefield_hdmi/ips/anniedale/AnnOverlayPlane.h
index 1578b57..1578b57 100755
--- a/ips/anniedale/AnnOverlayPlane.h
+++ b/moorefield_hdmi/ips/anniedale/AnnOverlayPlane.h
diff --git a/ips/anniedale/AnnPlaneManager.cpp b/moorefield_hdmi/ips/anniedale/AnnPlaneManager.cpp
index f921199..f921199 100755
--- a/ips/anniedale/AnnPlaneManager.cpp
+++ b/moorefield_hdmi/ips/anniedale/AnnPlaneManager.cpp
diff --git a/ips/anniedale/AnnPlaneManager.h b/moorefield_hdmi/ips/anniedale/AnnPlaneManager.h
index 5a7971e..5a7971e 100644
--- a/ips/anniedale/AnnPlaneManager.h
+++ b/moorefield_hdmi/ips/anniedale/AnnPlaneManager.h
diff --git a/ips/anniedale/AnnRGBPlane.cpp b/moorefield_hdmi/ips/anniedale/AnnRGBPlane.cpp
index afc4480..afc4480 100755
--- a/ips/anniedale/AnnRGBPlane.cpp
+++ b/moorefield_hdmi/ips/anniedale/AnnRGBPlane.cpp
diff --git a/ips/anniedale/AnnRGBPlane.h b/moorefield_hdmi/ips/anniedale/AnnRGBPlane.h
index 76ef53a..76ef53a 100755
--- a/ips/anniedale/AnnRGBPlane.h
+++ b/moorefield_hdmi/ips/anniedale/AnnRGBPlane.h
diff --git a/ips/anniedale/PlaneCapabilities.cpp b/moorefield_hdmi/ips/anniedale/PlaneCapabilities.cpp
index 736fff1..736fff1 100755
--- a/ips/anniedale/PlaneCapabilities.cpp
+++ b/moorefield_hdmi/ips/anniedale/PlaneCapabilities.cpp
diff --git a/ips/common/BlankControl.cpp b/moorefield_hdmi/ips/common/BlankControl.cpp
index 53e2bc7..53e2bc7 100644
--- a/ips/common/BlankControl.cpp
+++ b/moorefield_hdmi/ips/common/BlankControl.cpp
diff --git a/ips/common/BlankControl.h b/moorefield_hdmi/ips/common/BlankControl.h
index 1c0de05..1c0de05 100644
--- a/ips/common/BlankControl.h
+++ b/moorefield_hdmi/ips/common/BlankControl.h
diff --git a/ips/common/DrmConfig.cpp b/moorefield_hdmi/ips/common/DrmConfig.cpp
index 8575edb..8575edb 100644
--- a/ips/common/DrmConfig.cpp
+++ b/moorefield_hdmi/ips/common/DrmConfig.cpp
diff --git a/ips/common/DrmControl.cpp b/moorefield_hdmi/ips/common/DrmControl.cpp
index 6969ef3..6969ef3 100644
--- a/ips/common/DrmControl.cpp
+++ b/moorefield_hdmi/ips/common/DrmControl.cpp
diff --git a/ips/common/DrmControl.h b/moorefield_hdmi/ips/common/DrmControl.h
index fbd0284..fbd0284 100644
--- a/ips/common/DrmControl.h
+++ b/moorefield_hdmi/ips/common/DrmControl.h
diff --git a/ips/common/GrallocBufferBase.cpp b/moorefield_hdmi/ips/common/GrallocBufferBase.cpp
index ed2452a..ed2452a 100644
--- a/ips/common/GrallocBufferBase.cpp
+++ b/moorefield_hdmi/ips/common/GrallocBufferBase.cpp
diff --git a/ips/common/GrallocBufferBase.h b/moorefield_hdmi/ips/common/GrallocBufferBase.h
index d7f4ef9..d7f4ef9 100644
--- a/ips/common/GrallocBufferBase.h
+++ b/moorefield_hdmi/ips/common/GrallocBufferBase.h
diff --git a/ips/common/GrallocBufferMapperBase.cpp b/moorefield_hdmi/ips/common/GrallocBufferMapperBase.cpp
index 95fc755..95fc755 100644
--- a/ips/common/GrallocBufferMapperBase.cpp
+++ b/moorefield_hdmi/ips/common/GrallocBufferMapperBase.cpp
diff --git a/ips/common/GrallocBufferMapperBase.h b/moorefield_hdmi/ips/common/GrallocBufferMapperBase.h
index e193974..e193974 100644
--- a/ips/common/GrallocBufferMapperBase.h
+++ b/moorefield_hdmi/ips/common/GrallocBufferMapperBase.h
diff --git a/ips/common/GrallocSubBuffer.h b/moorefield_hdmi/ips/common/GrallocSubBuffer.h
index 15170f2..15170f2 100644
--- a/ips/common/GrallocSubBuffer.h
+++ b/moorefield_hdmi/ips/common/GrallocSubBuffer.h
diff --git a/ips/common/HdcpControl.cpp b/moorefield_hdmi/ips/common/HdcpControl.cpp
index b250ece..b250ece 100644
--- a/ips/common/HdcpControl.cpp
+++ b/moorefield_hdmi/ips/common/HdcpControl.cpp
diff --git a/ips/common/HdcpControl.h b/moorefield_hdmi/ips/common/HdcpControl.h
index 301ee96..301ee96 100644
--- a/ips/common/HdcpControl.h
+++ b/moorefield_hdmi/ips/common/HdcpControl.h
diff --git a/ips/common/OverlayHardware.h b/moorefield_hdmi/ips/common/OverlayHardware.h
index a06f304..a06f304 100644
--- a/ips/common/OverlayHardware.h
+++ b/moorefield_hdmi/ips/common/OverlayHardware.h
diff --git a/ips/common/OverlayPlaneBase.cpp b/moorefield_hdmi/ips/common/OverlayPlaneBase.cpp
index 2a41177..2a41177 100755
--- a/ips/common/OverlayPlaneBase.cpp
+++ b/moorefield_hdmi/ips/common/OverlayPlaneBase.cpp
diff --git a/ips/common/OverlayPlaneBase.h b/moorefield_hdmi/ips/common/OverlayPlaneBase.h
index 8f2572c..8f2572c 100644
--- a/ips/common/OverlayPlaneBase.h
+++ b/moorefield_hdmi/ips/common/OverlayPlaneBase.h
diff --git a/ips/common/PixelFormat.cpp b/moorefield_hdmi/ips/common/PixelFormat.cpp
index 67774dc..67774dc 100644
--- a/ips/common/PixelFormat.cpp
+++ b/moorefield_hdmi/ips/common/PixelFormat.cpp
diff --git a/ips/common/PixelFormat.h b/moorefield_hdmi/ips/common/PixelFormat.h
index cea69e0..cea69e0 100644
--- a/ips/common/PixelFormat.h
+++ b/moorefield_hdmi/ips/common/PixelFormat.h
diff --git a/ips/common/RotationBufferProvider.cpp b/moorefield_hdmi/ips/common/RotationBufferProvider.cpp
index 22fdf60..22fdf60 100644
--- a/ips/common/RotationBufferProvider.cpp
+++ b/moorefield_hdmi/ips/common/RotationBufferProvider.cpp
diff --git a/ips/common/RotationBufferProvider.h b/moorefield_hdmi/ips/common/RotationBufferProvider.h
index 985af27..985af27 100644
--- a/ips/common/RotationBufferProvider.h
+++ b/moorefield_hdmi/ips/common/RotationBufferProvider.h
diff --git a/ips/common/SpritePlaneBase.cpp b/moorefield_hdmi/ips/common/SpritePlaneBase.cpp
index c985793..c985793 100644
--- a/ips/common/SpritePlaneBase.cpp
+++ b/moorefield_hdmi/ips/common/SpritePlaneBase.cpp
diff --git a/ips/common/SpritePlaneBase.h b/moorefield_hdmi/ips/common/SpritePlaneBase.h
index 32950dd..32950dd 100644
--- a/ips/common/SpritePlaneBase.h
+++ b/moorefield_hdmi/ips/common/SpritePlaneBase.h
diff --git a/ips/common/TTMBufferMapper.cpp b/moorefield_hdmi/ips/common/TTMBufferMapper.cpp
index 8f68092..8f68092 100644
--- a/ips/common/TTMBufferMapper.cpp
+++ b/moorefield_hdmi/ips/common/TTMBufferMapper.cpp
diff --git a/ips/common/TTMBufferMapper.h b/moorefield_hdmi/ips/common/TTMBufferMapper.h
index 3e1cfaf..3e1cfaf 100644
--- a/ips/common/TTMBufferMapper.h
+++ b/moorefield_hdmi/ips/common/TTMBufferMapper.h
diff --git a/ips/common/VideoPayloadBuffer.h b/moorefield_hdmi/ips/common/VideoPayloadBuffer.h
index 48dc273..48dc273 100644
--- a/ips/common/VideoPayloadBuffer.h
+++ b/moorefield_hdmi/ips/common/VideoPayloadBuffer.h
diff --git a/ips/common/VsyncControl.cpp b/moorefield_hdmi/ips/common/VsyncControl.cpp
index 89b27e4..89b27e4 100644
--- a/ips/common/VsyncControl.cpp
+++ b/moorefield_hdmi/ips/common/VsyncControl.cpp
diff --git a/ips/common/VsyncControl.h b/moorefield_hdmi/ips/common/VsyncControl.h
index d5ffa11..d5ffa11 100644
--- a/ips/common/VsyncControl.h
+++ b/moorefield_hdmi/ips/common/VsyncControl.h
diff --git a/ips/common/Wsbm.cpp b/moorefield_hdmi/ips/common/Wsbm.cpp
index a9903b9..a9903b9 100644
--- a/ips/common/Wsbm.cpp
+++ b/moorefield_hdmi/ips/common/Wsbm.cpp
diff --git a/ips/common/Wsbm.h b/moorefield_hdmi/ips/common/Wsbm.h
index ddfe32d..ddfe32d 100644
--- a/ips/common/Wsbm.h
+++ b/moorefield_hdmi/ips/common/Wsbm.h
diff --git a/ips/common/WsbmWrapper.c b/moorefield_hdmi/ips/common/WsbmWrapper.c
index 08ddefc..08ddefc 100644
--- a/ips/common/WsbmWrapper.c
+++ b/moorefield_hdmi/ips/common/WsbmWrapper.c
diff --git a/ips/common/WsbmWrapper.h b/moorefield_hdmi/ips/common/WsbmWrapper.h
index b2622a3..b2622a3 100644
--- a/ips/common/WsbmWrapper.h
+++ b/moorefield_hdmi/ips/common/WsbmWrapper.h
diff --git a/ips/tangier/TngDisplayContext.cpp b/moorefield_hdmi/ips/tangier/TngDisplayContext.cpp
index f745700..f745700 100755
--- a/ips/tangier/TngDisplayContext.cpp
+++ b/moorefield_hdmi/ips/tangier/TngDisplayContext.cpp
diff --git a/ips/tangier/TngDisplayContext.h b/moorefield_hdmi/ips/tangier/TngDisplayContext.h
index fa526d7..fa526d7 100755
--- a/ips/tangier/TngDisplayContext.h
+++ b/moorefield_hdmi/ips/tangier/TngDisplayContext.h
diff --git a/ips/tangier/TngDisplayQuery.cpp b/moorefield_hdmi/ips/tangier/TngDisplayQuery.cpp
index 13350aa..13350aa 100755
--- a/ips/tangier/TngDisplayQuery.cpp
+++ b/moorefield_hdmi/ips/tangier/TngDisplayQuery.cpp
diff --git a/ips/tangier/TngGrallocBuffer.cpp b/moorefield_hdmi/ips/tangier/TngGrallocBuffer.cpp
index 47d36d4..47d36d4 100644
--- a/ips/tangier/TngGrallocBuffer.cpp
+++ b/moorefield_hdmi/ips/tangier/TngGrallocBuffer.cpp
diff --git a/ips/tangier/TngGrallocBuffer.h b/moorefield_hdmi/ips/tangier/TngGrallocBuffer.h
index 80c096e..80c096e 100644
--- a/ips/tangier/TngGrallocBuffer.h
+++ b/moorefield_hdmi/ips/tangier/TngGrallocBuffer.h
diff --git a/ips/tangier/TngGrallocBufferMapper.cpp b/moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.cpp
index 5742f6a..5742f6a 100644
--- a/ips/tangier/TngGrallocBufferMapper.cpp
+++ b/moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.cpp
diff --git a/ips/tangier/TngGrallocBufferMapper.h b/moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.h
index 87a16e5..87a16e5 100644
--- a/ips/tangier/TngGrallocBufferMapper.h
+++ b/moorefield_hdmi/ips/tangier/TngGrallocBufferMapper.h
diff --git a/platforms/merrifield_plus/PlatfBufferManager.cpp b/moorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.cpp
index 764c47b..764c47b 100755
--- a/platforms/merrifield_plus/PlatfBufferManager.cpp
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.cpp
diff --git a/platforms/merrifield_plus/PlatfBufferManager.h b/moorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.h
index 11ff950..11ff950 100755
--- a/platforms/merrifield_plus/PlatfBufferManager.h
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfBufferManager.h
diff --git a/platforms/merrifield_plus/PlatfExternalDevice.cpp b/moorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.cpp
index 8c36743..8c36743 100755
--- a/platforms/merrifield_plus/PlatfExternalDevice.cpp
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.cpp
diff --git a/platforms/merrifield_plus/PlatfExternalDevice.h b/moorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.h
index 7289260..7289260 100755
--- a/platforms/merrifield_plus/PlatfExternalDevice.h
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfExternalDevice.h
diff --git a/platforms/merrifield_plus/PlatfHwcomposer.cpp b/moorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.cpp
index a681579..a681579 100755
--- a/platforms/merrifield_plus/PlatfHwcomposer.cpp
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.cpp
diff --git a/platforms/merrifield_plus/PlatfHwcomposer.h b/moorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.h
index c058d66..c058d66 100755
--- a/platforms/merrifield_plus/PlatfHwcomposer.h
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfHwcomposer.h
diff --git a/platforms/merrifield_plus/PlatfPrimaryDevice.cpp b/moorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.cpp
index d819e75..d819e75 100755
--- a/platforms/merrifield_plus/PlatfPrimaryDevice.cpp
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.cpp
diff --git a/platforms/merrifield_plus/PlatfPrimaryDevice.h b/moorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.h
index 14404d2..14404d2 100755
--- a/platforms/merrifield_plus/PlatfPrimaryDevice.h
+++ b/moorefield_hdmi/platforms/merrifield_plus/PlatfPrimaryDevice.h