Re: [PATCH 6/6] drm/amdgpu: Make struct drm_driver const

2020-11-05 Thread Luben Tuikov
On 2020-11-05 10:36, Daniel Vetter wrote: > On Wed, Nov 04, 2020 at 11:04:25AM +0100, Daniel Vetter wrote: >> From: Luben Tuikov >> >> Make the definition of struct drm_driver >> a constant, to follow the latest developments >> in the DRM layer. >> >> Signed-off-by: Luben Tuikov >> [danvet: Rebas

Re: [PATCH 6/6] drm/amdgpu: Make struct drm_driver const

2020-11-05 Thread Daniel Vetter
On Wed, Nov 04, 2020 at 11:04:25AM +0100, Daniel Vetter wrote: > From: Luben Tuikov > > Make the definition of struct drm_driver > a constant, to follow the latest developments > in the DRM layer. > > Signed-off-by: Luben Tuikov > [danvet: Rebase onto devm_drm_dev_alloc patch and drop the frees

[PATCH 6/6] drm/amdgpu: Make struct drm_driver const

2020-11-04 Thread Daniel Vetter
From: Luben Tuikov Make the definition of struct drm_driver a constant, to follow the latest developments in the DRM layer. Signed-off-by: Luben Tuikov [danvet: Rebase onto devm_drm_dev_alloc patch and drop the freesync ioctl line again that escaped from internal trees.] Signed-off-by: Daniel V