Re: [PATCH 00/15] amdgpu: remove load and unload callbacks (v3)

2020-04-08 Thread Alex Deucher
On Wed, Apr 8, 2020 at 3:38 AM Thomas Zimmermann wrote: > > Hi Alex > > Am 07.02.20 um 20:50 schrieb Alex Deucher: > > These are deprecated and the drm will soon start warning when drivers still > > use them. It was a long and twisty road, but seems to work. > > Are you going to convert radeon as

Re: [PATCH 00/15] amdgpu: remove load and unload callbacks (v3)

2020-04-08 Thread Thomas Zimmermann
Hi Alex Am 07.02.20 um 20:50 schrieb Alex Deucher: > These are deprecated and the drm will soon start warning when drivers still > use them. It was a long and twisty road, but seems to work. Are you going to convert radeon as well? It's the only remaining KMS driver that uses load. Best regards

Re: [PATCH 00/15] amdgpu: remove load and unload callbacks (v3)

2020-02-10 Thread Thomas Zimmermann
Hi Am 07.02.20 um 20:50 schrieb Alex Deucher: > These are deprecated and the drm will soon start warning when drivers still > use them. It was a long and twisty road, but seems to work. > > v2: Add additional patch (13/15) which should fix the crash reported by > Thomas Zimmermann. > v3: Fix dp

[PATCH 00/15] amdgpu: remove load and unload callbacks (v3)

2020-02-07 Thread Alex Deucher
These are deprecated and the drm will soon start warning when drivers still use them. It was a long and twisty road, but seems to work. v2: Add additional patch (13/15) which should fix the crash reported by Thomas Zimmermann. v3: Fix dp aux registration harder, add missing kconfig guard Alex De