Skip to content

Commit

Permalink
gma500: The 2D code is now also device independent
Browse files Browse the repository at this point in the history
Rename

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 657839b commit c3f5005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/gma500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions drivers/staging/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c3f5005

Please sign in to comment.