Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259684
b: refs/heads/master
c: 35efdae
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 751c36a commit dc37dd1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37070d18f18d3cdd4e56e01baa64a57ec5179401
refs/heads/master: 35efdaeffce2232a603596631d15f1fff028dbf6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ psb_gfx-y += gem_glue.o \
psb_irq.o \
psb_device.o \
cdv_device.o \
mid_bios.o \
mrst_device.o \
mrst_crtc.o \
mrst_lvds.o \
mrst_bios.o \
mdfld_device.o \
mdfld_output.o \
mdfld_pyr_cmd.o \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mdfld_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "psb_drv.h"
#include "mdfld_output.h"
#include "mdfld_dsi_output.h"
#include "mrst_bios.h"
#include "mid_bios.h"

/*
* Provide the Medfield specific backlight management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <drm/drm.h>
#include "psb_drm.h"
#include "psb_drv.h"
#include "mrst_bios.h"
#include "mid_bios.h"
#include "mdfld_output.h"

static int panel_id = GCT_DETECT;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mrst_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "psb_reg.h"
#include "psb_intel_reg.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 */
#define IPC_MSG_PANEL_ON_OFF 0xE9
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"
#include "mrst_bios.h"
#include "mid_bios.h"
#include "mdfld_dsi_dbi.h"
#include <drm/drm_pciids.h>
#include "psb_powermgmt.h"
Expand Down

0 comments on commit dc37dd1

Please sign in to comment.