Commit 35efdaef authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

gma500: the 'mrst' BIOS is actually MID generic

Shuffle the naming so this reflects better and we can try and build some
sort of ordering to the naming scheme.
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 37070d18
...@@ -23,10 +23,10 @@ psb_gfx-y += gem_glue.o \ ...@@ -23,10 +23,10 @@ psb_gfx-y += gem_glue.o \
psb_irq.o \ psb_irq.o \
psb_device.o \ psb_device.o \
cdv_device.o \ cdv_device.o \
mid_bios.o \
mrst_device.o \ mrst_device.o \
mrst_crtc.o \ mrst_crtc.o \
mrst_lvds.o \ mrst_lvds.o \
mrst_bios.o \
mdfld_device.o \ mdfld_device.o \
mdfld_output.o \ mdfld_output.o \
mdfld_pyr_cmd.o \ mdfld_pyr_cmd.o \
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "mdfld_output.h" #include "mdfld_output.h"
#include "mdfld_dsi_output.h" #include "mdfld_dsi_output.h"
#include "mrst_bios.h" #include "mid_bios.h"
/* /*
* Provide the Medfield specific backlight management * Provide the Medfield specific backlight management
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <drm/drm.h> #include <drm/drm.h>
#include "psb_drm.h" #include "psb_drm.h"
#include "psb_drv.h" #include "psb_drv.h"
#include "mrst_bios.h" #include "mid_bios.h"
#include "mdfld_output.h" #include "mdfld_output.h"
static int panel_id = GCT_DETECT; static int panel_id = GCT_DETECT;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include <asm/intel_scu_ipc.h> #include <asm/intel_scu_ipc.h>
#include "mrst_bios.h" #include "mid_bios.h"
/* IPC message and command defines used to enable/disable mipi panel voltages */ /* IPC message and command defines used to enable/disable mipi panel voltages */
#define IPC_MSG_PANEL_ON_OFF 0xE9 #define IPC_MSG_PANEL_ON_OFF 0xE9
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_intel_bios.h" #include "psb_intel_bios.h"
#include "mrst_bios.h" #include "mid_bios.h"
#include "mdfld_dsi_dbi.h" #include "mdfld_dsi_dbi.h"
#include <drm/drm_pciids.h> #include <drm/drm_pciids.h>
#include "psb_powermgmt.h" #include "psb_powermgmt.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment