Monday, February 6, 2012

TS版のkernelまわり

まだやめてなかった(^^;。

おまけね。



>||
hardware/intel$ ls
Android.mk  PRIVATE  include  libdrm  libva  linux-2.6
hardware/intel$ cd PRIVATE/
hardware/intel/PRIVATE$ ls
Android.mk  binaries.tgz
||<
Android.mkは、target/outに上書き展開しているだけ。
ちょっとひどいな。
>||
hardware/intel/PRIVATE$ cat Android.mk
# This file is used by the packaging script
#

LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)

intel_prebuilt_libs:
@echo "Extracting Intel binaries"
$(hide) tar -xv -C $(PRODUCT_OUT) -f hardware/intel/PRIVATE/binaries.tgz

ALL_PREBUILT += intel_prebuilt_libs

include $(call first-makefiles-under,$(LOCAL_PATH))
||<
上書きする中身はというと、こんなふう。
>||
hardware/intel/PRIVATE$ tar zxvf binaries.tgz obj/
obj/lib/
obj/lib/libPVRScopeServices.so
obj/lib/egl/
obj/lib/egl/egl.cfg
obj/lib/egl/libGLESv2_POWERVR_SGX535_121.so
obj/lib/egl/libEGL_POWERVR_SGX535_121.so
obj/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
obj/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
obj/lib/libcutils.so
obj/lib/libsurfaceflinger_client.so
obj/lib/crtbegin_so.o
obj/lib/libPVRScopeServices.so.1.1.17.4723
obj/lib/libmixcommon.so
obj/lib/crtbegin_static.o
obj/lib/libdl.so
obj/lib/libz.so
obj/lib/libwrs_omxil_intel_mrst_psb_dec.so
obj/lib/libhardware_legacy.so
obj/lib/libsonivox.so
obj/lib/hw/
obj/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
obj/lib/hw/gralloc.e660_eg20t.so
obj/lib/libmixvbp_mpeg4.so
obj/lib/libstdc++.so
obj/lib/emgd_drv_video.so
obj/lib/libstagefrighthw.so
obj/lib/libGLESv2.so
obj/lib/libwpa_client.so
obj/lib/liblog.so
obj/lib/libva-android.so
obj/lib/crtend_so.o
obj/lib/libusc.so
obj/lib/libpvrANDROID_WSEGL.so
obj/lib/libglslcompiler.so
obj/lib/libpixelflinger.so
obj/lib/libutils.so
obj/lib/libGLESv1_CM.so
obj/lib/libIMGegl.so
obj/lib/libcamera_client.so
obj/lib/libpvr2d.so
obj/lib/libstagefright_color_conversion.so
obj/lib/libusc.so.1.1.17.4723
obj/lib/libEGL.so
obj/lib/libicuuc.so
obj/lib/libhardware.so
obj/lib/libexpat.so
obj/lib/libIMGegl.so.1.1.17.4723
obj/lib/libpvr2d.so.1.1.17.4723
obj/lib/libsrv_um.so.1.1.17.4723
obj/lib/libmedia.so
obj/lib/crtend_android.o
obj/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
obj/lib/libmixvbp_h264.so
obj/lib/libnetutils.so
obj/lib/libglslcompiler.so.1.1.17.4723
obj/lib/libbinder.so
obj/lib/libui.so
obj/lib/libva.so
obj/lib/libdrm.so
obj/lib/libc.so
obj/lib/libm.so
obj/lib/libmixvbp.so
obj/lib/libsrv_init.so
obj/lib/libva-tpi.so
obj/lib/crtbegin_dynamic.o
obj/lib/libwrs_omxil_common.so
obj/lib/libmixvideo.so
obj/lib/libsrv_um.so
obj/lib/libwrs_omxil_core_pvwrapped.so
obj/lib/libsrv_init.so.1.1.17.4723
system/
system/etc/
system/etc/powervr.ini
system/etc/10_wrs_omxil_core.cfg
system/etc/wrs_omxil_components.list
system/vendor/
system/vendor/lib/
system/vendor/lib/libPVRScopeServices.so
system/vendor/lib/egl/
system/vendor/lib/egl/egl.cfg
system/vendor/lib/egl/libGLESv2_POWERVR_SGX535_121.so
system/vendor/lib/egl/libEGL_POWERVR_SGX535_121.so
system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
system/vendor/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
system/vendor/lib/libPVRScopeServices.so.1.1.17.4723
system/vendor/lib/hw/
system/vendor/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
system/vendor/lib/hw/gralloc.e660_eg20t.so
system/vendor/lib/libusc.so
system/vendor/lib/libpvrANDROID_WSEGL.so
system/vendor/lib/libglslcompiler.so
system/vendor/lib/libIMGegl.so
system/vendor/lib/libpvr2d.so
system/vendor/lib/libusc.so.1.1.17.4723
system/vendor/lib/libIMGegl.so.1.1.17.4723
system/vendor/lib/libpvr2d.so.1.1.17.4723
system/vendor/lib/libsrv_um.so.1.1.17.4723
system/vendor/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
system/vendor/lib/libglslcompiler.so.1.1.17.4723
system/vendor/lib/libsrv_init.so
system/vendor/lib/libsrv_um.so
system/vendor/lib/libsrv_init.so.1.1.17.4723
system/vendor/bin/
system/vendor/bin/texture_benchmark
system/vendor/bin/sgx_blit_test
system/vendor/bin/hal_client_test
system/vendor/bin/hal_server_test
system/vendor/bin/sgx_render_flip_test
system/vendor/bin/framebuffer_test
system/vendor/bin/sgx_clipblit_test
system/vendor/bin/pvrsrvinit
system/vendor/bin/pvr2d_test
system/vendor/bin/services_test
system/vendor/bin/sgx_flip_test
system/vendor/bin/testwrap
system/vendor/bin/sgx_init_test
system/lib/
system/lib/libPVRScopeServices.so
system/lib/egl/
system/lib/egl/egl.cfg
system/lib/egl/libGLESv2_POWERVR_SGX535_121.so
system/lib/egl/libEGL_POWERVR_SGX535_121.so
system/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so
system/lib/egl/libEGL_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/egl/libGLESv1_CM_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/egl/libGLESv2_POWERVR_SGX535_121.so.1.1.17.4723
system/lib/libcutils.so
system/lib/libsurfaceflinger_client.so
system/lib/libPVRScopeServices.so.1.1.17.4723
system/lib/libmixcommon.so
system/lib/libdl.so
system/lib/libz.so
system/lib/libwrs_omxil_intel_mrst_psb_dec.so
system/lib/libhardware_legacy.so
system/lib/libsonivox.so
system/lib/hw/
system/lib/hw/gralloc.e660_eg20t.so.1.1.17.4723
system/lib/hw/gralloc.e660_eg20t.so
system/lib/libmixvbp_mpeg4.so
system/lib/libstdc++.so
system/lib/emgd_drv_video.so
system/lib/libstagefrighthw.so
system/lib/libGLESv2.so
system/lib/libwpa_client.so
system/lib/liblog.so
system/lib/libva-android.so
system/lib/libusc.so
system/lib/libpvrANDROID_WSEGL.so
system/lib/libglslcompiler.so
system/lib/libpixelflinger.so
system/lib/libutils.so
system/lib/libGLESv1_CM.so
system/lib/libIMGegl.so
system/lib/libcamera_client.so
system/lib/libpvr2d.so
system/lib/libstagefright_color_conversion.so
system/lib/libusc.so.1.1.17.4723
system/lib/libEGL.so
system/lib/libicuuc.so
system/lib/libhardware.so
system/lib/libexpat.so
system/lib/libIMGegl.so.1.1.17.4723
system/lib/libpvr2d.so.1.1.17.4723
system/lib/libsrv_um.so.1.1.17.4723
system/lib/libmedia.so
system/lib/libpvrANDROID_WSEGL.so.1.1.17.4723
system/lib/libmixvbp_h264.so
system/lib/libnetutils.so
system/lib/libglslcompiler.so.1.1.17.4723
system/lib/libbinder.so
system/lib/libui.so
system/lib/libva.so
system/lib/libdrm.so
system/lib/libc.so
system/lib/libm.so
system/lib/libmixvbp.so
system/lib/libsrv_init.so
system/lib/libva-tpi.so
system/lib/libwrs_omxil_common.so
system/lib/libmixvideo.so
system/lib/libsrv_um.so
system/lib/libwrs_omxil_core_pvwrapped.so
system/lib/libsrv_init.so.1.1.17.4723
||<


