]> asedeno.scripts.mit.edu Git - linux.git/commit
media: vicodec: Add support for resolution change event.
authorDafna Hirschfeld <dafna3@gmail.com>
Mon, 21 Jan 2019 11:46:18 +0000 (09:46 -0200)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sat, 26 Jan 2019 11:09:28 +0000 (09:09 -0200)
commit3b15f68e19c28a76d175f61943a8c23224afce93
tree9c9e867c3ce69c50385b8f03bf9c06c1d92b066a
parentddc1b085275144a80260b5062fa341a503b4495c
media: vicodec: Add support for resolution change event.

If the the queues are not streaming then the first resolution
change is handled in the buf_queue callback.
The following resolution change events are handled in job_ready.

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil-cisco@xs4all.nl: wrap info_from_header prototype]
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vicodec/vicodec-core.c