gma500: The 2D code is now also device independent

Rename

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Alan Cox 2011-07-05 15:41:29 +01:00 committed by Greg Kroah-Hartman
parent 657839ba30
commit c3f5005164
3 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
ccflags-y += -Iinclude/drm
psb_gfx-y += gem_glue.o \
accel_2d.o \
backlight.o \
power.o \
framebuffer.o \
psb_drv.o \
psb_gem.o \
psb_2d.o \
psb_gtt.o \
psb_intel_bios.o \
psb_intel_opregion.o \

View File

@ -732,13 +732,13 @@ extern void mdfld_disable_te(struct drm_device *dev, int pipe);
extern int psb_intel_opregion_init(struct drm_device *dev);
/*
*psb_fb.c
* framebuffer.c
*/
extern int psbfb_probed(struct drm_device *dev);
extern int psbfb_remove(struct drm_device *dev,
struct drm_framebuffer *fb);
/*
* psb_2d.c
* accel_2d.c
*/
extern void psbfb_copyarea(struct fb_info *info,
const struct fb_copyarea *region);