includeの中身。
>||
hardware/intel/include$ find ./
./
./drm
./drm/drm.h
./drm/drm_mode.h
./drm/drm_sarea.h
./linux
./linux/rfkill.h
./linux/rar
./linux/rar/memrar.h
./linux/caif
./linux/caif/caif_config.h
./linux/caif/caif_socket.h
./linux/caif/caif_ioctl.h
./eurasia
./eurasia/pvr2d
./eurasia/pvr2d/pvr2d.h
./eurasia/pvr2d/pvr_android.h
./sound
./sound/intel_sst_ioctl.h
./sound/intel_lpe.h
||<


libdrmの中身。
>||
hardware/intel/libdrm$ find ./
./
./Android.mk
./configure
./Makefile.in
./libdrm.pc.in
./Makefile.am
./shared-core
./shared-core/drm.h
./shared-core/drm_mode.h
./shared-core/i915_drm.h
./shared-core/savage_drm.h
./shared-core/mga_drm.h
./shared-core/Makefile.in
./shared-core/Makefile.am
./shared-core/xgi_drm.h
./shared-core/r128_drm.h
./shared-core/mach64_drm.h
./shared-core/via_3d_reg.h
./shared-core/r300_reg.h
./shared-core/via_drm.h
./shared-core/drm_sarea.h
./shared-core/nouveau_drm.h
./shared-core/sis_drm.h
./shared-core/radeon_drm.h
./README
./config.guess
./ltmain.sh
./depcomp
./tests
./tests/drmtest.c
./tests/gem_mmap.c
./tests/drmstat.c
./tests/setversion.c
./tests/modetest
./tests/modetest/Makefile.in
./tests/modetest/Makefile.am
./tests/modetest/modetest.c
./tests/getstats.c
./tests/Makefile.in
./tests/Makefile.am
./tests/updatedraw.c
./tests/getclient.c
./tests/gem_flink.c
./tests/dristat.c
./tests/gem_readwrite.c
./tests/modeprint
./tests/modeprint/Makefile.in
./tests/modeprint/Makefile.am
./tests/modeprint/modeprint.c
./tests/gem_basic.c
./tests/drmtest.h
./tests/openclose.c
./tests/getversion.c
./configure.ac
./missing
./install-sh
./libdrm
./libdrm/Makefile.in
./libdrm/Makefile.am
./libdrm/libdrm_lists.h
./libdrm/TODO
./libdrm/radeon
./libdrm/radeon/radeon_cs_space.c
./libdrm/radeon/radeon_track.h
./libdrm/radeon/Makefile.in
./libdrm/radeon/radeon_track.c
./libdrm/radeon/Makefile.am
./libdrm/radeon/radeon_bo.h
./libdrm/radeon/libdrm_radeon.pc.in
./libdrm/radeon/radeon_bo_gem.c
./libdrm/radeon/radeon_bo_gem.h
./libdrm/radeon/radeon_cs.h
./libdrm/radeon/radeon_cs_gem.h
./libdrm/radeon/radeon_cs_gem.c
./libdrm/xf86drm.c
./libdrm/nouveau
./libdrm/nouveau/nouveau_channel.h
./libdrm/nouveau/nouveau_class.h
./libdrm/nouveau/libdrm_nouveau.pc.in
./libdrm/nouveau/Makefile.in
./libdrm/nouveau/Makefile.am
./libdrm/nouveau/nouveau_pushbuf.c
./libdrm/nouveau/nouveau_notifier.h
./libdrm/nouveau/nouveau_device.c
./libdrm/nouveau/nouveau_private.h
./libdrm/nouveau/nouveau_device.h
./libdrm/nouveau/nouveau_notifier.c
./libdrm/nouveau/nouveau_resource.c
./libdrm/nouveau/nouveau_bo.c
./libdrm/nouveau/nouveau_grobj.c
./libdrm/nouveau/nouveau_pushbuf.h
./libdrm/nouveau/nouveau_drmif.h
./libdrm/nouveau/nouveau_grobj.h
./libdrm/nouveau/nouveau_resource.h
./libdrm/nouveau/nouveau_bo.h
./libdrm/nouveau/nouveau_channel.c
./libdrm/xf86drmHash.c
./libdrm/xf86drmMode.c
./libdrm/ChangeLog
./libdrm/intel
./libdrm/intel/mm.h
./libdrm/intel/Makefile.in
./libdrm/intel/intel_bufmgr_priv.h
./libdrm/intel/Makefile.am
./libdrm/intel/intel_chipset.h
./libdrm/intel/intel_bufmgr.h
./libdrm/intel/intel_bufmgr.c
./libdrm/intel/mm.c
./libdrm/intel/intel_bufmgr_gem.c
./libdrm/intel/intel_bufmgr_fake.c
./libdrm/config.h.in
./libdrm/xf86drmSL.c
./libdrm/xf86drm.h
./libdrm/xf86drmMode.h
./libdrm/xf86drmRandom.c
./aclocal.m4
./libdrm_intel.pc.in
./config.sub
||<
Android.mk。
>||
hardware/intel/libdrm$ cat Android.mk
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

common_SRC_FILES := \
libdrm/libdrm_lists.h \
libdrm/xf86drm.c \
libdrm/xf86drmHash.c \
libdrm/xf86drmRandom.c \
libdrm/xf86drmMode.c \
libdrm/xf86drmSL.c \


ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
endif

