Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/external/bsd/drm2



Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 14:11:22 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c
        src/sys/external/bsd/drm2/i915drm: i915_pci.c
        src/sys/external/bsd/drm2/nouveau: nouveau_pci.c
        src/sys/external/bsd/drm2/pci: drm_pci.c
        src/sys/external/bsd/drm2/radeon: radeon_pci.c

Log Message:
Move linux_pci_dev_init into callers of drm_pci_attach.

The order in nouveau has to be

- linux_pci_dev_init
- nvkm_device_pci_new
- rest of drm_pci_attach


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/amdgpu/amdgpu_pci.c
cvs rdiff -u -r1.17 -r1.18 src/sys/external/bsd/drm2/i915drm/i915_pci.c
cvs rdiff -u -r1.15 -r1.16 src/sys/external/bsd/drm2/nouveau/nouveau_pci.c
cvs rdiff -u -r1.24 -r1.25 src/sys/external/bsd/drm2/pci/drm_pci.c
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/radeon/radeon_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index