Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259697
b: refs/heads/master
c: 4bc5925
h: refs/heads/master
i:
  259695: 5732581
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 939c580 commit 2f990b8
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 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: 0cc729bf215ff038d9b9480253f065af69a1f0a3
refs/heads/master: 4bc5925315cee9b9f3d2b07dc8b692978be1d418
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
#include "intel_bios.h"
#include "psb_powermgmt.h"
#include "power.h"

int gma_backlight_init(struct drm_device *dev)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mdfld_dsi_dbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "mdfld_dsi_dbi_dpu.h"
#include "mdfld_dsi_pkg_sender.h"

#include "psb_powermgmt.h"
#include "power.h"
#include <linux/pm_runtime.h>

int enable_gfx_rtpm;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mdfld_dsi_dbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_powermgmt.h"
#include "power.h"

#include "mdfld_dsi_output.h"
#include "mdfld_output.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mdfld_dsi_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_powermgmt.h"
#include "power.h"
#include "mdfld_output.h"

#include <asm/mrst.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mrst_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_display.h"
#include "psb_powermgmt.h"
#include "power.h"

struct psb_intel_range_t {
int min, max;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/mrst_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_powermgmt.h"
#include "power.h"
#include <linux/pm_runtime.h>

/* The max/min PWM frequency in BPCR[31:17] - */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Alan Cox <alan@linux.intel.com>
*/

#include "psb_powermgmt.h"
#include "power.h"
#include "psb_drv.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
Expand Down
File renamed without changes.
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 @@ -30,7 +30,7 @@
#include "mid_bios.h"
#include "mdfld_dsi_dbi.h"
#include <drm/drm_pciids.h>
#include "psb_powermgmt.h"
#include "power.h"
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <linux/spinlock.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "psb_reg.h"
#include "psb_intel_drv.h"
#include "gtt.h"
#include "psb_powermgmt.h"
#include "power.h"
#include "mrst.h"

/* Append new drm mode definition here, align with libdrm definition */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_display.h"
#include "psb_powermgmt.h"
#include "power.h"

#include "mdfld_output.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_powermgmt.h"
#include "power.h"
#include <linux/pm_runtime.h>

u32 CoreClock;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "psb_drv.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_powermgmt.h"
#include "power.h"
#include "mdfld_output.h"

/*
Expand Down

0 comments on commit 2f990b8

Please sign in to comment.