summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil+cisco@kernel.org>2026-07-10 13:07:31 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2026-07-17 10:14:03 +0200
commit67d95987201591a91067a3e49ebef265fd968df6 (patch)
tree98c549139d85f03450d1c505d4ba999c36ee6e45 /include/uapi
parent0c138a5d5045f06618ff581f7a65f3149c033902 (diff)
downloadlinux-67d95987201591a91067a3e49ebef265fd968df6.tar.gz
linux-67d95987201591a91067a3e49ebef265fd968df6.zip
media: cec/core: handle core events like normal events
Currently there is a distinction between core events (CEC_EVENT_STATE_CHANGE and CEC_EVENT_LOST_MSGS) and other events. The core events do not require memory allocations, so are a bit faster, but they are also limited to just a single event: if a new event comes in, then that replaces the old one. It's all overly complicated, and with only one state change event it is easy to miss state changes. So just drop that optimization, and allow for up to 3 state change events. Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions