Kernel Tree For Xiaomi 11 Lite NE 5G
Go to file
Aniket Masule 1a50269424 msm: vidc: Add state check to allow flush command
Entry field from clock data structure gets initialized with
codec data during state transition from MSM_VIDC_CORE_INIT_DONE
to MSM_VIDC_OPEN. When flush is called before this transaction,
it calls msm_clock_data_reset where mentioned field is getting
accessed, which results in uninitialized data access. Add state
check to ensure the command is handled in right sequence.

Change-Id: Ic98221cbfe465415d89a0e2891f8af65f584f1dc
Signed-off-by: Aniket Masule <amasule@codeaurora.org>
2019-05-15 12:57:58 -07:00
config techpack: video: Video driver kernel project initial snapshot 2019-05-02 22:31:44 -07:00
msm msm: vidc: Add state check to allow flush command 2019-05-15 12:57:58 -07:00
Makefile techpack: video: Video driver kernel project initial snapshot 2019-05-02 22:31:44 -07:00
vid.c techpack: video: add makefile for video driver 2019-05-01 22:46:31 -07:00