common_CFLAGS := -W -g -DPLATFORM_ANDROID

common_C_INCLUDES +=\
    $(TOPDIR)hardware/intel/include/drm

LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)

LOCAL_COPY_HEADERS := libdrm/xf86drm.h libdrm/xf86drmMode.h

LOCAL_MODULE := libdrm
LOCAL_MODULE_TAGS := optional

ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif

include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)

common_SRC_FILES := tests/dristat.c

common_CFLAGS := -W -g -DPLATFORM_ANDROID

common_C_INCLUDES +=\
    $(TOPDIR)hardware/intel/include/drm \
    $(LOCAL_PATH)/libdrm

LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)

LOCAL_MODULE := dristat
LOCAL_MODULE_TAGS := optional

ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif

include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)

common_SRC_FILES := tests/drmstat.c

common_CFLAGS := -W -g -DPLATFORM_ANDROID

common_C_INCLUDES +=\
    $(TOPDIR)hardware/intel/include/drm

LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_SHARED_LIBRARIES := libdrm
LOCAL_MODULE := drmstat
LOCAL_MODULE_TAGS := optional

ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
LOCAL_CFLAGS += -DUSTL_ANDROID_X86
endif

include $(BUILD_EXECUTABLE)
||<


libvaのAndroid.mk。
>||
hardware/intel/libva$ cat Android.mk
# Recursive call sub-folder Android.mk
#

 include $(call all-subdir-makefiles)
