From: Archit Taneja Date: Fri, 31 Jul 2015 10:51:42 +0000 (+0530) Subject: drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742547b73d27e7bce2d0dd0f1b95692436f30950;p=pandora-kernel.git drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs drm drivers that emulate fbdev populate their fb_fillrect, fb_copyarea and fb_imageblit fb_ops with the help of cfb_* or sys_* fbdev core helper functions. Create drm_fb_helper functions that wrap 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: - Fixed 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