Skip to content

wrap: ignore ION buffers for kgsl_ioclt_gpuobj_info

Danylo Piliaiev requested to merge Danil/freedreno:fix/ignore-ion-buffers into master

We don't track ION buffers so we aren't be able to find them; however IOCTL_KGSL_GPUOBJ_INFO could be called with ION buffer.

Makes libwrap not crash on OpenCL examples from QualcommOpenCLSDKNote repo (https://github.com/willhua/QualcommOpenCLSDKNote/).

Merge request reports