||<
ディレクトリ以下のものを呼んでいるだけ。
>||
hardware/intel/libva$ find ./
./
./COPYING
./Android.mk
./libva.pc.in
./libva-x11.pc.in
./Makefile.am
./libva-egl.pc.in
./dummy_drv_video
./dummy_drv_video/object_heap.c
./dummy_drv_video/dummy_drv_video.c
./dummy_drv_video/Makefile.am
./dummy_drv_video/dummy_drv_video.h
./dummy_drv_video/object_heap.h
./build
./build/gen_version.sh
./va
./va/va_fool_getframe.c
./va/va_x11.h
./va/Android.mk
./va/va_version.h
./va/va_backend.h
./va/dummy
./va/va_tpi.h
./va/Makefile.am
./va/va_fool.h
./va/va_trace.c
./va/va_tpi.c
./va/va_backend_tpi.h
./va/va_trace.h
./va/va_version.h.in
./va/egl
./va/egl/Makefile.am
./va/egl/va_egl.c
./va/egl/va_backend_egl.h
./va/egl/va_egl.h
./va/va_dummy.h
./va/va.c
./va/glx
./va/glx/va_glx.h
./va/glx/Makefile.am
./va/glx/va_glx_impl.c
./va/glx/va_glx_impl.h
./va/glx/va_glx_private.h
./va/glx/va_glx.c
./va/glx/va_backend_glx.h
./va/va_fool.c
./va/android
./va/android/drmtest.c
./va/android/va_android.cpp
./va/android/Makefile.am
./va/android/va_dummy.c
./va/android/drmtest.h
./va/x11
./va/x11/va_dri2tokens.h
./va/x11/va_dri.c
./va/x11/va_dricommon.h
./va/x11/va_dristr.h
./va/x11/dri2_util.c
./va/x11/va_dri2str.h
./va/x11/va_dri2.h
./va/x11/va_dri.h
./va/x11/va_dri2.c
./va/x11/Makefile.am
./va/x11/dri1_util.c
./va/x11/va_nvctrl.h
./va/x11/va_fglrx.h
./va/x11/va_dricommon.c
./va/x11/va_fglrx.c
./va/x11/va_x11.c
./va/x11/va_nvctrl.c
./va/config.h
./va/va.h
./va/va_android.h
./va/sysdeps.h
./style_unify
./libva.spec
./libva-glx.pc.in
./debian
./debian/libva1.install
./debian/dirs
./debian/compat
./debian/libva1.dirs
./debian/docs
./debian/libva1.substvars
./debian/changelog
./debian/control
./debian/files
./debian/README.Debian
./debian/copyright
./debian/libva-dev.install
./debian/rules
./debian/libva-dev.substvars
./debian/libva-dev.dirs
./autogen.sh
./test
./test/Android.mk
./test/encode
./test/encode/Android.mk
./test/encode/h264encode.c
./test/encode/Makefile.am
./test/encode/loadsurface.h
./test/encode/h264encode_android.cpp
./test/Makefile.am
./test/decode
./test/decode/Android.mk
./test/decode/mpeg2vldemo.c
./test/decode/mpeg2-I.m2v
./test/decode/Makefile.am
./test/decode/mpeg2vldemo_android.cpp
./test/decode/mpeg2-I.gif
./test/basic
./test/basic/testplan.txt
./test/basic/test_08.c
./test/basic/Android.mk
./test/basic/test.c
./test/basic/test_04.c
./test/basic/Makefile.am
./test/basic/test_09.c
./test/basic/test_02.c
./test/basic/test_android.c
./test/basic/test_07.c
./test/basic/test_06.c
./test/basic/test_11.c
./test/basic/test_05.c
./test/basic/test_x11.c
./test/basic/test_03.c
./test/basic/test_common.c
./test/basic/test_01.c
./test/basic/test_10.c
./test/putsurface
./test/putsurface/Android.mk
./test/putsurface/Makefile.am
./test/putsurface/putsurface.c
./test/putsurface/loadsurface.h
./test/putsurface/putsurface-android.cpp
./configure.ac
./libva-tpi.pc.in
./i965_drv_video
./i965_drv_video/shaders
./i965_drv_video/shaders/Makefile.am
./i965_drv_video/shaders/mpeg2
./i965_drv_video/shaders/mpeg2/Makefile.am
./i965_drv_video/shaders/mpeg2/vld
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/addidct.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_addidct.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/Makefile.am
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/motion_field_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/field_motion_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4a
./i965_drv_video/shaders/mpeg2/vld/motion_frame_y.g4i
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4b
./i965_drv_video/shaders/mpeg2/vld/do_iq_non_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y1_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_intra.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4a
./i965_drv_video/shaders/mpeg2/vld/read_frame_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/motion_field_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/iq_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/iq_non_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/null.g4a
./i965_drv_video/shaders/mpeg2/vld/field_motion_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4b
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x0y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4a
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/idct.g4i
./i965_drv_video/shaders/mpeg2/vld/lib.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/read_field_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_bidirect.g4a
./i965_drv_video/shaders/mpeg2/vld/read_frame_x0y0_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y0_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_bidirect.g4b
./i965_drv_video/shaders/mpeg2/vld/field_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/field_bidirect.g4b.gen5
./i965_drv_video/shaders/mpeg2/vld/do_iq_intra.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_frame_pred_backward.g4a
./i965_drv_video/shaders/mpeg2/vld/field_forward.g4b
./i965_drv_video/shaders/mpeg2/vld/frame_intra.g4a
./i965_drv_video/shaders/mpeg2/vld/field_backward_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/read_field_x0y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/field_bidirect_16x8.g4b
./i965_drv_video/shaders/mpeg2/vld/motion_frame_uv.g4i
./i965_drv_video/shaders/mpeg2/vld/field_read_x1y1_y.g4i
./i965_drv_video/shaders/mpeg2/vld/frame_field_pred_backward.g4b.gen5
./i965_drv_video/shaders/gpp.py
./i965_drv_video/shaders/h264
./i965_drv_video/shaders/h264/mc
./i965_drv_video/shaders/h264/mc/EndIntraThread.asm
./i965_drv_video/shaders/h264/mc/recon_C_4x4.asm
./i965_drv_video/shaders/h264/mc/loadRef_C_6x3.asm
./i965_drv_video/shaders/h264/mc/writeRecon_Y_16x8.asm
./i965_drv_video/shaders/h264/mc/SetupForHWMC.asm
./i965_drv_video/shaders/h264/mc/SetHWScoreboard_header.inc
./i965_drv_video/shaders/h264/mc/save_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/AllAVCField.asm
./i965_drv_video/shaders/h264/mc/scoreboard_restore_AS.asm
./i965_drv_video/shaders/h264/mc/null.g4b.gen5
./i965_drv_video/shaders/h264/mc/Intra_PCM.asm
./i965_drv_video/shaders/h264/mc/AllAVCMBAFF.asm
./i965_drv_video/shaders/h264/mc/inter_Header.inc
./i965_drv_video/shaders/h264/mc/interpolate_Y_4x4.asm
./i965_drv_video/shaders/h264/mc/weightedPred.asm
./i965_drv_video/shaders/h264/mc/avc_mc.g4b.gen5
./i965_drv_video/shaders/h264/mc/DCResetDummy.asm
./i965_drv_video/shaders/h264/mc/scoreboard_start_inter.asm
./i965_drv_video/shaders/h264/mc/scoreboard_update.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_8x8_Y.asm
./i965_drv_video/shaders/h264/mc/writeRecon_YC.asm
./i965_drv_video/shaders/h264/mc/Decode_Chroma_Intra.asm
./i965_drv_video/shaders/h264/mc/scoreboard.asm
./i965_drv_video/shaders/h264/mc/initialize_MBPara.asm
./i965_drv_video/shaders/h264/mc/Makefile.am
./i965_drv_video/shaders/h264/mc/scoreboard_save_AS.asm
./i965_drv_video/shaders/h264/mc/add_Error_UV.asm
./i965_drv_video/shaders/h264/mc/interpolate_C_4x4.asm
./i965_drv_video/shaders/h264/mc/BSDReset.asm
./i965_drv_video/shaders/h264/mc/Intra_funcLib.asm
./i965_drv_video/shaders/h264/mc/AllAVC_Build.inc
./i965_drv_video/shaders/h264/mc/Scoreboard_header.inc
./i965_drv_video/shaders/h264/mc/null.g4b
./i965_drv_video/shaders/h264/mc/SetHWScoreboard.asm
./i965_drv_video/shaders/h264/mc/save_8x8_Y.asm
./i965_drv_video/shaders/h264/mc/recon_Y_8x8.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_4x4_Y_4.asm
./i965_drv_video/shaders/h264/mc/scoreboard_MBAFF.asm
./i965_drv_video/shaders/h264/mc/interpolate_Y_8x8.asm
./i965_drv_video/shaders/h264/mc/save_4x4_Y.asm
./i965_drv_video/shaders/h264/mc/HwmcOnlyHeader.inc
./i965_drv_video/shaders/h264/mc/Intra_8x8.asm
./i965_drv_video/shaders/h264/mc/AllAVC_Export.inc
./i965_drv_video/shaders/h264/mc/scoreboard_start_intra.asm
./i965_drv_video/shaders/h264/mc/intra_Header.inc
./i965_drv_video/shaders/h264/mc/AVCMCInter.asm
./i965_drv_video/shaders/h264/mc/loadRef_Y_16x13.asm
./i965_drv_video/shaders/h264/mc/SetHWScoreboard_MBAFF.asm
./i965_drv_video/shaders/h264/mc/loadRef_Y_16x9.asm
./i965_drv_video/shaders/h264/mc/writeRecon_C_8x4.asm
./i965_drv_video/shaders/h264/mc/export.inc.gen5
./i965_drv_video/shaders/h264/mc/Intra_16x16.asm
./i965_drv_video/shaders/h264/mc/save_I_PCM.asm
./i965_drv_video/shaders/h264/mc/add_Error_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/intra_Pred_Chroma.asm
./i965_drv_video/shaders/h264/mc/Intra_4x4.asm
./i965_drv_video/shaders/h264/mc/null.g4a
./i965_drv_video/shaders/h264/mc/set_SB_offset.asm
./i965_drv_video/shaders/h264/mc/list
./i965_drv_video/shaders/h264/mc/save_8x8_UV.asm
./i965_drv_video/shaders/h264/mc/scoreboard_sip.asm
./i965_drv_video/shaders/h264/mc/chromaMVAdjust.asm
./i965_drv_video/shaders/h264/mc/interpolate_C_2x2.asm
./i965_drv_video/shaders/h264/mc/roundShift_C_4x4.asm
./i965_drv_video/shaders/h264/mc/export.inc
./i965_drv_video/shaders/h264/mc/AllIntra.asm
./i965_drv_video/shaders/h264/mc/avc_mc.g4b
./i965_drv_video/shaders/h264/mc/loadRef_C_10x5.asm
./i965_drv_video/shaders/h264/mc/AllAVCFrame.asm
./i965_drv_video/shaders/h264/mc/intra_pred_16x16_Y.asm
./i965_drv_video/shaders/h264/mc/AllAVC.asm
./i965_drv_video/shaders/h264/mc/load_Intra_Ref_Y.asm
./i965_drv_video/shaders/h264/mc/load_Intra_Ref_UV.asm
./i965_drv_video/shaders/h264/mc/header.inc
./i965_drv_video/shaders/h264/Makefile.am
./i965_drv_video/shaders/h264/ildb
./i965_drv_video/shaders/h264/ildb/writeURB_UV_Child.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_Right_Most_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_v.asm
./i965_drv_video/shaders/h264/ildb/save_Left_UV_8x2T.asm
./i965_drv_video/shaders/h264/ildb/writeURB_Y_Child.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Luma_Core_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_OpenGateway.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_UV.asm
./i965_drv_video/shaders/h264/ildb/SetupVPKernel.asm
./i965_drv_video/shaders/h264/ildb/TransposeNV12_4x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Y.asm
./i965_drv_video/shaders/h264/ildb/save_Left_Y_16x4T.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_8x8T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_16x16.asm
./i965_drv_video/shaders/h264/ildb/load_Top_UV_8x2.asm
./i965_drv_video/shaders/h264/ildb/load_Left_Y_4x16T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x16.asm
./i965_drv_video/shaders/h264/ildb/Makefile.am
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_CloseGateway.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_UV_h.asm
./i965_drv_video/shaders/h264/ildb/load_Left_UV_2x8T.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_22DW.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data.asm
./i965_drv_video/shaders/h264/ildb/loadNV12_16x16T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Mbaff_Y.asm
./i965_drv_video/shaders/h264/ildb/load_Top_Y_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_ForwardMsg.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_Right_Most_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Chroma_Core_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Dep_Check.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_Y_v.asm
./i965_drv_video/shaders/h264/ildb/loadNV12_16x4.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_Right_Most_4x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_Y_h.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Left_UV_2x8.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_UV.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_Right_Most_4x16.asm
./i965_drv_video/shaders/h264/ildb/writeURB.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_2x8.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_UV_8x8T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Luma_Core.asm
./i965_drv_video/shaders/h264/ildb/Root_Undefs.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_h.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Left_Y_4x16.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_Y_4x16.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_16DW.asm
./i965_drv_video/shaders/h264/ildb/save_Top_UV_8x2.asm
./i965_drv_video/shaders/h264/ildb/TransposeNV12_16x16.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Field_Y.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_Y_16x16.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_Y_16x16_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Top_UV_8x2_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/load_Left_UV_2x8T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Spawn.asm
./i965_drv_video/shaders/h264/ildb/load_Top_Y_16x4_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Left_UV_8x2T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Mbaff_UV.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_16x16T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Field_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_UV_v.asm
./i965_drv_video/shaders/h264/ildb/Transpose_Cur_UV_8x8.asm
./i965_drv_video/shaders/h264/ildb/ILDB_header.inc
./i965_drv_video/shaders/h264/ildb/load_Left_Y_4x16T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Field_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_LumaThrdLimit.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Y_v.asm
./i965_drv_video/shaders/h264/ildb/load_Cur_Y_16x16T.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_UV_8x8.asm
./i965_drv_video/shaders/h264/ildb/Child_Undefs.inc
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_SpawnChild.asm
./i965_drv_video/shaders/h264/ildb/save_Top_Y_16x4_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/load_Top_UV_8x2_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Cur_UV_8x8_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/save_Left_Y_16x4T_Mbaff.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x4T.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Field_Y.asm
./i965_drv_video/shaders/h264/ildb/Load_ILDB_Cntrl_Data_64DW.asm
./i965_drv_video/shaders/h264/ildb/save_Top_Y_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Root_Mbaff_Y.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Mbaff_UV.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Filter_Y_h.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Chroma_Core.asm
./i965_drv_video/shaders/h264/ildb/saveNV12_16x4.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_Child_Y.asm
./i965_drv_video/shaders/h264/ildb/AVC_ILDB_SpawnChromaRoot.asm
./i965_drv_video/shaders/post_processing
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.g6b
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.g6b
./i965_drv_video/shaders/post_processing/null.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.g6b
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.asm
./i965_drv_video/shaders/post_processing/Makefile.am
./i965_drv_video/shaders/post_processing/nv12_dndi_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.asm
./i965_drv_video/shaders/post_processing/null.g4b
./i965_drv_video/shaders/post_processing/Core_Kernels
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI_Hist_Save.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_NV11.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI_Hist_Save.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_SetupFirstBlock.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_NV12.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI_SAVE_PA.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_Scaling.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DNDI_COMMAND.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_Unpack_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_DN_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL3_AVS_IEF_Unpack_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_IEF.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/Scaling.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_PL3.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG_UVCopy_P208.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Sample.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/DI.inc
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DNDI_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_DNDI_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/RGB_AVS_IEF_Unscramble_16x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL2_AVS_IEF_8x4.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_Unpack_8x8.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/PL_DN_ALG.asm
./i965_drv_video/shaders/post_processing/Core_Kernels/AVS_SetupSecondBlock.asm
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.asm
./i965_drv_video/shaders/post_processing/nv12_scaling_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/Common
./i965_drv_video/shaders/post_processing/Common/PL8x8_PL8x4.inc
./i965_drv_video/shaders/post_processing/Common/undefall.inc
./i965_drv_video/shaders/post_processing/Common/common.inc
./i965_drv_video/shaders/post_processing/Common/Multiple_Loop_Head.asm
./i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB.asm
./i965_drv_video/shaders/post_processing/Common/PL9x8_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/NV11_Load_4x8.asm
./i965_drv_video/shaders/post_processing/Common/SetupVPKernel.asm
./i965_drv_video/shaders/post_processing/Common/PA_Load_9x8.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_Y416.inc
./i965_drv_video/shaders/post_processing/Common/PL8x8_PL8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_IMC3.asm
./i965_drv_video/shaders/post_processing/Common/AYUV_Load_16x8.asm
./i965_drv_video/shaders/post_processing/Common/P208_Load_8x8.asm
./i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/Expansion.inc
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_8x5.asm
./i965_drv_video/shaders/post_processing/Common/PL16x8_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/PL2_Load.inc
./i965_drv_video/shaders/post_processing/Common/NV12_Load_8x5.asm
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_8x4.asm
./i965_drv_video/shaders/post_processing/Common/NV12_Load_8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL5x8_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/PL4x8_Save_NV11.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB16.inc
./i965_drv_video/shaders/post_processing/Common/PA_Load_8x8.asm
./i965_drv_video/shaders/post_processing/Common/AYUV_Load_16x8.inc
./i965_drv_video/shaders/post_processing/Common/NV12_Load_9x5.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_Y416.asm
./i965_drv_video/shaders/post_processing/Common/PL3_Load.inc
./i965_drv_video/shaders/post_processing/Common/PL8x5_PL8x8.asm
./i965_drv_video/shaders/post_processing/Common/Multiple_Loop.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_IMC3.inc
./i965_drv_video/shaders/post_processing/Common/NV11_Load_5x8.asm
./i965_drv_video/shaders/post_processing/Common/P208_Load_9x8.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_PA.inc
./i965_drv_video/shaders/post_processing/Common/PL4x8_Save_NV11.inc
./i965_drv_video/shaders/post_processing/Common/PL16x8_PL8x4.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_P208.asm
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB.inc
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_NV12.inc
./i965_drv_video/shaders/post_processing/Common/RGB16x8_Save_RGB16.asm
./i965_drv_video/shaders/post_processing/Common/RGB_Pack.asm
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_PA.asm
./i965_drv_video/shaders/post_processing/Common/readSampler16x1.asm
./i965_drv_video/shaders/post_processing/Common/PL8x4_Save_NV12.asm
./i965_drv_video/shaders/post_processing/Common/PA_Load.inc
./i965_drv_video/shaders/post_processing/Common/PL8x8_Save_P208.inc
./i965_drv_video/shaders/post_processing/Common/PL9x5_PL16x8.asm
./i965_drv_video/shaders/post_processing/Common/IMC3_Load_9x5.asm
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.asm
./i965_drv_video/shaders/post_processing/nv12_avs_nv12.g6b
./i965_drv_video/shaders/post_processing/null.g4a
./i965_drv_video/shaders/post_processing/null.g6a
./i965_drv_video/shaders/post_processing/nv12_load_save_nv12.g4b.gen5
./i965_drv_video/shaders/post_processing/null.g6b
./i965_drv_video/shaders/render
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4a
./i965_drv_video/shaders/render/exa_wm_src_affine.g4b
./i965_drv_video/shaders/render/exa_wm_affine.g4i
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4b.gen5
./i965_drv_video/shaders/render/Makefile.am
./i965_drv_video/shaders/render/exa_wm_src_affine.g6b
./i965_drv_video/shaders/render/exa_wm_write.g4b
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g6b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g6b
./i965_drv_video/shaders/render/exa_wm_src_affine.g6a
./i965_drv_video/shaders/render/exa_wm_xy.g4a
./i965_drv_video/shaders/render/exa_sf.g4b
./i965_drv_video/shaders/render/exa_wm_write.g4a
./i965_drv_video/shaders/render/exa_wm.g4i
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4a
./i965_drv_video/shaders/render/exa_wm_write.g4b.gen5
./i965_drv_video/shaders/render/exa_sf.g4a
./i965_drv_video/shaders/render/exa_wm_src_affine.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_xy.g4b.gen5
./i965_drv_video/shaders/render/exa_sf.g4b.gen5
./i965_drv_video/shaders/render/exa_wm_src_affine.g4a
./i965_drv_video/shaders/render/exa_wm_xy.g4b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4b
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g4b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g4a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g6b
./i965_drv_video/shaders/render/exa_wm_write.g6b
./i965_drv_video/shaders/render/exa_wm_yuv_rgb.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_planar.g6a
./i965_drv_video/shaders/render/exa_wm_src_sample_argb.g4b
./i965_drv_video/shaders/render/exa_wm_write.g6a
./i965_drv_video/object_heap.c
./i965_drv_video/gen6_mfd.h
./i965_drv_video/i965_render.h
./i965_drv_video/i965_media_mpeg2.h
./i965_drv_video/i965_render.c
./i965_drv_video/Makefile.am
./i965_drv_video/intel_driver.h
./i965_drv_video/intel_driver.c
./i965_drv_video/i965_media.h
./i965_drv_video/intel_batchbuffer.c
./i965_drv_video/i965_avc_ildb.c
./i965_drv_video/i965_media_h264.h
./i965_drv_video/i965_media_h264.c
./i965_drv_video/i965_media.c
./i965_drv_video/intel_batchbuffer.h
./i965_drv_video/i965_media_mpeg2.c
./i965_drv_video/i965_avc_bsd.c
./i965_drv_video/gen6_mfd.c
./i965_drv_video/i965_avc_ildb.h
./i965_drv_video/i965_avc_hw_scoreboard.h
./i965_drv_video/i965_post_processing.h
./i965_drv_video/i965_avc_bsd.h
./i965_drv_video/intel_memman.c
./i965_drv_video/i965_defines.h
./i965_drv_video/intel_batchbuffer_dump.c
./i965_drv_video/i965_drv_video.h
./i965_drv_video/intel_batchbuffer_dump.h
./i965_drv_video/i965_post_processing.c
./i965_drv_video/intel_memman.h
./i965_drv_video/object_heap.h
./i965_drv_video/i965_avc_hw_scoreboard.c
./i965_drv_video/i965_drv_video.c
./i965_drv_video/i965_structs.h
||<


