drm/radeon: fix endian swapping in vbios fetch for tdp table
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Nov 2014 00:17:02 +0000 (19:17 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Dec 2014 23:55:39 +0000 (15:55 -0800)
commit9a7bbd79e955a599506cee3a3bea8882a28b9859
tree449b26deb2fe9c45e7d8f4fa8250ec0ad3fcadb3
parent3cde58c5e0144cd740ad1a044e127b87d924e1a4
drm/radeon: fix endian swapping in vbios fetch for tdp table

commit 28731d5818ae25b92d1fb82fe0ac196e97102c1b upstream.

Value needs to be swapped on BE.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/r600_dpm.c