Skip to content

Commit

Permalink
Initial Support for Exynos7870
Browse files Browse the repository at this point in the history
Change-Id: I84c8ead0b94e9d2c018c9be4a243326d1c627ff6
(cherry picked from commit 04f2b84)
  • Loading branch information
DarkLord1731 authored and Stricted committed Oct 20, 2018
1 parent ef5444f commit cbcf314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libexynosdisplay/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7870 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down
2 changes: 1 addition & 1 deletion libhwc/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7870 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down
2 changes: 1 addition & 1 deletion libhwcutils/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7870 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down
2 changes: 1 addition & 1 deletion libvideocodec/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq ($(BOARD_USE_HEVC_HWIP), true)
LOCAL_CFLAGS += -DUSE_HEVC_HWIP
endif

ifneq ($(filter exynos5422 exynos5430 exynos5433 exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos5422 exynos5430 exynos5433 exynos7420 exynos7580 exynos7870 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DNEW_API
endif

Expand Down

0 comments on commit cbcf314

Please sign in to comment.