Re: [PATCH 12/25] drm/tegra: Use new drm_fb_helper functions

2015-07-14 Thread Thierry Reding
On Mon, Jul 13, 2015 at 12:08:08PM +0530, Archit Taneja wrote: [...] diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c [...] @@ -224,11 +224,11 @@ static int tegra_fbdev_probe(struct drm_fb_helper *helper, if (IS_ERR(bo)) return PTR_ERR(bo); -

Re: [PATCH 12/25] drm/tegra: Use new drm_fb_helper functions

2015-07-14 Thread Archit Taneja
On 07/14/2015 02:20 PM, Thierry Reding wrote: On Mon, Jul 13, 2015 at 12:08:08PM +0530, Archit Taneja wrote: [...] diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c [...] @@ -224,11 +224,11 @@ static int tegra_fbdev_probe(struct drm_fb_helper *helper, if