Re: [PATCH 03/25] drm/fb_helper: Create wrappers for fb_sys_read/write funcs

2015-07-13 Thread Archit Taneja
On 07/13/2015 01:01 PM, Daniel Vetter wrote: On Mon, Jul 13, 2015 at 12:07:59PM +0530, Archit Taneja wrote: Some drm drivers populate their fb_ops with fb_sys_read/write fb sysfs ops. Create a drm_fb_helper function that wraps around these calls. This is part of an effort to prevent drm

Re: [PATCH 03/25] drm/fb_helper: Create wrappers for fb_sys_read/write funcs

2015-07-13 Thread Daniel Vetter
On Mon, Jul 13, 2015 at 12:07:59PM +0530, Archit Taneja wrote: Some drm drivers populate their fb_ops with fb_sys_read/write fb sysfs ops. Create a drm_fb_helper function that wraps around these calls. This is part of an effort to prevent drm drivers from calling fbdev functions

Re: [PATCH 03/25] drm/fb_helper: Create wrappers for fb_sys_read/write funcs

2015-07-13 Thread Daniel Vetter
On Mon, Jul 13, 2015 at 12:07:59PM +0530, Archit Taneja wrote: Some drm drivers populate their fb_ops with fb_sys_read/write fb sysfs ops. Create a drm_fb_helper function that wraps around these calls. This is part of an effort to prevent drm drivers from calling fbdev functions