Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ef65a6e5 authored by Petar Sivenov's avatar Petar Sivenov
Browse files

msm: camera: Fix inconsistent behavior of VFE_READ_DMI_64BIT



VFE_READ_DMI_64BIT behavior is not consistent with VFE_WRITE_DMI_64BIT
The latter accepts array of 64bit values as an input to write to HW,
while the former reads the data from hw into two separate arrays - one
for the hi words and one for the low words.
This patch makes read consistent with write - it will read data in one
64bit array.

Change-Id: Iac8b46ca0893705b0e4b1713e78225dc3eb430ad
Signed-off-by: default avatarPetar Sivenov <psiven@codeaurora.org>
parent 14a5d3a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment