diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-11-22 15:42:35 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-11-23 15:18:42 +0200 |
commit | a857a150e13d71abdc0b321984f08bd0a173a3b2 (patch) | |
tree | 153217a31f82d941735103b197a2baf0af43db2c /src/ipa/raspberrypi/controller/rpi/lux.cpp | |
parent | 1bcb7539dfcc2dde9745a9637c0a4132de34a9d4 (diff) |
pipeline: raspberrypi: Remove enum BuffferMask from the mojom interface
The BufferMask enum provides a way of identifying which stream a frame buffer
belongs to. This enum is defined in the raspberrypi.mojom interface file.
However, the IPA does not need these enum definitions to mmap buffers that it
uses.
Move this enum out of the raspberrypi.mojom interface file and put it into
the RPi namespace visible only to the pipeline handler. This removes the
need to include the auto-generated IPA interface header in the RPi::Stream
definition.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/raspberrypi/controller/rpi/lux.cpp')
0 files changed, 0 insertions, 0 deletions