git: drm: Store PCI device information in a struct pci_dev

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Jan 10 03:07:22 PST 2016


commit ccebb33f8b21906e1e00b6d461a1384c2bc604e0
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Jan 10 11:40:42 2016 +0100

    drm: Store PCI device information in a struct pci_dev
    
    Reducing differences with Linux

Summary of changes:
 sys/dev/drm/drm_drv.c               | 10 +++-------
 sys/dev/drm/i915/i915_dma.c         |  8 +-------
 sys/dev/drm/include/drm/drmP.h      |  5 -----
 sys/dev/drm/radeon/radeon_irq_kms.c | 28 ++++++++++++++--------------
 sys/dev/drm/radeon/radeon_kms.c     |  3 ---
 5 files changed, 18 insertions(+), 36 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ccebb33f8b21906e1e00b6d461a1384c2bc604e0


-- 
DragonFly BSD source repository



More information about the Commits mailing list