git: drm: Sync device initialization code with Linux
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Thu Nov 21 13:07:39 PST 2019
commit 55f3230c3b1cc10a41d86841e8e94b8cbc6ea343
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Thu Nov 21 22:05:10 2019 +0100
drm: Sync device initialization code with Linux
* Driver initialization is now done with drm_dev_alloc()
and drm_dev_init(), like on Linux
* Remove now useless drm_probe, drm_attach and drm_load() functions
* Radeon PCI IDs no longer have a custom format
Summary of changes:
sys/dev/drm/drm_drv.c | 177 +----
sys/dev/drm/drm_fops.c | 2 -
sys/dev/drm/i915/i915_dma.c | 5 -
sys/dev/drm/i915/i915_drv.c | 109 ++-
sys/dev/drm/include/asm/atomic64_64.h | 2 +
sys/dev/drm/include/drm/drmP.h | 1 -
sys/dev/drm/include/drm/drm_pciids.h | 1410 ++++++++++++++++-----------------
sys/dev/drm/radeon/radeon_drv.c | 69 +-
8 files changed, 841 insertions(+), 934 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55f3230c3b1cc10a41d86841e8e94b8cbc6ea343
--
DragonFly BSD source repository
More information about the Commits
mailing list