gma500: move framebuffer file

The framebuffer code is now clean of device specific code, and passes
checkpatch. Move it to its new name

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:11 +01:00 committed by Greg Kroah-Hartman
parent 1ff6d5fe7c
commit 657839ba30
8 changed files with 9 additions and 10 deletions

View File

@ -6,9 +6,9 @@ ccflags-y += -Iinclude/drm
psb_gfx-y += gem_glue.o \
backlight.o \
power.o \
framebuffer.o \
psb_drv.o \
psb_gem.o \
psb_fb.o \
psb_2d.o \
psb_gtt.o \
psb_intel_bios.o \

View File

@ -36,7 +36,7 @@
#include "psb_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
#include "psb_fb.h"
#include "framebuffer.h"
#include "mdfld_output.h"

View File

@ -19,8 +19,8 @@
*
*/
#ifndef _PSB_FB_H_
#define _PSB_FB_H_
#ifndef _FRAMEBUFFER_H_
#define _FRAMEBUFFER_H_
#include <linux/version.h>
#include <drm/drmP.h>

View File

@ -24,7 +24,7 @@
* Eric Anholt <eric@anholt.net>
*/
#include "psb_fb.h"
#include "framebuffer.h"
#include "psb_intel_display.h"
#include "mdfld_dsi_dbi.h"
#include "mdfld_dsi_dpi.h"

View File

@ -19,7 +19,7 @@
#include <linux/pm_runtime.h>
#include <drm/drmP.h>
#include "psb_fb.h"
#include "framebuffer.h"
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"

View File

@ -38,8 +38,7 @@
#include "psb_drv.h"
#include "psb_reg.h"
#include "psb_drv.h"
#include "psb_fb.h"
#include "framebuffer.h"
/**
* psb_spank - reset the 2D engine

View File

@ -23,7 +23,7 @@
#include <drm/drm.h>
#include "psb_drm.h"
#include "psb_drv.h"
#include "psb_fb.h"
#include "framebuffer.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"

View File

@ -22,7 +22,7 @@
#include <linux/pm_runtime.h>
#include <drm/drmP.h>
#include "psb_fb.h"
#include "framebuffer.h"
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"