diff options
author | Wyatt Wood <[email protected]> | 2020-04-17 14:10:23 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-04-22 18:11:48 -0400 |
commit | a42c1ed50aafc29efa54ddb0524c86b1697ff13a (patch) | |
tree | 539569a49ecd33eea51da6448c4579dc09a55ad2 /scripts/gdb/linux/utils.py | |
parent | af031f078aeae3c6179a4618ce1aa8eda861ee10 (diff) |
drm/amd/display: Convert memory from cpu to fw endianness correctly
[Why]
Current code does not guarantee the correct endianness of memory being
copied to fw, specifically in the case where cpu isn't little endian.
[How]
Windows and Diags are always little endian, so we define a macro that
does nothing. Linux already defines this macro and will do the correct
endianness conversion.
Signed-off-by: Wyatt Wood <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Anthony Koo <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions