Re: [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

2021-01-18 Thread Thomas Zimmermann
Hi Am 18.01.21 um 15:56 schrieb Daniel Vetter: On Mon, Jan 18, 2021 at 3:40 PM Thomas Zimmermann wrote: Hi Am 18.01.21 um 14:50 schrieb Christian König: Hi Thomas, this patch unfortunately completely broke amdgpu. See the splat below: [ 74.553881] ==

Re: [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

2021-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2021 at 3:40 PM Thomas Zimmermann wrote: > > Hi > > Am 18.01.21 um 14:50 schrieb Christian König: > > Hi Thomas, > > > > this patch unfortunately completely broke amdgpu. > > > > See the splat below: > > > > [ 74.553881] > > ===

Re: [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

2021-01-18 Thread Thomas Zimmermann
Hi Am 18.01.21 um 14:50 schrieb Christian König: Hi Thomas, this patch unfortunately completely broke amdgpu. See the splat below: [   74.553881] == [   74.554060] BUG: KASAN: null-ptr-deref in drm_pci_set_busid+0x38/0x100 [drm

Re: [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

2021-01-18 Thread Christian König
Hi Thomas, this patch unfortunately completely broke amdgpu. See the splat below: [   74.553881] == [   74.554060] BUG: KASAN: null-ptr-deref in drm_pci_set_busid+0x38/0x100 [drm] [   74.554393] Read of size 4 at addr 00

[PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

2021-01-07 Thread Thomas Zimmermann
Using struct drm_device.pdev is deprecated. Convert amdgpu to struct drm_device.dev. No functional changes. v3: * rebased Signed-off-by: Thomas Zimmermann Acked-by: Christian König Acked-by: Alex Deucher Acked-by: Sam Ravnborg Cc: Alex Deucher Cc: Christian König --- drivers/gpu/dr