Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329324
b: refs/heads/master
c: a37b9b3
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Aug 17, 2012
1 parent 547c121 commit 21c31da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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: dcdaed6eae0d7ed0c68aaa1ebfceb242625b3bf0
refs/heads/master: a37b9b349ef26cb44f0e8d59c3efbcd9485018b4
7 changes: 0 additions & 7 deletions trunk/drivers/gpu/drm/i915/dvo_ns2501.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ struct ns2501_priv {

#define NSPTR(d) ((NS2501Ptr)(d->DriverPrivate.ptr))

/*
* Include the PLL launcher prototype
*/
extern void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe);

/*
* For reasons unclear to me, the ns2501 at least on the Fujitsu/Siemens
* laptops does not react on the i2c bus unless
Expand Down Expand Up @@ -113,8 +108,6 @@ static void enable_dvo(struct intel_dvo_device *dvo)
I915_WRITE(DVOC_SRCDIM, 0x400300); // 1024x768
I915_WRITE(FW_BLC, 0x1080304);

intel_enable_pll(dev_priv, 0);

I915_WRITE(DVOC, 0x90004084);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
*
* Unfortunately needed by dvo_ns2501 since the dvo depends on it running.
*/
void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
{
int reg;
u32 val;
Expand Down

0 comments on commit 21c31da

Please sign in to comment.