commit 71187b1614d7db25546d190b21b0f4831851a371
Author: François Tigeot <[email protected]>
Date: Fri Nov 25 09:06:16 2016 +0100
drm/linux: Improve request_firmware() compatibility
request_firmware() takes a pointer to a Linux struct device as
third parameter.
Summary of changes:
sys/dev/drm/include/linux/firmware.h | 6 +++++-
sys/dev/drm/radeon/cik.c | 36 ++++++++++++++++++------------------
sys/dev/drm/radeon/ni.c | 10 +++++-----
sys/dev/drm/radeon/r100.c | 2 +-
sys/dev/drm/radeon/r600.c | 8 ++++----
sys/dev/drm/radeon/radeon_uvd.c | 2 +-
sys/dev/drm/radeon/radeon_vce.c | 2 +-
sys/dev/drm/radeon/si.c | 26 +++++++++++++-------------
8 files changed, 48 insertions(+), 44 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/71187b1614d7db25546d190b21b0f4831851a371
--
DragonFly BSD source repository