Re: [PATCH v4] drm: Remove drm_mode_config::fb_base

2022-10-21 Thread Lyude Paul
For the nouveau bits: Reviewed-by: Lyude Paul On Tue, 2022-10-18 at 22:43 -0400, Zack Rusin wrote: > From: Zack Rusin > > v4: Fix issue spotted by the kernel test robot > > The fb_base in struct drm_mode_config has been unused for a long time. > Some drivers set it and some don't leading to

Re: [PATCH v4] drm: Remove drm_mode_config::fb_base

2022-10-19 Thread Laurent Pinchart
On Tue, Oct 18, 2022 at 10:43:50PM -0400, Zack Rusin wrote: > From: Zack Rusin > > v4: Fix issue spotted by the kernel test robot > > The fb_base in struct drm_mode_config has been unused for a long time. > Some drivers set it and some don't leading to a very confusing state > where the

[PATCH v4] drm: Remove drm_mode_config::fb_base

2022-10-18 Thread Zack Rusin
From: Zack Rusin v4: Fix issue spotted by the kernel test robot The fb_base in struct drm_mode_config has been unused for a long time. Some drivers set it and some don't leading to a very confusing state where the variable can't be relied upon, because there's no indication as to which driver