#
c4ef309b |
| 03-Jun-2015 |
zrj <rimvydas.jasinskas@gmail.com> |
drm/radeon: Sync gpu driver code with Linux 3.11
Little to none functional change.
Use kzalloc()/kfree()/kcalloc() wrappers. Also use mb() and rmb().
Use linux compat macros: udelay, mdelay wa
drm/radeon: Sync gpu driver code with Linux 3.11
Little to none functional change.
Use kzalloc()/kfree()/kcalloc() wrappers. Also use mb() and rmb().
Use linux compat macros: udelay, mdelay wake_up printk ARRAY_SIZE ALIGN, round_up BUG, BUG_ON, BUILD_BUG_ON, WARN
While there, reduce whitespace diffs with Linux 3.11
show more ...
|
#
926deccb |
| 08-Oct-2013 |
François Tigeot <ftigeot@wolfpond.org> |
drm/radeon: Import the Radeon KMS driver from FreeBSD
* Credits for porting an updated version of this driver from Linux mainly go to Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>
* C
drm/radeon: Import the Radeon KMS driver from FreeBSD
* Credits for porting an updated version of this driver from Linux mainly go to Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>
* Compatibility layer for running 32-bit applications on 64-bit systems left out
Additional credits from the FreeBSD import message:
This driver is based on Linux 3.8 and a previous effort by kan@.
More informations about this project can be found on the FreeBSD wiki: https://wiki.freebsd.org/AMD_GPU
Help from: kib@, kan@ Tested by: avg@, kwm@, ray@, Alexander Yerenkow <yerenkow@gmail.com>, Anders Bolt-Evensen <andersbo87@me.com>, Denis Djubajlo <stdedjub@googlemail.com>, J.R. Oldroyd <fbsd@opal.com>, Mikaël Urankar <mikael.urankar@gmail.com>, Pierre-Emmanuel Pédron <pepcitron@gmail.com>, Sam Fourman Jr. <sfourman@gmail.com>, Wade <wade-is-great@live.com>, (probably other I forgot...) HW donations: kyzh, Yakaz
show more ...
|