Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286847
b: refs/heads/master
c: fff24e2
h: refs/heads/master
i:
  286845: 5c9c230
  286843: b13d8bb
  286839: f598fb5
  286831: 33adcec
  286815: c682c0d
  286783: 6fa2a1c
  286719: 66d4c0f
v: v3
  • Loading branch information
Eric Anholt authored and Keith Packard committed Jan 24, 2012
1 parent 9f55f3f commit db1b22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8f0fc977f58c36e75e205486c1aebb9b8e4263e1
refs/heads/master: fff24e21e17e438bf24791ed9cea7bbc02ad2dbb
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ static int gen6_drpc_info(struct seq_file *m)
seq_printf(m, "SW control enabled: %s\n",
yesno((rpmodectl1 & GEN6_RP_MEDIA_MODE_MASK) ==
GEN6_RP_MEDIA_SW_MODE));
seq_printf(m, "RC6 Enabled: %s\n",
seq_printf(m, "RC1e Enabled: %s\n",
yesno(rcctl1 & GEN6_RC_CTL_RC1e_ENABLE));
seq_printf(m, "RC6 Enabled: %s\n",
yesno(rcctl1 & GEN6_RC_CTL_RC6_ENABLE));
Expand Down

0 comments on commit db1b22e

Please sign in to comment.