configs: Drop V4L2 camera and codec drivers from bcmrpi3_defconfig#3030
Conversation
They rely on mmal_vchiq, which in turn wants vc-sm-cma. vc-sm-cma needs some attention for 64 bit, so drop it for now. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
Temporarily solves #3024 for Pi3. |
|
For some values of "Solves". |
|
I'm working on vc-sm-cma still, so will address 64bit support when I get there. It's not just the cache ioctls - mmal_vchiq can't see some of the functions exported from vc-sm-cma for some reason. I suspect it's related to vc-sm-cma being a bool vs module. Too much black magic in there for a bear of very little brain. |
|
@pelwell should we remove V4L2 for |
|
arm64/bcm2711_defconfig hasn't been a supported platform, therefore not building isn't a regression. I know what the issue is with vc-sm-cma. It's working but not quite in a shape to push. |
|
I agree, but the "solved" comment points to an issue that is raised against RPI4 which uses |
|
Earlier comment updated. |
|
Thanks @pelwell . I really appreciate it. |
Regression in linux-raspberrypi, vc-sm-cma doesn't build for arm64 currently. see: raspberrypi/linux#3030 see: raspberrypi/linux@9d1deec
See: raspberrypi/linux@9d1deec raspberrypi/linux#3024 raspberrypi/linux#3030 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
See: raspberrypi/linux@9d1deec raspberrypi/linux#3024 raspberrypi/linux#3030 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
See: raspberrypi/linux@9d1deec raspberrypi/linux#3024 raspberrypi/linux#3030 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
See: raspberrypi/linux@9d1deec raspberrypi/linux#3024 raspberrypi/linux#3030 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
They rely on mmal_vchiq, which in turn wants vc-sm-cma.
vc-sm-cma needs some attention for 64 bit, so drop it for now.
Signed-off-by: Dave Stevenson dave.stevenson@raspberrypi.org