Compiling my video drivers generate the following error:
xilinx-dma.h:51: return container_of(e->pipe, struct xvip_pipeline, pipe);
Found that the following line is removed from the struct media_entity {} defined in ./media/media-entity.h
int stream_count; struct media_pipeline *pipe; In kernel version 6.1.55 (Build in ARM64 architecture)
The video driver is compiled ok under kernel version 5.15.0-131. (Build in x86_64 architecture)
I am wondering the reason of removing *pipe, and how to resolve it?
Thank you, Tiger