Switch back from DMABUF to ION/BLOB allocator
Revert of the following changes: I70af757f5 conf: change a group about dma_heap for video codec Id4fc2f04b uses dmabufheap on codec2 I090f0491f disable to use BLOB allocator Bug: 182312949 Test: boot without DMABUF failures Change-Id: Ibeb05a1341c15a206b8c1d2b9c9765769f6472e1
This commit is contained in:
parent
75657e2f0e
commit
f35c9cb038
3 changed files with 5 additions and 8 deletions
|
@ -168,7 +168,7 @@ BOARD_USE_CSC_FILTER := false
|
|||
BOARD_USE_DEC_SW_CSC := true
|
||||
BOARD_USE_ENC_SW_CSC := true
|
||||
BOARD_SUPPORT_MFC_ENC_RGB := true
|
||||
BOARD_USE_BLOB_ALLOCATOR := false
|
||||
BOARD_USE_BLOB_ALLOCATOR := true
|
||||
########################
|
||||
|
||||
BOARD_SUPER_PARTITION_SIZE := 8531214336
|
||||
|
|
|
@ -190,9 +190,9 @@
|
|||
/dev/dma_heap/farawimg-secure 0444 system graphics
|
||||
/dev/dma_heap/tui 0444 system graphics
|
||||
/dev/dma_heap/tui-uncached 0444 system graphics
|
||||
/dev/dma_heap/vframe-secure 0444 system drmrpc
|
||||
/dev/dma_heap/video_system 0444 system drmrpc
|
||||
/dev/dma_heap/video_system-uncached 0444 system drmrpc
|
||||
/dev/dma_heap/vframe-secure 0444 system graphics
|
||||
/dev/dma_heap/video_system 0444 system graphics
|
||||
/dev/dma_heap/video_system-uncached 0444 system graphics
|
||||
/dev/dma_heap/vscaler-secure 0444 system graphics
|
||||
/dev/dma_heap/vstream-secure 0444 system drmrpc
|
||||
/dev/dma_heap/vstream-secure 0444 system graphics
|
||||
/dev/dma_heap/sensor_direct_heap 0444 system graphics
|
||||
|
|
|
@ -720,9 +720,6 @@ PRODUCT_PACKAGES += \
|
|||
libExynosC2Vp9Dec \
|
||||
libExynosC2Vp9Enc
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
debug.c2.use_dmabufheaps=1
|
||||
|
||||
# 2. OpenMAX IL
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs101/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue