Re: [PATCH 13/24] drm/tegra: tegra_fb -> drm_framebuffer

2018-05-17 Thread Thierry Reding
On Thu, May 17, 2018 at 02:11:16PM +0100, Daniel Stone wrote: > Hi Thierry, > > On 30 March 2018 at 15:11, Daniel Stone wrote: > > Since tegra_fb is now the same as drm_framebuffer, we can just replace > > the type completely. > > > > Signed-off-by: Daniel Stone > > Cc: Thierry Reding > > Cc: l

Re: [PATCH 13/24] drm/tegra: tegra_fb -> drm_framebuffer

2018-05-17 Thread Daniel Stone
Hi Thierry, On 30 March 2018 at 15:11, Daniel Stone wrote: > Since tegra_fb is now the same as drm_framebuffer, we can just replace > the type completely. > > Signed-off-by: Daniel Stone > Cc: Thierry Reding > Cc: linux-te...@vger.kernel.org Did this still need some more testing, or is it OK t

[PATCH 13/24] drm/tegra: tegra_fb -> drm_framebuffer

2018-03-30 Thread Daniel Stone
Since tegra_fb is now the same as drm_framebuffer, we can just replace the type completely. Signed-off-by: Daniel Stone Cc: Thierry Reding Cc: linux-te...@vger.kernel.org --- drivers/gpu/drm/tegra/drm.h | 6 +- drivers/gpu/drm/tegra/fb.c | 34 ++ 2 files ch