From: Boram Park Date: Mon, 29 Dec 2014 11:57:38 +0000 (+0900) Subject: disable neon things X-Git-Tag: accepted/tizen/mobile/20141230.073131~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e3c3742debcf87c2f73ecef85eeced1d51f5234;p=platform%2Fadaptation%2Fsamsung_exynos%2Fxf86-video-exynos.git disable neon things "-mfpu=neon -mfloat-abi=softfp" is already included in project configuration Change-Id: If370433eed45e109708607fb947dbfe00ba7c22e --- diff --git a/packaging/xf86-video-exynos.spec b/packaging/xf86-video-exynos.spec index e3cde65..9d19383 100644 --- a/packaging/xf86-video-exynos.spec +++ b/packaging/xf86-video-exynos.spec @@ -34,7 +34,7 @@ This package provides the driver for the Samsung display device exynos rm -rf %{buildroot} %autogen --disable-static --enable-dri3 \ - CFLAGS="${CFLAGS} -Wall -mfpu=neon -DNO_CRTC_MODE -DPRESENT_SWAP -mfloat-abi=softfp" LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed" + CFLAGS="${CFLAGS} -Wall -DNO_CRTC_MODE -DPRESENT_SWAP" LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed" make %{?jobs:-j%jobs} diff --git a/src/Makefile.am b/src/Makefile.am index c8626b2..baf6e33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,12 +57,6 @@ AM_CFLAGS += -I@top_srcdir@/src/debug # memory/sec_memory_flush.c #AM_CFLAGS += -I@top_srcdir@/src/memory -# neon -exynos_drv_la_SOURCES += \ - neon/memcpy_neon.s \ - neon/copy_area.c -AM_CFLAGS += -I@top_srcdir@/src/neon - # ipp exynos_drv_la_SOURCES += \ ipp/sec_drm_ipp.c \ diff --git a/src/accel/sec_exa_g2d.c b/src/accel/sec_exa_g2d.c index 0c1f790..1c0786e 100644 --- a/src/accel/sec_exa_g2d.c +++ b/src/accel/sec_exa_g2d.c @@ -34,7 +34,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "sec_layer.h" #include "exa.h" #include "fbpict.h" -#include "neonmem.h" #include "g2d/fimg2d.h" #define DO(x) ((x.bDo==DO_DRAW_NONE)?"SKIP": \ diff --git a/src/accel/sec_exa_sw.c b/src/accel/sec_exa_sw.c index 59d0a87..3b6c757 100644 --- a/src/accel/sec_exa_sw.c +++ b/src/accel/sec_exa_sw.c @@ -34,7 +34,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "sec_layer.h" #include "exa.h" #include "fbpict.h" -#include "neonmem.h" typedef struct {