linux-2.6は、もちろんkernel。
>||
hardware/intel/linux-2.6$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 38
EXTRAVERSION =
NAME = Flesh-Eating Bats with Fangs
||<


androidの純正kernelとの比較をする。
>||
$ git clone git://android.linaro.org/kernel/common.git
Cloning into common...
fatal: Unable to look up android.linaro.org (port 9418) (Name or service not known)
||<
鯖が落ちて以来、kernelの提供は復旧されていなかったのだけど、まだ提供されていないのか。
しょうがないのでlinaroから。
>||
hardware/intel$ git clone git://android.git.linaro.org/kernel/common.git
Cloning into common...
remote: Counting objects: 2093116, done.
remote: Compressing objects: 100% (318659/318659), done.
remote: Total 2093116 (delta 1756266), reused 2092211 (delta 1755361)
Receiving objects: 100% (2093116/2093116), 425.28 MiB | 679 KiB/s, done.
Resolving deltas: 100% (1756266/1756266), done.

hardware/intel$ cd common/
hardware/intel/common$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/android-2.6.35
  remotes/origin/android-2.6.36
  remotes/origin/android-2.6.37
  remotes/origin/android-2.6.38
  remotes/origin/android-2.6.39
  remotes/origin/android-3.0
  remotes/origin/archive/android-2.6.25
  remotes/origin/archive/android-2.6.27
  remotes/origin/archive/android-2.6.29
  remotes/origin/archive/android-2.6.32
  remotes/origin/archive/android-gldfish-2.6.29
  remotes/origin/archive/android-goldfish-2.6.27
  remotes/origin/linux-bcm43xx-2.6.39
  remotes/origin/linux-wl12xx-2.6.39
  remotes/origin/master

hardware/intel/common$ git checkout remotes/origin/android-2.6.38
warning: refname 'remotes/origin/android-2.6.38' is ambiguous.
Checking out files: 100% (36079/36079), done.
Switched to branch 'remotes/origin/android-2.6.38'
||<
差分を取る。
>||
hardware/intel/common$ cd ..
hardware/intel$ diff --exclude=".git" --exclude=".gitignore" -Naur common/ linux-2.6/ > kernel.diff
hardware/intel$ ls -lh kernel.diff
-rw-r--r-- 1 kinneko kinneko 17M Feb  3 20:11 kernel.diff
||<
結構でかい。


バラしてみる。
>||
hardware/intel$ mkdir temp
kinneko@BuildSV:~/TSAndroidx86/TS/hardware/intel$ cd temp/
kinneko@BuildSV:~/TSAndroidx86/TS/hardware/intel/temp$ splitdiff -ad ../kernel.diff
Wrote >common__AndroidKernel.mk
Wrote >common__arch_x86_configs_i386_e660_defconfig
Wrote >common__arch_x86_configs_i386_tx7x_defconfig
Wrote >common__drivers_dma_pch_dma.c
Wrote >common__drivers_gpio_pch_gpio.c
Wrote >common__drivers_gpu_drm_Kconfig
Wrote >common__drivers_gpu_drm_Makefile
Wrote >common__drivers_gpu_drm_emgd_Kconfig
Wrote >common__drivers_gpu_drm_emgd_Makefile
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config.h
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config_default.h
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_config_helper.c
Wrote >common__drivers_gpu_drm_emgd_emgd_cfg_personality.h
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_igd_global.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_igd_init.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_cmn_init_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_tnc_init_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_core_init_tnc_micro_init_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_cmn_dsp.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_cmn_dsp_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_dsp_tnc_dsp_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_igd_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_match.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_match.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_micro_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_mode_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_cmn_vga_mode.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_clocks_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_micro_mode_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_mode_tnc_mode_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pd_cmn_pd.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_displayid.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_edid.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_i2c_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_igd_pi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_mode_table.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_pd_init_all.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_cmn_pi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_tnc_i2c_bitbash_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_display_pi_tnc_i2c_gmbus_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_bitmap_data.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_drm_emgd_private.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_drv.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_drv.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_fb.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_interface.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_mmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_emgd_test_pvrsrv.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_splash_screen.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_splash_screen.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config.h
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config_1024x600.c
Wrote >common__drivers_gpu_drm_emgd_emgd_drm_user_config_1366x768.c
Wrote >common__drivers_gpu_drm_emgd_emgd_gmm_gmm.c
Wrote >common__drivers_gpu_drm_emgd_emgd_gmm_gtt.c
Wrote >common__drivers_gpu_drm_emgd_emgd_include_cmd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_context.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_debug.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_decode.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dispatch_utils.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_displayid.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_dsp.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_edid.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_general.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_instr_common.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_intelpci.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_math_fix.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_memlist.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_memory.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_mode.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_mode_access.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_module_init.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_msvdx.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pci.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pd_init.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_pi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_psb_regs.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_rb.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_reset.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_sched.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_state2d.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_appcontext.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_cmd.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_context.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_igd_tnc_wa.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_instr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_mi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_regs.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_sgx.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_state3d.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_tnc_state3d_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_topaz.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_utils.h
Wrote >common__drivers_gpu_drm_emgd_emgd_include_vga.h
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_math_fix.c
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_memmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_oal_src_pci.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_Makefile.include
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lpd_lpd.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lpd_pd_print.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lvds_lvds.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_lvds_lvds.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo.def
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_attr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_attr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_hdmi.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_hdmi.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_intf.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_intf.h
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_port.c
Wrote >common__drivers_gpu_drm_emgd_emgd_pal_sdvo_sdvo_port.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_cmn_appcontext_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_cmn_igd_appcontext.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_appcontext_tnc_appcontext_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_cmn_igd_pwr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_cmn_pwr_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_power_tnc_pwr_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_cmn_reg.c
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_cmn_reg_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_state_reg_tnc_reg_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_math_fix.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_memmap.c
Wrote >common__drivers_gpu_drm_emgd_emgd_utils_pci.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_init.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_pvr.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_msvdx_msvdx_pvr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_igd_ovl.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_micro_ovl.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_coeff.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_coeff.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_dispatch.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_cmn_ovl_virt.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_micro_ovl_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_regs_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl2_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_regs_tnc.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc_cache.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_overlay_tnc_ovl_tnc_cache.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz.c
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz_hdr.h
Wrote >common__drivers_gpu_drm_emgd_emgd_video_topaz_topaz_init.c
Wrote >common__drivers_gpu_drm_emgd_include_android_io.h
Wrote >common__drivers_gpu_drm_emgd_include_android_memory.h
Wrote >common__drivers_gpu_drm_emgd_include_android_os_io.h
Wrote >common__drivers_gpu_drm_emgd_include_android_os_memory.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_config.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_config_default.h
Wrote >common__drivers_gpu_drm_emgd_include_cfg_personality.h
Wrote >common__drivers_gpu_drm_emgd_include_emgd_drm.h
Wrote >common__drivers_gpu_drm_emgd_include_emgd_shared.h
Wrote >common__drivers_gpu_drm_emgd_include_gart.h
Wrote >common__drivers_gpu_drm_emgd_include_igd.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_2d.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_appcontext.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_blend.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_debug.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_errno.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_gart.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_gmm.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_init.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_interrupt.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_mode.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_ovl.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pd.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pi.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_pwr.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_rb.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_render.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_reset.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_version.h
Wrote >common__drivers_gpu_drm_emgd_include_igd_vga.h
Wrote >common__drivers_gpu_drm_emgd_include_io.h
Wrote >common__drivers_gpu_drm_emgd_include_memmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_COPYING
Wrote >common__drivers_gpu_drm_emgd_pvr_INSTALL
Wrote >common__drivers_gpu_drm_emgd_pvr_README
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_bits.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_buildvars.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_commands.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_armv7-a.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_extra_config.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_features.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_paths.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_platform_version.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_android_x86.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_dridrm.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_intel.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_intel_product.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_omap4.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_common_opencl.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_config_core.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_defs.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_intel_android_Makefile
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_Makefile.template
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_external_tarball.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kbuild_kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kernel_module.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_kernel_version.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_moduledefs.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_modules.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_omap4430_android_Makefile
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_prepare_tree.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_this_makefile.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_tools_cc-check.sh
Wrote >common__drivers_gpu_drm_emgd_pvr_eurasiacon_build_linux2_toplevel.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_dbgdrvif.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_img_defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_img_types.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pdumpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvr_debug.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvrmodule.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_pvrversion.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_regpaths.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_services.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_servicesext.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgx_options.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgxapi_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_include4_sgxscript.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_linux.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_private.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_bufferclass_example_bufferclass_example_private.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_emgd_displayclass_emgd_dc_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Medfield.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Moorestown.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_Poulsbo.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb_displayclass.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_3rdparty_linux_framebuffer_drm_drmlfb_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_env_linux_pvr_drm_shared.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_kernelbuffer.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_kerneldisplay.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pdump.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvr_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvr_bridge_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvrmmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_pvrsrv_errors.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_servicesint.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgx_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgx_mkif_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_include_sgxinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_pvr_bridge.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_pvr_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_support.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_bridged_support.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_sgx_bridged_sgx_bridge.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_bridged_sgx_bridged_sgx_bridge.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_buffer_manager.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_deviceclass.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_deviceid.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_devicemem.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_handle.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_hash.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_lists.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_mem.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_mem_debug.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_metrics.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_osfunc_common.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_pdump_common.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_perproc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_power.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_pvrsrv.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_queue.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_ra.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_common_resman.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_mmu.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_mmu.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_pb.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgx_bridge_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxinfokm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxinit.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxkick.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxpower.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxreset.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxtransfer.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_devices_sgx_sgxutils.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_env_data.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_env_perproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_event.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_event.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_linkage.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_lock.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mm.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mmap.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mmap.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_module.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutex.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutex.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_mutils.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_osfunc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_osperproc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pdump.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_private_data.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_proc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_proc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_bridge_k.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_debug.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_drm.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_drm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_env_linux_pvr_uaccess.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_mnemedefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_ocpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx520defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx530defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx531defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx535defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx540defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx543_v1.164defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx543defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgx544defs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxerrata.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxfeaturedefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxmmu.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_hwdefs_sgxmpdefs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_buffer_manager.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_device.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_handle.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_hash.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_lists.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_metrics.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_osfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_osperproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_int.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_km.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_pdump_osfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_perproc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_power.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_queue.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ra.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_resman.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_services_headers.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_srvkm.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace_common.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_srvkm_include_ttrace_tokens.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_common_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_common_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sys_pvr_drm_shared.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_syscommon.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_include_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_export.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_export.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sys_pvr_drm_import.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_intel_drm_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_oemfuncs.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysconfig.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysinfo.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_syslocal.h
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysutils.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_omap4_sysutils_linux.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_tnc_sysconfig.c
Wrote >common__drivers_gpu_drm_emgd_pvr_services4_system_tnc_systnc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_client_linuxsrv.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_Kbuild.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_Linux.mk
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_dbgdriv_ioctl.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_handle.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hostfunc.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hotkey.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_hotkey.h
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_common_ioctl.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_linux_hostfunc.c
Wrote >common__drivers_gpu_drm_emgd_pvr_tools_intern_debug_dbgdriv_linux_main.c
Wrote >common__drivers_hid_hid-core.c
Wrote >common__drivers_hid_hid-ntrig.c
Wrote >common__drivers_hid_usbhid_hid-core.c
Wrote >common__drivers_i2c_busses_i2c-eg20t.c
Wrote >common__drivers_input_touchscreen_BU21020_firmware.h
Wrote >common__drivers_input_touchscreen_Kconfig
Wrote >common__drivers_input_touchscreen_Makefile
Wrote >common__drivers_input_touchscreen_bu21020.c
Wrote >common__drivers_input_touchscreen_usbtouchscreen.c
Wrote >common__drivers_misc_pch_phub.c
Wrote >common__drivers_rtc_alarm-dev.c
Wrote >common__drivers_rtc_alarm.c
Wrote >common__drivers_spi_Kconfig
Wrote >common__drivers_spi_Makefile
Wrote >common__drivers_spi_pch_spi_platform_devices.c
Wrote >common__drivers_spi_spi_topcliff_pch.c
Wrote >common__drivers_staging_Kconfig
Wrote >common__drivers_staging_Makefile
Wrote >common__drivers_staging_rtl8192cu_Kconfig
Wrote >common__drivers_staging_rtl8192cu_Makefile
Wrote >common__drivers_staging_rtl8192cu_clean
Wrote >common__drivers_staging_rtl8192cu_core_efuse_rtw_efuse.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_cmd.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_debug.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_eeprom.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ieee80211.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_io.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_query.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_rtl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_ioctl_set.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mlme.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mlme_ext.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mp.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_mp_ioctl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_p2p.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_pwrctrl.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_recv.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_rf.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_security.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_sta_mgt.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_wlan_util.c
Wrote >common__drivers_staging_rtl8192cu_core_rtw_xmit.c
Wrote >common__drivers_staging_rtl8192cu_hal_hal_init.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_cmd.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_dm.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_hal_init.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_phycfg.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_rf6052.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_rxdesc.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_rtl8192c_sreset.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_Hal8192CUHWImg.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_led.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_recv.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_rtl8192cu_xmit.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_halinit.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_ce.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_linux.c
Wrote >common__drivers_staging_rtl8192cu_hal_rtl8192c_usb_usb_ops_xp.c
Wrote >common__drivers_staging_rtl8192cu_ifcfg-wlan0
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CEHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CPhyCfg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CPhyReg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192CUHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DEHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DETestHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DPhyCfg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DPhyReg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DUHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_Hal8192DUTestHWImg.h
Wrote >common__drivers_staging_rtl8192cu_include_autoconf.h
Wrote >common__drivers_staging_rtl8192cu_include_basic_types.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_big_endian.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_generic.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_little_endian.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_swab.h
Wrote >common__drivers_staging_rtl8192cu_include_byteorder_swabb.h
Wrote >common__drivers_staging_rtl8192cu_include_circ_buf.h
Wrote >common__drivers_staging_rtl8192cu_include_cmd_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_conf.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_ce.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_linux.h
Wrote >common__drivers_staging_rtl8192cu_include_drv_types_xp.h
Wrote >common__drivers_staging_rtl8192cu_include_ethernet.h
Wrote >common__drivers_staging_rtl8192cu_include_farray.h
Wrote >common__drivers_staging_rtl8192cu_include_h2clbk.h
Wrote >common__drivers_staging_rtl8192cu_include_hal_init.h
Wrote >common__drivers_staging_rtl8192cu_include_ieee80211.h
Wrote >common__drivers_staging_rtl8192cu_include_ieee80211_ext.h
Wrote >common__drivers_staging_rtl8192cu_include_if_ether.h
Wrote >common__drivers_staging_rtl8192cu_include_ip.h
Wrote >common__drivers_staging_rtl8192cu_include_mlme_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_mp_custom_oid.h
Wrote >common__drivers_staging_rtl8192cu_include_nic_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_ce_service.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_intf.h
Wrote >common__drivers_staging_rtl8192cu_include_osdep_service.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_pci_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_recv_osdep.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_dm.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_event.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_sreset.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192c_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_dm.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_spec.h
Wrote >common__drivers_staging_rtl8192cu_include_rtl8192d_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_byteorder.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_cmd.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_debug.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_eeprom.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_efuse.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_event.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ht.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_io.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_query.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_rtl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_ioctl_set.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_led.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mlme.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mlme_ext.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp_ioctl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_mp_phy_regdef.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_p2p.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_pwrctrl.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_qos.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_recv.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_rf.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_security.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_version.h
Wrote >common__drivers_staging_rtl8192cu_include_rtw_xmit.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_ce.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_linux.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_ops_xp.h
Wrote >common__drivers_staging_rtl8192cu_include_sdio_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_sta_info.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_hal.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_ops.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_osintf.h
Wrote >common__drivers_staging_rtl8192cu_include_usb_vendor_req.h
Wrote >common__drivers_staging_rtl8192cu_include_wifi.h
Wrote >common__drivers_staging_rtl8192cu_include_wlan_bssdef.h
Wrote >common__drivers_staging_rtl8192cu_include_xmit_osdep.h
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_ioctl_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_mlme_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_os_intfs.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_pci_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_recv_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_sdio_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_usb_intf.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_linux_xmit_linux.c
Wrote >common__drivers_staging_rtl8192cu_os_dep_osdep_service.c
Wrote >common__drivers_staging_rtl8192cu_runwpa
Wrote >common__drivers_staging_rtl8192cu_wlan0dhcp
Wrote >common__drivers_tty_serial_8250_pci.c
Wrote >common__drivers_tty_serial_pch_uart.c
Wrote >common__drivers_tty_serial_serial_core.c
Wrote >common__drivers_tty_vt_vt.c
Wrote >common__drivers_usb_gadget_pch_udc.c
Wrote >common__include_linux_spi_bu21020.h
Wrote >common__kernel_cpuset.c
Wrote >common__sound_pci_hda_hda_intel.c
Wrote >common__sound_pci_hda_patch_realtek.c
||<
以外に変更点は少ない。
カニの無線ドライバまわりと、GPUのDRMドライバを除くと、ほとんど変更はない感じ。

No comments:

Post a Comment