[PATCH RESEND v2 15/25] drm/gma500: Use new drm_fb_helper functions

2015-07-22 Thread Patrik Jakobsson
On Wed, Jul 22, 2015 at 11:28 AM, 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. > > v2: > - removed unused variable 'device' in psbfb_create > > Cc: Patrik Jakobsson > Cc:

[PATCH RESEND v2 15/25] drm/gma500: Use new drm_fb_helper functions

2015-07-22 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. v2: - removed unused variable 'device' in psbfb_create Cc: Patrik Jakobsson Cc: Daniel Vetter Signed-off-by: Archit Taneja ---