media: allegro: remove external QP table
authorMichael Tretter <m.tretter@pengutronix.de>
Wed, 8 Sep 2021 13:03:50 +0000 (14:03 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 Oct 2021 14:57:53 +0000 (15:57 +0100)
commitc0a3753c5a608399a3e0de8a1f405d1197143c6b
tree287c28f8e6786b1fb0d25bc98d2035e599de54fd
parent436ee4b515bb9a63f68f9d1917c7df75010c251d
media: allegro: remove external QP table

The VCU allows to specify the QP per frame and coding unit. A buffer
that specifies the QP is passed via the ep2 field in the ENCODE_FRAME
message.

The driver currently does not support the external QP table. Simplify
the driver by not setting the ep2 fields at all.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/allegro-dvt/allegro-core.c