drm/i915: rename intel_fb.c to intel_fbdev.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Oct 2013 15:44:49 +0000 (17:44 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 11 Oct 2013 21:37:33 +0000 (23:37 +0200)
This file is all about the legacy fbdev support. If we want to extract
framebuffer functions, we better put those into a separate file.

Also rename functions accordingly, only two have used the intel_fb_
prefix anyway.

Reviewed-by: Chon Ming Lee <chon.ming.lee@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found