Skip to content

am62{p,x}: rgx_um_am62{p,x}: disable carveout for am62x

Mattijs Korpershoek requested to merge mkorpershoek/carveout-fix-var into ti-android-14

AM62X does not have carveout memory support but the gralloc implementation still attempts to use it when the GRALLOC_USAGE_HW_VIDEO_{DECODER,ENCODER} flags are passed:

  E DMABUFHEAPS: No ion heap of name carveout_video exists
  E IMGAidlAllocator: allocateOneBuffer:75 Failed to gralloc_device_alloc_img
  E GraphicBufferAllocator: Failed to allocate (1024 x 768) layerCount 1 format 1 usage 10303: 1

Disable carveout for AM62x (keep it enabled for AM62P)

Build from: 69ec97b3eb5e ("android: add PVR_ANDROID_HAS_DMABUF_CARVEOUT feature flag")

Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Build from:

Edited by Mattijs Korpershoek

Merge request reports