commit | b1f201980eb4a7a59277a13cf18acdbb46167ad5 | [log] [tgz] |
---|---|---|
author | James Simmons <jsimmons@infradead.org> | Wed Apr 07 15:06:21 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Apr 08 10:09:50 2010 +1000 |
tree | 7c10f2ed19e731db08db035686077e64d953a1aa | |
parent | 4abe35204af82a018ca3ce6db4102aa09719698e [diff] |
drm/fb: remove drm_fb_helper_setcolreg This patch is against the drm-fbdevfix1 branch. It removes the drm_fb_helper_setcolreg function. The reason is that fb_setcolreg is only used in the case where fb_setcmap is called and no fb_ops->fb_setcmap is used. In the drm case we always need a fb_setcmap hook to handle multiple crtcs so we don't need a fb_setcolreg hook. Please apply. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Dave Airlie <airlied@redhat.com>