commit | 34be8c9af7b8728465963740fc11136ae90dfc36 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 18 11:13:53 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jul 22 15:57:12 2013 -0400 |
tree | 507be978a890dc152df26f11f64e13bf6bc1bbe5 | |
parent | 3e3e53f86bee87bb14474213c879595605e35112 [diff] |
drm/radeon: fix endian issues with DP handling (v3) 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