git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3e53f
)
drm/radeon: fix endian issues with DP handling (v3)
author
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2013 15:13:53 +0000
(11:13 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 22 Jul 2013 19:57:12 +0000
(15:57 -0400)
The atom interpreter expects data in LE format, so
swap the message buffer as apprioriate.
v2: properly handle non-dw aligned byte counts.
v3: properly handle remainder
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Dong He <hedonghust@gmail.com>
Cc: stable@vger.kernel.org
No differences found