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

Skip to content
Commit 14fd49aa authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Improve the CFF memory dump functions



kgsl_cffdump_setmem really wanted to be a memset clone but it
was reading in what was essentially a 8 bit char and writing
a 32 bit dword with the end result being that the data written
in the CFF wasn't matching the data written to memory. On top of
this the CFF code really went out of its way to try
handle unaligned sizes but it only prints memory data in dword
increments. Remove the extra code and just print the incoming
memory in dword groups as nature intends.

Change-Id: Ic0dedbad846866bc4fef5ff4c71bfd66720c03cd
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent b7d3647f
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