Commit c3f50051 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

gma500: The 2D code is now also device independent



Rename

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 657839ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \
+2 −2
Original line number Diff line number Diff line
@@ -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);