drm/i915: Remove reference to struct drm_device.pdev
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 29 Apr 2021 10:50:59 +0000 (12:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 29 Apr 2021 19:19:10 +0000 (21:19 +0200)
commit9dc2524351c25d4480561ac6b74b66072de527fb
tree1d81b3e60bddebc6cf777177a59f4c12d0e9f90f
parent97c463b258edaa67f066913dfb25224c78a8d9b4
drm/i915: Remove reference to struct drm_device.pdev

References to struct drm_device.pdev should not be used any longer as
the field will be moved into the struct's legacy section. Fix a rsp
comment.

v8:
* fix commit message (Michael)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210429105101.25667-4-tzimmermann@suse.de
drivers/gpu/drm/i915/intel_runtime_pm.h