Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329297
b: refs/heads/master
c: 37e7b18
h: refs/heads/master
i:
  329295: 8c26c9d
v: v3
  • Loading branch information
Alan Cox authored and Dave Airlie committed Aug 23, 2012
1 parent 6c4f785 commit 452ab46
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 246 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: 220801bdb53ceeac01d021ac459d112acc7deb0b
refs/heads/master: 37e7b184da18a9cf42e19f3c3cb42cb30874ac22
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/gma500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \
cdv_intel_crt.o \
cdv_intel_display.o \
cdv_intel_hdmi.o \
cdv_intel_lvds.o
cdv_intel_lvds.o \
cdv_intel_dp.o

gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \
oaktrail_crtc.o \
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/gma500/cdv_intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static const struct cdv_intel_limit_t cdv_intel_limits[] = {
#define wait_for(COND, MS) _wait_for(COND, MS, 1)


static int cdv_sb_read(struct drm_device *dev, u32 reg, u32 *val)
int cdv_sb_read(struct drm_device *dev, u32 reg, u32 *val)
{
int ret;

Expand All @@ -198,7 +198,7 @@ static int cdv_sb_read(struct drm_device *dev, u32 reg, u32 *val)
return 0;
}

static int cdv_sb_write(struct drm_device *dev, u32 reg, u32 val)
int cdv_sb_write(struct drm_device *dev, u32 reg, u32 val)
{
int ret;
static bool dpio_debug = true;
Expand Down Expand Up @@ -240,7 +240,7 @@ static int cdv_sb_write(struct drm_device *dev, u32 reg, u32 val)
/* Reset the DPIO configuration register. The BIOS does this at every
* mode set.
*/
static void cdv_sb_reset(struct drm_device *dev)
void cdv_sb_reset(struct drm_device *dev)
{

REG_WRITE(DPIO_CFG, 0);
Expand Down
Loading

0 comments on commit 452ab46

Please sign in to comment.