Re: [PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev

2021-04-29 Thread Thomas Zimmermann
- wilson.co.uk Cc: lkp ; intel-...@lists.freedesktop.org; dri- de...@lists.freedesktop.org; Thomas Zimmermann ; Dave Airlie Subject: [PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev Using struct drm_device.pdev is deprecated. Upcast with to_pci_dev() from struct drm_device.dev to

RE: [PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev

2021-04-29 Thread Ruhl, Michael J
o.uk >Cc: lkp ; intel-...@lists.freedesktop.org; dri- >de...@lists.freedesktop.org; Thomas Zimmermann >; Dave Airlie >Subject: [PATCH v8 1/5] drm/ast: Remove reference to struct >drm_device.pdev > >Using struct drm_device.pdev is deprecated. Upcast with to_pci_dev() >from struct d

[PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev

2021-04-29 Thread Thomas Zimmermann
Using struct drm_device.pdev is deprecated. Upcast with to_pci_dev() from struct drm_device.dev to get the PCI device structure. Signed-off-by: Thomas Zimmermann Fixes: ba4e0339a6a3 ("drm/ast: Fixed CVE for DP501") Cc: KuoHsiang Chou Cc: kernel test robot Cc: Thomas Zimmermann Cc: Dave Airlie