From: Archit Taneja Date: Wed, 22 Jul 2015 09:27:57 +0000 (+0530) Subject: drm/fb_helper: Create a wrapper for unlink_framebuffer X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47074ab7951c1fcfc3ff637eb8401c3a71272057;p=pandora-kernel.git drm/fb_helper: Create a wrapper for unlink_framebuffer Some drm drivers call unlink_framebuffer. 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. v2: - Added kerneldocs - Added a check for non-NULL fb_helper before proceeding. This will make the helpers work when we have a module param for fbdev emulation Signed-off-by: Archit Taneja Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed