Quoting Thomas Zimmermann (2021-01-18 13:14:17)
Using struct drm_device.pdev is deprecated. Convert i915 to struct drm_device.dev. No functional changes.
This needs to be before or in the previous patch, as that patch removed assignment of i915->drm.pdev.
Or the removal of the assignment moved to the end as a separate patch. That makes more sense. -Chris