Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259699
b: refs/heads/master
c: a11c3ec
h: refs/heads/master
i:
  259697: 2f990b8
  259695: 5732581
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 4860641 commit 168c9bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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: 93b68b67739d40346756fe9b7423f084a1b22bce
refs/heads/master: a11c3ec7e9565bd8aad41a151b1d05c271d859e9
3 changes: 2 additions & 1 deletion trunk/drivers/staging/gma500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ psb_gfx-y += gem_glue.o \
mid_bios.o

psb_gfx-$(CONFIG_DRM_PSB_CDV) += cdv_device.o \
cdv_intel_display.o \
cdv_intel_crt.o \
cdv_intel_display.o \
cdv_intel_hdmi.o \
cdv_intel_lvds.o

psb_gfx-$(CONFIG_DRM_PSB_MRST) += mrst_device.o \
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/gma500/cdv_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ static int cdv_output_init(struct drm_device *dev)
/* These bits indicate HDMI not SDVO on CDV, but we don't yet support
the HDMI interface */
if (REG_READ(SDVOB) & SDVO_DETECTED)
DRM_ERROR("HDMI not supported yet\n");
cdv_hdmi_init(dev, &dev_priv->mode_dev, SDVOB);
if (REG_READ(SDVOC) & SDVO_DETECTED)
DRM_ERROR("HDMI not supported yet\n");
cdv_hdmi_init(dev, &dev_priv->mode_dev, SDVOC);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct psb_intel_output {
void *dev_priv;

struct psb_intel_mode_device *mode_dev;

struct i2c_adapter *hdmi_i2c_adapter; /* for control functions */
};

struct psb_intel_crtc_state {
Expand Down

0 comments on commit 168c9bc

Please sign in to comment.