From: Archit Taneja Date: Fri, 31 Jul 2015 10:51:41 +0000 (+0530) Subject: drm/fb_helper: Create wrappers for fb_sys_read/write funcs X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb1a82e5608fd6511940d27c231f0f4e2495b04;p=pandora-kernel.git drm/fb_helper: Create wrappers for fb_sys_read/write funcs 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 directly, in order to make fbdev emulation a top level drm option. v3: - Fix kerneldoc errors v2: - Added kerneldocs - Follow the drm way of aligning of arguments in func definitions - Remove unnecessary checks for non NULL fb_info Signed-off-by: Archit Taneja Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed