Hello, I develop custom AOSP builds for Moto G54 5G. There is some Vulkan issue related to PowerVR drivers. I have also tested Vulkan on Android 14 QPR2, QP3 and 14 Beta DSU on my Motorola G54 as the Stock Vendor has passed VTS by the manufacturer for sure. Seem like the Vulkan is broken and Iām getting Display Corruption like screen on Vulkan testing app. It is happening on games like Roblox too.
The logs look like
07-26 12:43:58.302 3607 3630 E IMGSRV : :1501: GrallocTestAlloc: Invalid color format (56)
07-26 12:43:58.302 3607 363 E IMGSRV : :219: Invalid BufferDescriptorInfo
07-26 12:43:58.302 3607 3630 E IMGSRV : :220: width ā 1
07-26 12:43:58.302 3607 3630 E IMGSRV : :221: height ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :222: format ā 56
07-26 12:43:58.303 3607 3630 E IMGSRV : :223: usage ā 0x0b00
07-26 12:43:58.303 3607 3630 E IMGSRV : :1501: GrallocTestAlloc: Invalid color format (59)
07-26 12:43:58.303 3607 3630 E IMGSRV : :219: Invalid BufferDescriptorInfo
07-26 12:43:58.303 3607 3630 E IMGSRV : :220: width ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :221: height ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :222: format ā 59
07-26 12:43:58.303 3607 3630 E IMGSRV : :223: usage ā 0x0b00
07-26 12:43:58.303 3607 3630 E IMGSRV : :1501: GrallocTestAlloc: Invalid color format (56)
07-26 12:43:58.303 3607 3630 E IMGSRV : :219: Invalid BufferDescriptorInfo
07-26 12:43:58.303 3607 3630 E IMGSRV : :220: width ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :221: height ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :222: format ā 56
07-26 12:43:58.303 3607 3630 E IMGSRV : :223: usage ā 0x0b00
07-26 12:43:58.303 3607 3630 E IMGSRV : :1501: GrallocTestAlloc: Invalid color format (59)
07-26 12:43:58.303 3607 3630 E IMGSRV : :219: Invalid BufferDescriptorInfo
07-26 12:43:58.303 1553 1573 D CompatibilityChangeReporter: Compat change id reported: 214016041; UID 10121; state: ENABLED
07-26 12:43:58.303 3607 3630 E IMGSRV : :220: width ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :221: height ā 1
07-26 12:43:58.303 3607 3630 E IMGSRV : :222: format ā 59
07-26 12:43:58.303 3607 3630 E IMGSRV : :223: usage ā 0x0b00
I would like some help regarding it on how or what modification is required on the AOSP source for the matter.