mirror of https://gitee.com/openkylin/linux.git
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:
parent
657839ba30
commit
c3f5005164
|
@ -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 \
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue