Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371479
b: refs/heads/master
c: 3a3b4f9
h: refs/heads/master
i:
  371477: d947b4a
  371475: 4905f71
  371471: 8b8f929
v: v3
  • Loading branch information
Mika Kuoppala authored and Daniel Vetter committed Apr 18, 2013
1 parent 7665a50 commit 1e67ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 87476d632c5041cfb962630e618d787243c81ed8
refs/heads/master: 3a3b4f984b230d815d9f956f296a6145f1dfebb7
8 changes: 4 additions & 4 deletions trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ i915_next_seqno_set(void *data, u64 val)

DEFINE_SIMPLE_ATTRIBUTE(i915_next_seqno_fops,
i915_next_seqno_get, i915_next_seqno_set,
"next_seqno : 0x%llx\n");
"0x%llx\n");

static int i915_rstdby_delays(struct seq_file *m, void *unused)
{
Expand Down Expand Up @@ -1690,7 +1690,7 @@ i915_wedged_set(void *data, u64 val)

DEFINE_SIMPLE_ATTRIBUTE(i915_wedged_fops,
i915_wedged_get, i915_wedged_set,
"wedged : %llu\n");
"%llu\n");

static int
i915_ring_stop_get(void *data, u64 *val)
Expand Down Expand Up @@ -1844,7 +1844,7 @@ i915_max_freq_set(void *data, u64 val)

DEFINE_SIMPLE_ATTRIBUTE(i915_max_freq_fops,
i915_max_freq_get, i915_max_freq_set,
"max freq: %llu\n");
"%llu\n");

static int
i915_min_freq_get(void *data, u64 *val)
Expand Down Expand Up @@ -1895,7 +1895,7 @@ i915_min_freq_set(void *data, u64 val)

DEFINE_SIMPLE_ATTRIBUTE(i915_min_freq_fops,
i915_min_freq_get, i915_min_freq_set,
"min freq: %llu\n");
"%llu\n");

static int
i915_cache_sharing_get(void *data, u64 *val)
Expand Down

0 comments on commit 1e67ff3

Please sign in to comment.