[PATCH v3 10/24] drm/omap: Use new drm_fb_helper functions

2015-08-20 Thread Tomi Valkeinen
On 31/07/15 13:51, Archit Taneja wrote: > Use the newly created wrapper drm_fb_helper functions instead of calling > core fbdev functions directly. They also simplify the fb_info creation. > > v3: > - Update error handling for new drm_fb_helper funcs. Check using IS_ERR() > instead of checking

[PATCH v3 10/24] drm/omap: Use new drm_fb_helper functions

2015-08-01 Thread Laurent Pinchart
Hi Archit, Thank you for the patch. On Friday 31 July 2015 16:21:48 Archit Taneja wrote: > Use the newly created wrapper drm_fb_helper functions instead of calling > core fbdev functions directly. They also simplify the fb_info creation. > > v3: > - Update error handling for new drm_fb_helper fu

[PATCH v3 10/24] drm/omap: Use new drm_fb_helper functions

2015-07-31 Thread Archit Taneja
Use the newly created wrapper drm_fb_helper functions instead of calling core fbdev functions directly. They also simplify the fb_info creation. v3: - Update error handling for new drm_fb_helper funcs. Check using IS_ERR() instead of checking for NULL. Reported-by: Dan Carpenter v2: - No chan