drm/radeon: Add radeon_ucode.c. Support new firmware format.
commitcb7546087ddefb1697601b0648ef67e9197fb453
authorImre Vadász <imre@vdsz.com>
Sat, 23 Jan 2016 18:05:38 +0000 (23 19:05 +0100)
committerImre Vadász <imre@vdsz.com>
Sat, 23 Jan 2016 18:06:24 +0000 (23 19:06 +0100)
tree43dec90d9bac30ed6a5aa560a84910bddb7e3262
parent477eb7f9b36d138314225b3b077de1c692e5e1a8
drm/radeon: Add radeon_ucode.c. Support new firmware format.

* This is just further synchronizing to Linux 3.18.

* Add le32_to_cpup macro to drm_os_linux.h.

* Use __DECONST in container_of usages in radeon_ucode.c to make it build.
sys/conf/files
sys/dev/drm/include/drm/drm_os_linux.h
sys/dev/drm/radeon/Makefile
sys/dev/drm/radeon/ci_smc.c
sys/dev/drm/radeon/cik.c
sys/dev/drm/radeon/cik_sdma.c
sys/dev/drm/radeon/radeon.h
sys/dev/drm/radeon/radeon_kms.c
sys/dev/drm/radeon/radeon_ucode.c [new file with mode: 0644]
sys/dev/drm/radeon/si.c
sys/dev/drm/radeon/si_smc.c