Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307421
b: refs/heads/master
c: a3da1df
h: refs/heads/master
i:
  307419: 942e1f6
v: v3
  • Loading branch information
Daniel Vetter committed May 8, 2012
1 parent da8add6 commit d593d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4b24c9331a761d237b8e071941759b80cc580802
refs/heads/master: a3da1df7bd1697ff661f7fd310a893815fa52391
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ static u32 intel_infoframe_enable(struct dip_infoframe *frame)
return flags;
}

static void i9xx_write_infoframe(struct drm_encoder *encoder,
struct dip_infoframe *frame)
static void g4x_write_infoframe(struct drm_encoder *encoder,
struct dip_infoframe *frame)
{
uint32_t *data = (uint32_t *)frame;
struct drm_device *dev = encoder->dev;
Expand Down Expand Up @@ -654,7 +654,7 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
intel_hdmi->sdvox_reg = sdvox_reg;

if (!HAS_PCH_SPLIT(dev)) {
intel_hdmi->write_infoframe = i9xx_write_infoframe;
intel_hdmi->write_infoframe = g4x_write_infoframe;
I915_WRITE(VIDEO_DIP_CTL, 0);
} else if (IS_VALLEYVIEW(dev)) {
intel_hdmi->write_infoframe = vlv_write_infoframe;
Expand Down

0 comments on commit d593d15

Please sign in to comment.