Skip to content

am62x/am62p: Update GPU libs to include YV12 -> NV12 swap

Mattijs Korpershoek requested to merge mkorpershoek/ddk-rebuild into ti-android-14

The binaries from commit 69443d14 ("am62p: Add Prebuilts GPU libs") were not build from 1050558238cf ("android: gralloc: buffer_generic: default to NV12").

Because of that, gralloc was still allocating YV12 by default, breaking the CSI camera use case.

Rebuild all the needed binaries based on: d65580a278f1 ("tools/pvrhwpd: use OUT_DIR for generated perfetto includes")

Fixes: 69443d14 ("am62p: Add Prebuilts GPU libs") Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Rebuild based on:

Merge request reports