Module Name: src Committed By: riastradh Date: Sun Dec 19 11:19:33 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.c Log Message: i915: Fix drm_dev_init argument. Confusingly the parameter is named `parent' but means the struct device that corresponds to the struct pci_dev. Use pci_dev_dev here since it works in both APIs. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.